Skip to content
Snippets Groups Projects
Commit 5d2aaa34 authored by Doucet, Mathieu's avatar Doucet, Mathieu
Browse files

Re #6077 tweek reduciton options UI

parent c171cba9
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -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>
......@@ -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>
......@@ -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>
......@@ -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>
......@@ -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>
......@@ -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>
......@@ -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>
......@@ -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>
......
......@@ -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!
......@@ -91,8 +91,8 @@ class Ui_Frame(object):
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)
......@@ -117,8 +117,8 @@ class Ui_Frame(object):
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)
......@@ -140,8 +140,8 @@ class Ui_Frame(object):
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)
......@@ -200,8 +200,8 @@ class Ui_Frame(object):
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)
......@@ -251,8 +251,8 @@ class Ui_Frame(object):
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)
......@@ -271,7 +271,7 @@ class Ui_Frame(object):
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)
......@@ -318,8 +318,8 @@ class Ui_Frame(object):
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)
......@@ -360,7 +360,7 @@ class Ui_Frame(object):
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)
......@@ -464,7 +464,7 @@ class Ui_Frame(object):
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)
......
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