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

Remove unwanted elements from the geometry UI section

Refs #13110
parent 38e9b61c
No related branches found
No related tags found
No related merge requests found
......@@ -111,20 +111,6 @@
<string>Options</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QCheckBox" name="ckUseCan">
<property name="text">
<string>Use Can:</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="ckUseCorrections">
<property name="text">
<string>Use Corrections:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="cbGeometry">
<item>
......@@ -144,66 +130,6 @@
</item>
</widget>
</item>
<item row="4" column="1">
<widget class="MantidQt::MantidWidgets::DataSelector" name="dsCorrections" native="true">
<property name="enabled">
<bool>false</bool>
</property>
<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>_flt_abs</string>
</stringlist>
</property>
<property name="fileBrowserSuffixes" stdset="0">
<stringlist>
<string>_flt_abs.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="enabled">
<bool>false</bool>
</property>
<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="0" column="0">
<widget class="QLabel" name="lbGeometry">
<property name="text">
......@@ -211,11 +137,8 @@
</property>
</widget>
</item>
<item row="3" column="0">
<item row="1" column="0">
<widget class="QCheckBox" name="ckScaleCan">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Scale Can by factor:</string>
</property>
......@@ -224,13 +147,10 @@
</property>
</widget>
</item>
<item row="3" column="1">
<item row="1" column="1">
<layout class="QHBoxLayout" name="loScaleFactor">
<item>
<widget class="QDoubleSpinBox" name="spCanScale">
<property name="enabled">
<bool>false</bool>
</property>
<property name="decimals">
<number>5</number>
</property>
......
......@@ -18,7 +18,6 @@ void ContainerSubtraction::run() {}
bool ContainerSubtraction::validate() { return false; }
void ContainerSubtraction::loadSettings(const QSettings &settings) {
m_uiForm.dsCorrections->readSettings(settings.group());
m_uiForm.dsContainer->readSettings(settings.group());
m_uiForm.dsSample->readSettings(settings.group());
}
......
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