Skip to content

Commit

Permalink
Refs #9051. Widgets for the new option
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Mar 6, 2014
1 parent 229ac25 commit 0eb5aef
Showing 1 changed file with 73 additions and 19 deletions.
Expand Up @@ -2027,43 +2027,81 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="newPlotPolicy">
<item>
<property name="text">
<string>Create new window</string>
</property>
</item>
<item>
<property name="text">
<string>Use previous window</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_8">
<widget class="QLabel" name="label_14">
<property name="toolTip">
<string>Hides the MantidPlot toolbars. Useful on small screens.</string>
<string>Ensures only the graph for the current data file is displayed.</string>
</property>
<property name="text">
<string>Hide Toolbars:</string>
<string>New plot policy:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="hideToolbars">
<property name="text">
<string/>
<item row="1" column="2">
<widget class="QStackedWidget" name="newPlotPolicyOptions">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<layout class="QHBoxLayout" name="horizontalLayout_14">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QCheckBox" name="hideGraphs">
<property name="text">
<string>Hide previous plots</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
<layout class="QHBoxLayout" name="horizontalLayout_15">
<property name="margin">
<number>0</number>
</property>
</layout>
</widget>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="hideGraphs">
<item row="2" column="0">
<widget class="QLabel" name="label_8">
<property name="toolTip">
<string>Hides the MantidPlot toolbars. Useful on small screens.</string>
</property>
<property name="text">
<string/>
<string>Hide Toolbars:</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_14">
<property name="toolTip">
<string>Ensures only the graph for the current data file is displayed.</string>
</property>
<item row="2" column="1">
<widget class="QCheckBox" name="hideToolbars">
<property name="text">
<string>Hide Previous Graphs:</string>
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="0">
<item row="6" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
Expand Down Expand Up @@ -2566,7 +2604,6 @@ p, li { white-space: pre-wrap; }
<tabstop>yAxisAutoscale</tabstop>
<tabstop>showErrorBars</tabstop>
<tabstop>plotCreation</tabstop>
<tabstop>hideToolbars</tabstop>
<tabstop>muonAnalysisHelpPlotting</tabstop>
<tabstop>muonAnalysisHelpDataAnalysis</tabstop>
<tabstop>valueTable</tabstop>
Expand All @@ -2578,7 +2615,24 @@ p, li { white-space: pre-wrap; }
<tabstop>muonAnalysisHelpResults</tabstop>
</tabstops>
<resources/>
<connections/>
<connections>
<connection>
<sender>newPlotPolicy</sender>
<signal>currentIndexChanged(int)</signal>
<receiver>newPlotPolicyOptions</receiver>
<slot>setCurrentIndex(int)</slot>
<hints>
<hint type="sourcelabel">
<x>265</x>
<y>423</y>
</hint>
<hint type="destinationlabel">
<x>477</x>
<y>423</y>
</hint>
</hints>
</connection>
</connections>
<buttongroups>
<buttongroup name="fitType"/>
</buttongroups>
Expand Down

0 comments on commit 0eb5aef

Please sign in to comment.