Skip to content

Commit

Permalink
Refs #6315. Changing to new ParaView GUI widgets in VSI layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Dec 28, 2012
1 parent 32ea319 commit ea398fd
Showing 1 changed file with 42 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<x>0</x>
<y>0</y>
<width>958</width>
<height>666</height>
<height>670</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1,0">
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,1,0">
<property name="spacing">
<number>0</number>
</property>
Expand Down Expand Up @@ -165,33 +165,34 @@
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="pqPipelineBrowserWidget" name="pipelineBrowser">
<widget class="pqPipelineBrowserWidget" name="pipelineBrowser" native="true">
<property name="minimumSize">
<size>
<width>150</width>
<height>50</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="pqObjectInspectorWidget" name="proxyTabWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>30</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>50</height>
</size>
<widget class="pqPropertiesPanel" name="propertiesPanel" 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>148</width>
<height>108</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="pqProxyInformationWidget" name="informationWidget" native="true"/>
</item>
</layout>
</widget>
</widget>
</widget>
<widget class="QWidget" name="viewWidget" native="true">
Expand All @@ -205,7 +206,7 @@
</widget>
</item>
<item>
<widget class="pqStatusBar" name="statusBar" native="true">
<widget class="pqStatusBar" name="statusBar">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
Expand All @@ -219,44 +220,50 @@
<customwidgets>
<customwidget>
<class>pqPipelineBrowserWidget</class>
<extends>QFrame</extends>
<extends>QWidget</extends>
<header>pqPipelineBrowserWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>Mantid::Vates::SimpleGui::ModeControlWidget</class>
<class>pqStatusBar</class>
<extends>QStatusBar</extends>
<header>pqStatusBar.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>pqProxyInformationWidget</class>
<extends>QWidget</extends>
<header>MantidVatesSimpleGuiQtWidgets/ModeControlWidget.h</header>
<header>pqProxyInformationWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>Mantid::Vates::SimpleGui::TimeControlWidget</class>
<class>pqPropertiesPanel</class>
<extends>QWidget</extends>
<header>MantidVatesSimpleGuiViewWidgets/TimeControlWidget.h</header>
<header>pqPropertiesPanel.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>pqStatusBar</class>
<class>Mantid::Vates::SimpleGui::ModeControlWidget</class>
<extends>QWidget</extends>
<header>pqStatusBar.h</header>
<header>MantidVatesSimpleGuiQtWidgets/ModeControlWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>pqCameraToolbar</class>
<class>Mantid::Vates::SimpleGui::TimeControlWidget</class>
<extends>QWidget</extends>
<header>pqCameraToolbar.h</header>
<header>MantidVatesSimpleGuiViewWidgets/TimeControlWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>Mantid::Vates::SimpleGui::ColorSelectionWidget</class>
<class>pqCameraToolbar</class>
<extends>QWidget</extends>
<header>MantidVatesSimpleGuiViewWidgets/ColorSelectionWidget.h</header>
<header>pqCameraToolbar.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>pqObjectInspectorWidget</class>
<class>Mantid::Vates::SimpleGui::ColorSelectionWidget</class>
<extends>QWidget</extends>
<header>pqObjectInspectorWidget.h</header>
<header>MantidVatesSimpleGuiViewWidgets/ColorSelectionWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
Expand Down

0 comments on commit ea398fd

Please sign in to comment.