Skip to content
Snippets Groups Projects
Commit 38e9b61c authored by Elliot Oram's avatar Elliot Oram
Browse files

Changed Layout type and added second input for container

Refs #13110
parent 5dd8eba8
No related merge requests found
<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment