Changeset ee18d33 in sasview for src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
- Timestamp:
- Aug 9, 2017 9:52:07 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:
- 38eb433
- Parents:
- 985ad94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
raca8418 ree18d33 20 20 <string>FittingWidget</string> 21 21 </property> 22 <layout class="QGridLayout" name="gridLayout_15"> 23 <item row="0" column="0"> 24 <widget class="QLabel" name="label"> 25 <property name="text"> 26 <string>File name:</string> 27 </property> 28 </widget> 29 </item> 30 <item row="0" column="1"> 31 <widget class="QLabel" name="lblFilename"> 32 <property name="text"> 33 <string>None</string> 34 </property> 35 </widget> 36 </item> 37 <item row="0" column="2" colspan="4"> 38 <spacer name="horizontalSpacer_4"> 39 <property name="orientation"> 40 <enum>Qt::Horizontal</enum> 41 </property> 42 <property name="sizeHint" stdset="0"> 43 <size> 44 <width>459</width> 45 <height>20</height> 46 </size> 47 </property> 48 </spacer> 49 </item> 50 <item row="2" column="3"> 51 <widget class="QPushButton" name="cmdPlot"> 52 <property name="sizePolicy"> 53 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 54 <horstretch>0</horstretch> 55 <verstretch>0</verstretch> 56 </sizepolicy> 57 </property> 58 <property name="minimumSize"> 59 <size> 60 <width>75</width> 61 <height>23</height> 62 </size> 63 </property> 64 <property name="text"> 65 <string>Show Plot</string> 66 </property> 67 </widget> 68 </item> 69 <item row="2" column="4"> 70 <widget class="QPushButton" name="cmdFit"> 71 <property name="sizePolicy"> 72 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 73 <horstretch>0</horstretch> 74 <verstretch>0</verstretch> 75 </sizepolicy> 76 </property> 77 <property name="minimumSize"> 78 <size> 79 <width>75</width> 80 <height>23</height> 81 </size> 82 </property> 83 <property name="text"> 84 <string>Fit</string> 85 </property> 86 </widget> 87 </item> 88 <item row="2" column="5"> 89 <widget class="QPushButton" name="cmdHelp"> 90 <property name="sizePolicy"> 91 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 92 <horstretch>0</horstretch> 93 <verstretch>0</verstretch> 94 </sizepolicy> 95 </property> 96 <property name="minimumSize"> 97 <size> 98 <width>75</width> 99 <height>23</height> 100 </size> 101 </property> 102 <property name="text"> 103 <string>Help</string> 104 </property> 105 </widget> 106 </item> 107 <item row="2" column="0" colspan="3"> 108 <spacer name="horizontalSpacer"> 109 <property name="orientation"> 110 <enum>Qt::Horizontal</enum> 111 </property> 112 <property name="sizeHint" stdset="0"> 113 <size> 114 <width>273</width> 115 <height>20</height> 116 </size> 117 </property> 118 </spacer> 119 </item> 120 <item row="1" column="0" colspan="6"> 22 <layout class="QGridLayout" name="gridLayout_4"> 23 <item row="0" column="0" colspan="4"> 24 <layout class="QHBoxLayout" name="horizontalLayout"> 25 <item> 26 <widget class="QLabel" name="label"> 27 <property name="text"> 28 <string>File name:</string> 29 </property> 30 </widget> 31 </item> 32 <item> 33 <layout class="QGridLayout" name="gridLayout_3"> 34 <item row="0" column="0"> 35 <widget class="QComboBox" name="cbFileNames"> 36 <property name="sizeAdjustPolicy"> 37 <enum>QComboBox::AdjustToContents</enum> 38 </property> 39 </widget> 40 </item> 41 <item row="0" column="1"> 42 <widget class="QLabel" name="lblFilename"> 43 <property name="text"> 44 <string>None</string> 45 </property> 46 </widget> 47 </item> 48 </layout> 49 </item> 50 <item> 51 <spacer name="horizontalSpacer_4"> 52 <property name="orientation"> 53 <enum>Qt::Horizontal</enum> 54 </property> 55 <property name="sizeHint" stdset="0"> 56 <size> 57 <width>459</width> 58 <height>20</height> 59 </size> 60 </property> 61 </spacer> 62 </item> 63 </layout> 64 </item> 65 <item row="1" column="0" colspan="4"> 121 66 <widget class="QTabWidget" name="tabFitting"> 122 67 <property name="currentIndex"> … … 457 402 </widget> 458 403 </item> 404 <item row="2" column="0"> 405 <spacer name="horizontalSpacer"> 406 <property name="orientation"> 407 <enum>Qt::Horizontal</enum> 408 </property> 409 <property name="sizeHint" stdset="0"> 410 <size> 411 <width>273</width> 412 <height>20</height> 413 </size> 414 </property> 415 </spacer> 416 </item> 417 <item row="2" column="1"> 418 <widget class="QPushButton" name="cmdPlot"> 419 <property name="sizePolicy"> 420 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 421 <horstretch>0</horstretch> 422 <verstretch>0</verstretch> 423 </sizepolicy> 424 </property> 425 <property name="minimumSize"> 426 <size> 427 <width>75</width> 428 <height>23</height> 429 </size> 430 </property> 431 <property name="text"> 432 <string>Show Plot</string> 433 </property> 434 </widget> 435 </item> 436 <item row="2" column="2"> 437 <widget class="QPushButton" name="cmdFit"> 438 <property name="sizePolicy"> 439 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 440 <horstretch>0</horstretch> 441 <verstretch>0</verstretch> 442 </sizepolicy> 443 </property> 444 <property name="minimumSize"> 445 <size> 446 <width>75</width> 447 <height>23</height> 448 </size> 449 </property> 450 <property name="text"> 451 <string>Fit</string> 452 </property> 453 </widget> 454 </item> 455 <item row="2" column="3"> 456 <widget class="QPushButton" name="cmdHelp"> 457 <property name="sizePolicy"> 458 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 459 <horstretch>0</horstretch> 460 <verstretch>0</verstretch> 461 </sizepolicy> 462 </property> 463 <property name="minimumSize"> 464 <size> 465 <width>75</width> 466 <height>23</height> 467 </size> 468 </property> 469 <property name="text"> 470 <string>Help</string> 471 </property> 472 </widget> 473 </item> 459 474 </layout> 460 475 </widget>
Note: See TracChangeset
for help on using the changeset viewer.