Skip to content

Commit

Permalink
Refs #9167 new option added to options
Browse files Browse the repository at this point in the history
The live data options dialog is in the process of being converted to a general purpouse options dialog
  • Loading branch information
keithnbrown committed Apr 11, 2014
1 parent d9bf1ce commit 0bc5e08
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions Code/Mantid/scripts/Interface/ui/reflectometer/refl_live_data.ui
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>liveDataDialog</class>
<widget class="QDialog" name="liveDataDialog">
<class>OptionsDialog</class>
<widget class="QDialog" name="OptionsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>420</width>
<height>96</height>
<width>333</width>
<height>122</height>
</rect>
</property>
<property name="windowTitle">
<string>Live Data Options</string>
<string>Refl Gui Options</string>
</property>
<layout class="QFormLayout" name="layoutLive">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="labelAccMethod">
<property name="text">
Expand Down Expand Up @@ -44,7 +47,7 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<item row="3" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonsLive">
<property name="orientation">
<enum>Qt::Horizontal</enum>
Expand All @@ -54,14 +57,21 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string>Load ADS workspaces into Runs list</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonsLive</sender>
<signal>accepted()</signal>
<receiver>liveDataDialog</receiver>
<receiver>OptionsDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
Expand All @@ -77,7 +87,7 @@
<connection>
<sender>buttonsLive</sender>
<signal>rejected()</signal>
<receiver>liveDataDialog</receiver>
<receiver>OptionsDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
Expand Down

0 comments on commit 0bc5e08

Please sign in to comment.