Changeset 76a0ffc in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- Sep 8, 2018 5:19:49 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 7cc38a7, a2e8ea5
- Parents:
- 50cafe7
- Location:
- src/sas/qtgui/Perspectives/Fitting/UI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
rd686ff1 r76a0ffc 77 77 <number>0</number> 78 78 </property> 79 <property name="iconSize"> 80 <size> 81 <width>16</width> 82 <height>16</height> 83 </size> 84 </property> 79 85 <widget class="QWidget" name="tab_3"> 80 86 <attribute name="title"> … … 82 88 </attribute> 83 89 <layout class="QGridLayout" name="gridLayout_4"> 84 <item row="0" column="0" colspan=" 4">90 <item row="0" column="0" colspan="3"> 85 91 <widget class="QGroupBox" name="groupBox_6"> 86 92 <property name="sizePolicy"> … … 158 164 <item row="1" column="0"> 159 165 <widget class="QGroupBox" name="groupBox_7"> 166 <property name="minimumSize"> 167 <size> 168 <width>80</width> 169 <height>0</height> 170 </size> 171 </property> 172 <property name="maximumSize"> 173 <size> 174 <width>16777215</width> 175 <height>16777215</height> 176 </size> 177 </property> 160 178 <property name="title"> 161 179 <string>Options </string> … … 231 249 <item row="1" column="1"> 232 250 <widget class="QGroupBox" name="groupBox_8"> 251 <property name="minimumSize"> 252 <size> 253 <width>100</width> 254 <height>0</height> 255 </size> 256 </property> 257 <property name="maximumSize"> 258 <size> 259 <width>16777215</width> 260 <height>16777215</height> 261 </size> 262 </property> 233 263 <property name="title"> 234 264 <string>Fitting details </string> 235 265 </property> 236 266 <layout class="QGridLayout" name="gridLayout_17"> 267 <property name="sizeConstraint"> 268 <enum>QLayout::SetFixedSize</enum> 269 </property> 237 270 <item row="0" column="0" colspan="2"> 238 271 <layout class="QGridLayout" name="gridLayout_8"> 239 272 <item row="0" column="0"> 240 273 <widget class="QLabel" name="label_16"> 274 <property name="minimumSize"> 275 <size> 276 <width>25</width> 277 <height>0</height> 278 </size> 279 </property> 280 <property name="maximumSize"> 281 <size> 282 <width>16777215</width> 283 <height>16777215</height> 284 </size> 285 </property> 241 286 <property name="text"> 242 287 <string>Min range</string> … … 246 291 <item row="0" column="1"> 247 292 <widget class="QLabel" name="lblMinRangeDef"> 293 <property name="minimumSize"> 294 <size> 295 <width>0</width> 296 <height>0</height> 297 </size> 298 </property> 248 299 <property name="text"> 249 300 <string>0.005</string> … … 253 304 <item row="0" column="2"> 254 305 <widget class="QLabel" name="label_17"> 306 <property name="minimumSize"> 307 <size> 308 <width>0</width> 309 <height>0</height> 310 </size> 311 </property> 255 312 <property name="text"> 256 313 <string><html><head/><body><p>Ã … … 261 318 <item row="1" column="0"> 262 319 <widget class="QLabel" name="label_18"> 320 <property name="minimumSize"> 321 <size> 322 <width>25</width> 323 <height>0</height> 324 </size> 325 </property> 326 <property name="maximumSize"> 327 <size> 328 <width>16777215</width> 329 <height>16777215</height> 330 </size> 331 </property> 263 332 <property name="text"> 264 333 <string>Max range</string> … … 268 337 <item row="1" column="1"> 269 338 <widget class="QLabel" name="lblMaxRangeDef"> 339 <property name="minimumSize"> 340 <size> 341 <width>0</width> 342 <height>0</height> 343 </size> 344 </property> 270 345 <property name="text"> 271 346 <string>0.1</string> … … 275 350 <item row="1" column="2"> 276 351 <widget class="QLabel" name="label_19"> 352 <property name="minimumSize"> 353 <size> 354 <width>0</width> 355 <height>0</height> 356 </size> 357 </property> 277 358 <property name="text"> 278 359 <string><html><head/><body><p>Ã … … 301 382 </item> 302 383 <item row="1" column="2"> 303 <spacer name="horizontalSpacer_3"> 304 <property name="orientation"> 305 <enum>Qt::Horizontal</enum> 306 </property> 307 <property name="sizeHint" stdset="0"> 384 <widget class="QGroupBox" name="groupBox_9"> 385 <property name="minimumSize"> 308 386 <size> 309 <width> 207</width>310 <height> 20</height>387 <width>80</width> 388 <height>0</height> 311 389 </size> 312 390 </property> 313 </spacer> 314 </item> 315 <item row="1" column="3"> 316 <widget class="QGroupBox" name="groupBox_9"> 391 <property name="maximumSize"> 392 <size> 393 <width>16777215</width> 394 <height>16777215</height> 395 </size> 396 </property> 317 397 <property name="toolTip"> 318 398 <string><html><head/><body><p>Ï<span style=" vertical-align:super;">2</span>/DOF (DOF=N<span style=" vertical-align:sub;">pts</span>-N<span style=" vertical-align:sub;">par</span> fitted)</p></body></html></string> … … 333 413 <item> 334 414 <widget class="QLabel" name="lblChi2Value"> 415 <property name="minimumSize"> 416 <size> 417 <width>50</width> 418 <height>0</height> 419 </size> 420 </property> 335 421 <property name="text"> 336 422 <string><html><head/><body><p><span style=" font-weight:600;">0.01625</span></p></body></html></string> -
src/sas/qtgui/Perspectives/Fitting/UI/OptionsWidgetUI.ui
r79bd268 r76a0ffc 32 32 <item row="0" column="1"> 33 33 <widget class="QLineEdit" name="txtMinRange"> 34 <property name="minimumSize"> 35 <size> 36 <width>5</width> 37 <height>0</height> 38 </size> 39 </property> 34 40 <property name="toolTip"> 35 41 <string><html><head/><body><p>Minimum value of Q.</p></body></html></string> … … 76 82 <property name="sizeHint" stdset="0"> 77 83 <size> 78 <width> 217</width>84 <width>40</width> 79 85 <height>20</height> 80 86 </size>
Note: See TracChangeset
for help on using the changeset viewer.