Skip to content

Commit

Permalink
Re #6077 tweek reduciton options UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Nov 15, 2012
1 parent c171cba commit 5d2aaa3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
30 changes: 15 additions & 15 deletions Code/Mantid/scripts/Interface/ui/sans/eqsans_instrument.ui
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@
<widget class="QCheckBox" name="beam_monitor_chk">
<property name="minimumSize">
<size>
<width>150</width>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<width>180</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -264,13 +264,13 @@
</property>
<property name="minimumSize">
<size>
<width>150</width>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<width>180</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -355,13 +355,13 @@
<widget class="QLabel" name="direct_beam_label">
<property name="minimumSize">
<size>
<width>120</width>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<width>150</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -558,13 +558,13 @@
<widget class="QCheckBox" name="dark_current_check">
<property name="minimumSize">
<size>
<width>150</width>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<width>180</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -711,13 +711,13 @@
<widget class="QCheckBox" name="resolution_chk">
<property name="minimumSize">
<size>
<width>150</width>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<width>180</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -794,7 +794,7 @@
<widget class="QLabel" name="low_tof_label">
<property name="minimumSize">
<size>
<width>150</width>
<width>180</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -951,13 +951,13 @@
</property>
<property name="minimumSize">
<size>
<width>150</width>
<width>180</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<width>180</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -1100,7 +1100,7 @@
<widget class="QLabel" name="label_5">
<property name="minimumSize">
<size>
<width>150</width>
<width>180</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -1386,7 +1386,7 @@ The mask information is saved separately so that your data file will NOT be modi
<widget class="QCheckBox" name="mask_check">
<property name="minimumSize">
<size>
<width>150</width>
<width>180</width>
<height>0</height>
</size>
</property>
Expand Down
32 changes: 16 additions & 16 deletions Code/Mantid/scripts/Interface/ui/sans/ui_eqsans_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'ui/sans/eqsans_instrument.ui'
#
# Created: Tue Nov 13 14:30:00 2012
# Created: Thu Nov 15 09:47:58 2012
# by: PyQt4 UI code generator 4.7.4
#
# WARNING! All changes made in this file will be lost!
Expand Down Expand Up @@ -91,8 +91,8 @@ def setupUi(self, Frame):
self.monitor_layout = QtGui.QHBoxLayout()
self.monitor_layout.setObjectName("monitor_layout")
self.beam_monitor_chk = QtGui.QCheckBox(self.reduction_options_group)
self.beam_monitor_chk.setMinimumSize(QtCore.QSize(150, 0))
self.beam_monitor_chk.setMaximumSize(QtCore.QSize(150, 16777215))
self.beam_monitor_chk.setMinimumSize(QtCore.QSize(180, 0))
self.beam_monitor_chk.setMaximumSize(QtCore.QSize(180, 16777215))
self.beam_monitor_chk.setObjectName("beam_monitor_chk")
self.monitor_layout.addWidget(self.beam_monitor_chk)
self.beam_monitor_edit = QtGui.QLineEdit(self.reduction_options_group)
Expand All @@ -117,8 +117,8 @@ def setupUi(self, Frame):
sizePolicy.setVerticalStretch(0)
sizePolicy.setHeightForWidth(self.att_scale_factor_label.sizePolicy().hasHeightForWidth())
self.att_scale_factor_label.setSizePolicy(sizePolicy)
self.att_scale_factor_label.setMinimumSize(QtCore.QSize(150, 0))
self.att_scale_factor_label.setMaximumSize(QtCore.QSize(150, 16777215))
self.att_scale_factor_label.setMinimumSize(QtCore.QSize(180, 0))
self.att_scale_factor_label.setMaximumSize(QtCore.QSize(180, 16777215))
self.att_scale_factor_label.setObjectName("att_scale_factor_label")
self.horizontalLayout_4.addWidget(self.att_scale_factor_label)
self.scale_edit = QtGui.QLineEdit(self.reduction_options_group)
Expand All @@ -140,8 +140,8 @@ def setupUi(self, Frame):
spacerItem3 = QtGui.QSpacerItem(30, 20, QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Minimum)
self.abs_scale_direct_beam_layout.addItem(spacerItem3)
self.direct_beam_label = QtGui.QLabel(self.reduction_options_group)
self.direct_beam_label.setMinimumSize(QtCore.QSize(120, 0))
self.direct_beam_label.setMaximumSize(QtCore.QSize(120, 16777215))
self.direct_beam_label.setMinimumSize(QtCore.QSize(150, 0))
self.direct_beam_label.setMaximumSize(QtCore.QSize(150, 16777215))
self.direct_beam_label.setObjectName("direct_beam_label")
self.abs_scale_direct_beam_layout.addWidget(self.direct_beam_label)
self.scale_data_edit = QtGui.QLineEdit(self.reduction_options_group)
Expand Down Expand Up @@ -200,8 +200,8 @@ def setupUi(self, Frame):
self.horizontalLayout_7 = QtGui.QHBoxLayout()
self.horizontalLayout_7.setObjectName("horizontalLayout_7")
self.dark_current_check = QtGui.QCheckBox(self.reduction_options_group)
self.dark_current_check.setMinimumSize(QtCore.QSize(150, 0))
self.dark_current_check.setMaximumSize(QtCore.QSize(150, 16777215))
self.dark_current_check.setMinimumSize(QtCore.QSize(180, 0))
self.dark_current_check.setMaximumSize(QtCore.QSize(180, 16777215))
self.dark_current_check.setObjectName("dark_current_check")
self.horizontalLayout_7.addWidget(self.dark_current_check)
self.dark_file_edit = QtGui.QLineEdit(self.reduction_options_group)
Expand Down Expand Up @@ -251,8 +251,8 @@ def setupUi(self, Frame):
self.resolution_layout = QtGui.QHBoxLayout()
self.resolution_layout.setObjectName("resolution_layout")
self.resolution_chk = QtGui.QCheckBox(self.reduction_options_group)
self.resolution_chk.setMinimumSize(QtCore.QSize(150, 0))
self.resolution_chk.setMaximumSize(QtCore.QSize(150, 16777215))
self.resolution_chk.setMinimumSize(QtCore.QSize(180, 0))
self.resolution_chk.setMaximumSize(QtCore.QSize(180, 16777215))
self.resolution_chk.setObjectName("resolution_chk")
self.resolution_layout.addWidget(self.resolution_chk)
self.sample_apert_label = QtGui.QLabel(self.reduction_options_group)
Expand All @@ -271,7 +271,7 @@ def setupUi(self, Frame):
self.config_options_layout = QtGui.QHBoxLayout()
self.config_options_layout.setObjectName("config_options_layout")
self.low_tof_label = QtGui.QLabel(self.reduction_options_group)
self.low_tof_label.setMinimumSize(QtCore.QSize(150, 0))
self.low_tof_label.setMinimumSize(QtCore.QSize(180, 0))
self.low_tof_label.setObjectName("low_tof_label")
self.config_options_layout.addWidget(self.low_tof_label)
self.low_tof_edit = QtGui.QLineEdit(self.reduction_options_group)
Expand Down Expand Up @@ -318,8 +318,8 @@ def setupUi(self, Frame):
sizePolicy.setVerticalStretch(0)
sizePolicy.setHeightForWidth(self.label_2.sizePolicy().hasHeightForWidth())
self.label_2.setSizePolicy(sizePolicy)
self.label_2.setMinimumSize(QtCore.QSize(150, 0))
self.label_2.setMaximumSize(QtCore.QSize(150, 16777215))
self.label_2.setMinimumSize(QtCore.QSize(180, 0))
self.label_2.setMaximumSize(QtCore.QSize(180, 16777215))
self.label_2.setObjectName("label_2")
self.horizontalLayout_9.addWidget(self.label_2)
self.label = QtGui.QLabel(self.reduction_options_group)
Expand Down Expand Up @@ -360,7 +360,7 @@ def setupUi(self, Frame):
self.horizontalLayout_14 = QtGui.QHBoxLayout()
self.horizontalLayout_14.setObjectName("horizontalLayout_14")
self.label_5 = QtGui.QLabel(self.reduction_options_group)
self.label_5.setMinimumSize(QtCore.QSize(150, 0))
self.label_5.setMinimumSize(QtCore.QSize(180, 0))
self.label_5.setObjectName("label_5")
self.horizontalLayout_14.addWidget(self.label_5)
self.use_data_dir_radio = QtGui.QRadioButton(self.reduction_options_group)
Expand Down Expand Up @@ -464,7 +464,7 @@ def setupUi(self, Frame):
self.horizontalLayout = QtGui.QHBoxLayout()
self.horizontalLayout.setObjectName("horizontalLayout")
self.mask_check = QtGui.QCheckBox(self.mask_groupbox)
self.mask_check.setMinimumSize(QtCore.QSize(150, 0))
self.mask_check.setMinimumSize(QtCore.QSize(180, 0))
self.mask_check.setObjectName("mask_check")
self.horizontalLayout.addWidget(self.mask_check)
self.mask_edit = QtGui.QLineEdit(self.mask_groupbox)
Expand Down

0 comments on commit 5d2aaa3

Please sign in to comment.