diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui index 3ef89543142c22ac1d68c5cf7c7f3454faef81f5..63d1487e8cc14e5449fe6f48a03b1b9df738401a 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/Indirect/ContainerSubtraction.ui @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> - <class>ContainerSubtraction</class> + <class>ContainerSubtraction</class> <widget class="QWidget" name="ContainerSubtraction"> <property name="geometry"> <rect> @@ -15,38 +15,92 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="QGroupBox" name="gbInput"> + <widget class="QGroupBox" name="fileInput"> <property name="title"> <string>Input</string> </property> - <layout class="QVBoxLayout" name="abscor_loInput"> - <item> - <widget class="MantidQt::MantidWidgets::DataSelector" name="dsSample" native="true"> + <layout class="QGridLayout" name="gbTest"> + <item row="0" column="0"> + <widget class="QLabel" name="sampleLabel"> <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="autoLoad" stdset="0"> - <bool>true</bool> - </property> - <property name="workspaceSuffixes" stdset="0"> - <stringlist> - <string>_red</string> - <string>_sqw</string> - </stringlist> + <property name="text"> + <string>Sample</string> </property> - <property name="fileBrowserSuffixes" stdset="0"> - <stringlist> - <string>_red.nxs</string> - <string>_sqw.nxs</string> - </stringlist> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="containerLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> </property> - <property name="showLoad" stdset="0"> - <bool>false</bool> + <property name="text"> + <string>Container</string> </property> - </widget> + </widget> + </item> + <item row="0" column="1"> + <widget class="MantidQt::MantidWidgets::DataSelector" name="dsSample" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="autoLoad" stdset="0"> + <bool>true</bool> + </property> + <property name="workspaceSuffixes" stdset="0"> + <stringlist> + <string>_red</string> + <string>_sqw</string> + </stringlist> + </property> + <property name="fileBrowserSuffixes" stdset="0"> + <stringlist> + <string>_red.nxs</string> + <string>_sqw.nxs</string> + </stringlist> + </property> + <property name="showLoad" stdset="0"> + <bool>false</bool> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="MantidQt::MantidWidgets::DataSelector" name="dsContainer" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="autoLoad" stdset="0"> + <bool>true</bool> + </property> + <property name="workspaceSuffixes" stdset="0"> + <stringlist> + <string>_red</string> + <string>_sqw</string> + </stringlist> + </property> + <property name="fileBrowserSuffixes" stdset="0"> + <stringlist> + <string>_red.nxs</string> + <string>_sqw.nxs</string> + </stringlist> + </property> + <property name="showLoad" stdset="0"> + <bool>false</bool> + </property> + </widget> </item> </layout> </widget> @@ -407,4 +461,4 @@ </hints> </connection> </connections> -</ui> \ No newline at end of file +</ui>