Skip to content

Commit

Permalink
Refs #6315. Better UI layout.
Browse files Browse the repository at this point in the history
 The pqPropertiesPanel and pqProxyInformationWidget are now contained within a
QTabWidget.
  • Loading branch information
Michael Reuter committed Jan 3, 2013
1 parent 1e845e0 commit ce3e4d1
Showing 1 changed file with 39 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,1,0">
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,0,1,0">
<property name="spacing">
<number>0</number>
</property>
Expand Down Expand Up @@ -173,23 +173,46 @@
</size>
</property>
</widget>
<widget class="pqPropertiesPanel" name="propertiesPanel" native="true"/>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
<widget class="QTabWidget" name="propInfoTabs">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>148</width>
<height>108</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<widget class="QWidget" name="properties">
<attribute name="title">
<string>Properties</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="pqPropertiesPanel" name="propertiesPanel" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="information">
<attribute name="title">
<string>Information</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="pqProxyInformationWidget" name="informationWidget" native="true"/>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>126</width>
<height>237</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="pqProxyInformationWidget" name="proxyInfo" native="true"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit ce3e4d1

Please sign in to comment.