Changeset 7fd20fc in sasview for src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
- Timestamp:
- Jan 10, 2018 5:13:56 AM (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:
- 0595bb7
- Parents:
- e90988c
- git-author:
- Piotr Rozyczko <rozyczko@…> (11/29/17 08:57:29)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (01/10/18 05:13:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
rd1955d67 r7fd20fc 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>4 34</width>10 <height> 466</height>9 <width>448</width> 10 <height>526</height> 11 11 </rect> 12 12 </property> … … 26 26 <string>FittingWidget</string> 27 27 </property> 28 <layout class="QGridLayout" name="gridLayout_ 4">29 <item row="0" column="0" colspan="4">28 <layout class="QGridLayout" name="gridLayout_5"> 29 <item row="0" column="0"> 30 30 <layout class="QHBoxLayout" name="horizontalLayout"> 31 31 <item> … … 72 72 </layout> 73 73 </item> 74 <item row="1" column="0" colspan="4">74 <item row="1" column="0"> 75 75 <widget class="QTabWidget" name="tabFitting"> 76 76 <property name="currentIndex"> … … 81 81 <string>Model</string> 82 82 </attribute> 83 <layout class="QGridLayout" name="gridLayout_ 19">83 <layout class="QGridLayout" name="gridLayout_4"> 84 84 <item row="0" column="0" colspan="4"> 85 85 <widget class="QGroupBox" name="groupBox_6"> … … 161 161 <string>Options </string> 162 162 </property> 163 <layout class="Q GridLayout" name="gridLayout_16">164 <item row="0" column="0">163 <layout class="QVBoxLayout" name="verticalLayout"> 164 <item> 165 165 <widget class="QCheckBox" name="chkPolydispersity"> 166 166 <property name="enabled"> … … 178 178 </widget> 179 179 </item> 180 <item row="1" column="0">180 <item> 181 181 <widget class="QCheckBox" name="chk2DView"> 182 182 <property name="enabled"> … … 194 194 </widget> 195 195 </item> 196 <item row="2" column="0">196 <item> 197 197 <widget class="QCheckBox" name="chkMagnetism"> 198 198 <property name="enabled"> … … 204 204 <property name="text"> 205 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> 206 222 </property> 207 223 <property name="checkable"> … … 412 428 </item> 413 429 <item row="2" column="0"> 414 <spacer name="horizontalSpacer"> 415 <property name="orientation"> 416 <enum>Qt::Horizontal</enum> 417 </property> 418 <property name="sizeHint" stdset="0"> 419 <size> 420 <width>273</width> 421 <height>20</height> 422 </size> 423 </property> 424 </spacer> 425 </item> 426 <item row="2" column="1"> 427 <widget class="QPushButton" name="cmdPlot"> 428 <property name="sizePolicy"> 429 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 430 <horstretch>0</horstretch> 431 <verstretch>0</verstretch> 432 </sizepolicy> 433 </property> 434 <property name="minimumSize"> 435 <size> 436 <width>75</width> 437 <height>23</height> 438 </size> 439 </property> 440 <property name="text"> 441 <string>Show Plot</string> 442 </property> 443 </widget> 444 </item> 445 <item row="2" column="2"> 446 <widget class="QPushButton" name="cmdFit"> 447 <property name="sizePolicy"> 448 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 449 <horstretch>0</horstretch> 450 <verstretch>0</verstretch> 451 </sizepolicy> 452 </property> 453 <property name="minimumSize"> 454 <size> 455 <width>75</width> 456 <height>23</height> 457 </size> 458 </property> 459 <property name="text"> 460 <string>Fit</string> 461 </property> 462 </widget> 463 </item> 464 <item row="2" column="3"> 465 <widget class="QPushButton" name="cmdHelp"> 466 <property name="sizePolicy"> 467 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 468 <horstretch>0</horstretch> 469 <verstretch>0</verstretch> 470 </sizepolicy> 471 </property> 472 <property name="minimumSize"> 473 <size> 474 <width>75</width> 475 <height>23</height> 476 </size> 477 </property> 478 <property name="text"> 479 <string>Help</string> 480 </property> 481 </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>75</width> 455 <height>23</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>75</width> 474 <height>23</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>75</width> 493 <height>23</height> 494 </size> 495 </property> 496 <property name="text"> 497 <string>Help</string> 498 </property> 499 </widget> 500 </item> 501 </layout> 482 502 </item> 483 503 </layout>
Note: See TracChangeset
for help on using the changeset viewer.