Changeset 9a7c81c in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- May 28, 2018 8:08:36 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 3010f68
- Parents:
- c389557
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/SmearingWidgetUI.ui
re1e3e09 r9a7c81c 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 542</width>10 <height>2 70</height>9 <width>702</width> 10 <height>242</height> 11 11 </rect> 12 12 </property> … … 14 14 <string>Form</string> 15 15 </property> 16 <layout class="QGridLayout" name="gridLayout_ 2">16 <layout class="QGridLayout" name="gridLayout_4"> 17 17 <item row="0" column="0"> 18 18 <widget class="QGroupBox" name="groupBox_4"> 19 19 <property name="sizePolicy"> 20 <sizepolicy hsizetype="Preferred" vsizetype=" Minimum">20 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 21 21 <horstretch>0</horstretch> 22 22 <verstretch>0</verstretch> … … 26 26 <string>Instrumental Smearing</string> 27 27 </property> 28 <layout class="QGridLayout" name="gridLayout ">28 <layout class="QGridLayout" name="gridLayout_3"> 29 29 <item row="0" column="0"> 30 <widget class="QComboBox" name="cbSmearing"> 31 <property name="currentIndex"> 32 <number>0</number> 33 </property> 34 <property name="sizeAdjustPolicy"> 35 <enum>QComboBox::AdjustToContents</enum> 36 </property> 37 <item> 38 <property name="text"> 39 <string>None</string> 40 </property> 41 </item> 42 <item> 43 <property name="text"> 44 <string>Use dQ Data</string> 45 </property> 46 </item> 47 <item> 48 <property name="text"> 49 <string>Custom Pinhole Smear</string> 50 </property> 51 </item> 52 <item> 53 <property name="text"> 54 <string>Custom Slit Smear</string> 55 </property> 56 </item> 57 </widget> 58 </item> 59 <item row="0" column="1"> 60 <layout class="QGridLayout" name="gridLayout_11"> 30 <layout class="QGridLayout" name="gridLayout_2"> 61 31 <item row="0" column="0"> 62 <widget class="Q Label" name="lblSmearUp">63 <property name=" text">64 < string><html><head/><body><p>dQ<span style=" vertical-align:sub;">low</span></p></body></html></string>32 <widget class="QComboBox" name="cbSmearing"> 33 <property name="currentIndex"> 34 <number>0</number> 65 35 </property> 36 <property name="sizeAdjustPolicy"> 37 <enum>QComboBox::AdjustToContents</enum> 38 </property> 39 <item> 40 <property name="text"> 41 <string>None</string> 42 </property> 43 </item> 44 <item> 45 <property name="text"> 46 <string>Use dQ Data</string> 47 </property> 48 </item> 49 <item> 50 <property name="text"> 51 <string>Custom Pinhole Smear</string> 52 </property> 53 </item> 54 <item> 55 <property name="text"> 56 <string>Custom Slit Smear</string> 57 </property> 58 </item> 66 59 </widget> 67 60 </item> 68 <item row="0" column="1"> 69 <widget class="QLineEdit" name="txtSmearUp"/> 61 <item row="0" column="1" rowspan="2"> 62 <layout class="QGridLayout" name="gridLayout_11"> 63 <item row="0" column="0"> 64 <widget class="QLabel" name="lblSmearUp"> 65 <property name="text"> 66 <string><html><head/><body><p>dQ<span style=" vertical-align:sub;">low</span></p></body></html></string> 67 </property> 68 </widget> 69 </item> 70 <item row="0" column="1"> 71 <widget class="QLineEdit" name="txtSmearUp"/> 72 </item> 73 <item row="0" column="2"> 74 <widget class="QLabel" name="lblUnitUp"> 75 <property name="text"> 76 <string><html><head/><body><p>Ã 77 <span style=" vertical-align:super;">-1</span></p></body></html></string> 78 </property> 79 </widget> 80 </item> 81 <item row="1" column="0"> 82 <widget class="QLabel" name="lblSmearDown"> 83 <property name="text"> 84 <string><html><head/><body><p>dQ<span style=" vertical-align:sub;">high</span></p></body></html></string> 85 </property> 86 </widget> 87 </item> 88 <item row="1" column="1"> 89 <widget class="QLineEdit" name="txtSmearDown"/> 90 </item> 91 <item row="1" column="2"> 92 <widget class="QLabel" name="lblUnitDown"> 93 <property name="text"> 94 <string><html><head/><body><p>Ã 95 <span style=" vertical-align:super;">-1</span></p></body></html></string> 96 </property> 97 </widget> 98 </item> 99 </layout> 70 100 </item> 71 <item row="0" column="2"> 72 <widget class="QLabel" name="label_14"> 73 <property name="text"> 74 <string><html><head/><body><p>Ã 75 <span style=" vertical-align:super;">-1</span></p></body></html></string> 101 <item row="0" column="2" rowspan="2"> 102 <widget class="QGroupBox" name="gAccuracy"> 103 <property name="title"> 104 <string>Accuracy</string> 76 105 </property> 106 <layout class="QGridLayout" name="gridLayout"> 107 <item row="0" column="0"> 108 <widget class="QComboBox" name="cbAccuracy"> 109 <item> 110 <property name="text"> 111 <string>Low</string> 112 </property> 113 </item> 114 <item> 115 <property name="text"> 116 <string>Medium</string> 117 </property> 118 </item> 119 <item> 120 <property name="text"> 121 <string>High</string> 122 </property> 123 </item> 124 <item> 125 <property name="text"> 126 <string>Extra high</string> 127 </property> 128 </item> 129 </widget> 130 </item> 131 </layout> 77 132 </widget> 78 133 </item> 79 134 <item row="1" column="0"> 80 < widget class="QLabel" name="lblSmearDown">81 <property name=" text">82 < string><html><head/><body><p>dQ<span style=" vertical-align:sub;">high</span></p></body></html></string>135 <spacer name="verticalSpacer_2"> 136 <property name="orientation"> 137 <enum>Qt::Vertical</enum> 83 138 </property> 84 </widget> 85 </item> 86 <item row="1" column="1"> 87 <widget class="QLineEdit" name="txtSmearDown"/> 88 </item> 89 <item row="1" column="2"> 90 <widget class="QLabel" name="label_15"> 91 <property name="text"> 92 <string><html><head/><body><p>Ã 93 <span style=" vertical-align:super;">-1</span></p></body></html></string> 139 <property name="sizeHint" stdset="0"> 140 <size> 141 <width>20</width> 142 <height>18</height> 143 </size> 94 144 </property> 95 </ widget>145 </spacer> 96 146 </item> 97 147 </layout> 98 148 </item> 99 <item row="0" column="2">100 <widget class="QComboBox" name="cbAccuracy">101 <item>102 <property name="text">103 <string>Low</string>104 </property>105 </item>106 <item>107 <property name="text">108 <string>Medium</string>109 </property>110 </item>111 <item>112 <property name="text">113 <string>High</string>114 </property>115 </item>116 <item>117 <property name="text">118 <string>Extra high</string>119 </property>120 </item>121 </widget>122 </item>123 <item row="0" column="3">124 <spacer name="horizontalSpacer_2">125 <property name="orientation">126 <enum>Qt::Horizontal</enum>127 </property>128 <property name="sizeHint" stdset="0">129 <size>130 <width>71</width>131 <height>20</height>132 </size>133 </property>134 </spacer>135 </item>136 149 </layout> 137 150 </widget> 151 </item> 152 <item row="0" column="1"> 153 <spacer name="horizontalSpacer_2"> 154 <property name="orientation"> 155 <enum>Qt::Horizontal</enum> 156 </property> 157 <property name="sizeHint" stdset="0"> 158 <size> 159 <width>71</width> 160 <height>20</height> 161 </size> 162 </property> 163 </spacer> 138 164 </item> 139 165 <item row="1" column="0">
Note: See TracChangeset
for help on using the changeset viewer.