Changeset d744767 in sasview for src/sas/qtgui/Perspectives/Fitting/UI
- Timestamp:
- Mar 16, 2018 2:05:42 PM (7 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:
- 47bf906
- Parents:
- 477c473 (diff), e4c475b7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- src/sas/qtgui/Perspectives/Fitting/UI
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
r38eb433 re4c475b7 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 379</width>10 <height>6 69</height>9 <width>568</width> 10 <height>605</height> 11 11 </rect> 12 12 </property> 13 13 <property name="sizePolicy"> 14 <sizepolicy hsizetype=" Preferred" vsizetype="Preferred">14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 15 15 <horstretch>0</horstretch> 16 16 <verstretch>0</verstretch> 17 17 </sizepolicy> 18 18 </property> 19 <property name="minimumSize"> 20 <size> 21 <width>434</width> 22 <height>466</height> 23 </size> 24 </property> 19 25 <property name="windowTitle"> 20 26 <string>FittingWidget</string> 21 27 </property> 22 <layout class="QGridLayout" name="gridLayout_ 4">23 <item row="0" column="0" colspan="4">28 <layout class="QGridLayout" name="gridLayout_5"> 29 <item row="0" column="0"> 24 30 <layout class="QHBoxLayout" name="horizontalLayout"> 25 31 <item> … … 66 72 </layout> 67 73 </item> 68 <item row="1" column="0" colspan="4">74 <item row="1" column="0"> 69 75 <widget class="QTabWidget" name="tabFitting"> 70 76 <property name="currentIndex"> … … 75 81 <string>Model</string> 76 82 </attribute> 77 <layout class="QGridLayout" name="gridLayout_ 19">83 <layout class="QGridLayout" name="gridLayout_4"> 78 84 <item row="0" column="0" colspan="4"> 79 85 <widget class="QGroupBox" name="groupBox_6"> … … 155 161 <string>Options </string> 156 162 </property> 157 <layout class="Q GridLayout" name="gridLayout_16">158 <item row="0" column="0">163 <layout class="QVBoxLayout" name="verticalLayout"> 164 <item> 159 165 <widget class="QCheckBox" name="chkPolydispersity"> 160 166 <property name="enabled"> … … 172 178 </widget> 173 179 </item> 174 <item row="1" column="0">180 <item> 175 181 <widget class="QCheckBox" name="chk2DView"> 176 182 <property name="enabled"> … … 188 194 </widget> 189 195 </item> 190 <item row="2" column="0">196 <item> 191 197 <widget class="QCheckBox" name="chkMagnetism"> 192 198 <property name="enabled"> … … 198 204 <property name="text"> 199 205 <string>Magnetism</string> 206 </property> 207 <property name="checkable"> 208 <bool>true</bool> 209 </property> 210 </widget> 211 </item> 212 <item> 213 <widget class="QCheckBox" name="chkChainFit"> 214 <property name="enabled"> 215 <bool>true</bool> 216 </property> 217 <property name="toolTip"> 218 <string><html><head/><body><p>Switch on magnetic scattering parameters.</p><p>This option is available only for 2D models.</p></body></html></string> 219 </property> 220 <property name="text"> 221 <string>Chain fit</string> 200 222 </property> 201 223 <property name="checkable"> … … 406 428 </item> 407 429 <item row="2" column="0"> 408 <spacer name="horizontalSpacer"> 409 <property name="orientation"> 410 <enum>Qt::Horizontal</enum> 411 </property> 412 <property name="sizeHint" stdset="0"> 413 <size> 414 <width>273</width> 415 <height>20</height> 416 </size> 417 </property> 418 </spacer> 419 </item> 420 <item row="2" column="1"> 421 <widget class="QPushButton" name="cmdPlot"> 422 <property name="sizePolicy"> 423 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 424 <horstretch>0</horstretch> 425 <verstretch>0</verstretch> 426 </sizepolicy> 427 </property> 428 <property name="minimumSize"> 429 <size> 430 <width>75</width> 431 <height>23</height> 432 </size> 433 </property> 434 <property name="text"> 435 <string>Show Plot</string> 436 </property> 437 </widget> 438 </item> 439 <item row="2" column="2"> 440 <widget class="QPushButton" name="cmdFit"> 441 <property name="sizePolicy"> 442 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 443 <horstretch>0</horstretch> 444 <verstretch>0</verstretch> 445 </sizepolicy> 446 </property> 447 <property name="minimumSize"> 448 <size> 449 <width>75</width> 450 <height>23</height> 451 </size> 452 </property> 453 <property name="text"> 454 <string>Fit</string> 455 </property> 456 </widget> 457 </item> 458 <item row="2" column="3"> 459 <widget class="QPushButton" name="cmdHelp"> 460 <property name="sizePolicy"> 461 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 462 <horstretch>0</horstretch> 463 <verstretch>0</verstretch> 464 </sizepolicy> 465 </property> 466 <property name="minimumSize"> 467 <size> 468 <width>75</width> 469 <height>23</height> 470 </size> 471 </property> 472 <property name="text"> 473 <string>Help</string> 474 </property> 475 </widget> 430 <layout class="QHBoxLayout" name="horizontalLayout_3"> 431 <item> 432 <spacer name="horizontalSpacer"> 433 <property name="orientation"> 434 <enum>Qt::Horizontal</enum> 435 </property> 436 <property name="sizeHint" stdset="0"> 437 <size> 438 <width>273</width> 439 <height>20</height> 440 </size> 441 </property> 442 </spacer> 443 </item> 444 <item> 445 <widget class="QPushButton" name="cmdPlot"> 446 <property name="sizePolicy"> 447 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 448 <horstretch>0</horstretch> 449 <verstretch>0</verstretch> 450 </sizepolicy> 451 </property> 452 <property name="minimumSize"> 453 <size> 454 <width>93</width> 455 <height>28</height> 456 </size> 457 </property> 458 <property name="text"> 459 <string>Show Plot</string> 460 </property> 461 </widget> 462 </item> 463 <item> 464 <widget class="QPushButton" name="cmdFit"> 465 <property name="sizePolicy"> 466 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 467 <horstretch>0</horstretch> 468 <verstretch>0</verstretch> 469 </sizepolicy> 470 </property> 471 <property name="minimumSize"> 472 <size> 473 <width>93</width> 474 <height>28</height> 475 </size> 476 </property> 477 <property name="text"> 478 <string>Fit</string> 479 </property> 480 </widget> 481 </item> 482 <item> 483 <widget class="QPushButton" name="cmdHelp"> 484 <property name="sizePolicy"> 485 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 486 <horstretch>0</horstretch> 487 <verstretch>0</verstretch> 488 </sizepolicy> 489 </property> 490 <property name="minimumSize"> 491 <size> 492 <width>93</width> 493 <height>28</height> 494 </size> 495 </property> 496 <property name="text"> 497 <string>Help</string> 498 </property> 499 </widget> 500 </item> 501 </layout> 476 502 </item> 477 503 </layout>
Note: See TracChangeset
for help on using the changeset viewer.