Changeset 0efe791 in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- Feb 21, 2017 8:56:32 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, 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:
- b9c4c1e1
- Parents:
- 2162fa0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/FittingUI.ui
r6a9559d r0efe791 133 133 </item> 134 134 <item row="1" column="0"> 135 <widget class="QComboBox" name="c omboBox"/>135 <widget class="QComboBox" name="cbCategory"/> 136 136 </item> 137 137 <item row="1" column="1"> 138 <widget class="QComboBox" name="c omboBox_2"/>138 <widget class="QComboBox" name="cbModel"/> 139 139 </item> 140 140 <item row="1" column="2"> 141 <widget class="QComboBox" name="comboBox_3"> 142 <item> 143 <property name="text"> 144 <string>Hard Sphere Structure</string> 145 </property> 146 </item> 141 <widget class="QComboBox" name="cbStructureFactor"> 147 142 <item> 148 143 <property name="text"> … … 174 169 <layout class="QGridLayout" name="gridLayout_16"> 175 170 <item row="0" column="0"> 176 <widget class="QCheckBox" name="ch eckBox_3">171 <widget class="QCheckBox" name="chkPolydispersity"> 177 172 <property name="enabled"> 178 173 <bool>true</bool> … … 187 182 </item> 188 183 <item row="1" column="0"> 189 <widget class="QCheckBox" name="ch eckBox_4">184 <widget class="QCheckBox" name="chkSmearing"> 190 185 <property name="enabled"> 191 186 <bool>true</bool> … … 211 206 <layout class="QGridLayout" name="gridLayout_8"> 212 207 <item row="0" column="0"> 213 <widget class="QLabel" name="l abel_16">208 <widget class="QLabel" name="lblMinRange"> 214 209 <property name="text"> 215 210 <string>Min range</string> … … 218 213 </item> 219 214 <item row="0" column="1"> 220 <widget class="QLabel" name="l abel_20">215 <widget class="QLabel" name="lblMinRangeDef"> 221 216 <property name="text"> 222 217 <string>0.005</string> … … 225 220 </item> 226 221 <item row="0" column="2"> 227 <widget class="QLabel" name="l abel_17">222 <widget class="QLabel" name="lblMinRangeUnit"> 228 223 <property name="text"> 229 224 <string><html><head/><body><p>Ã … … 233 228 </item> 234 229 <item row="1" column="0"> 235 <widget class="QLabel" name="l abel_18">230 <widget class="QLabel" name="lblMaxRange"> 236 231 <property name="text"> 237 232 <string>Max range</string> … … 240 235 </item> 241 236 <item row="1" column="1"> 242 <widget class="QLabel" name="l abel_21">237 <widget class="QLabel" name="lblMaxRangeDef"> 243 238 <property name="text"> 244 239 <string>0.1</string> … … 247 242 </item> 248 243 <item row="1" column="2"> 249 <widget class="QLabel" name="l abel_19">244 <widget class="QLabel" name="lblMaxRangeUnit"> 250 245 <property name="text"> 251 246 <string><html><head/><body><p>Ã … … 281 276 <layout class="QHBoxLayout" name="horizontalLayout_2"> 282 277 <item> 283 <widget class="QLabel" name="l abel_23">278 <widget class="QLabel" name="lblChi2"> 284 279 <property name="text"> 285 280 <string><html><head/><body><p><span style=" font-weight:600;">Ï</span><span style=" font-weight:600; vertical-align:super;">2</span></p></body></html></string> … … 288 283 </item> 289 284 <item> 290 <widget class="QLabel" name="l abel_24">285 <widget class="QLabel" name="lblChi2Value"> 291 286 <property name="text"> 292 287 <string><html><head/><body><p><span style=" font-weight:600;">0.01625</span></p></body></html></string>
Note: See TracChangeset
for help on using the changeset viewer.