Ignore:
Timestamp:
Mar 16, 2018 2:05:42 PM (7 years ago)
Author:
krzywon
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.
Message:

Merge branch 'ESS_GUI' into ESS_GUI_Pr

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  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>379</width> 
    10     <height>669</height> 
     9    <width>568</width> 
     10    <height>605</height> 
    1111   </rect> 
    1212  </property> 
    1313  <property name="sizePolicy"> 
    14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 
     14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 
    1515    <horstretch>0</horstretch> 
    1616    <verstretch>0</verstretch> 
    1717   </sizepolicy> 
    1818  </property> 
     19  <property name="minimumSize"> 
     20   <size> 
     21    <width>434</width> 
     22    <height>466</height> 
     23   </size> 
     24  </property> 
    1925  <property name="windowTitle"> 
    2026   <string>FittingWidget</string> 
    2127  </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"> 
    2430    <layout class="QHBoxLayout" name="horizontalLayout"> 
    2531     <item> 
     
    6672    </layout> 
    6773   </item> 
    68    <item row="1" column="0" colspan="4"> 
     74   <item row="1" column="0"> 
    6975    <widget class="QTabWidget" name="tabFitting"> 
    7076     <property name="currentIndex"> 
     
    7581       <string>Model</string> 
    7682      </attribute> 
    77       <layout class="QGridLayout" name="gridLayout_19"> 
     83      <layout class="QGridLayout" name="gridLayout_4"> 
    7884       <item row="0" column="0" colspan="4"> 
    7985        <widget class="QGroupBox" name="groupBox_6"> 
     
    155161          <string>Options </string> 
    156162         </property> 
    157          <layout class="QGridLayout" name="gridLayout_16"> 
    158           <item row="0" column="0"> 
     163         <layout class="QVBoxLayout" name="verticalLayout"> 
     164          <item> 
    159165           <widget class="QCheckBox" name="chkPolydispersity"> 
    160166            <property name="enabled"> 
     
    172178           </widget> 
    173179          </item> 
    174           <item row="1" column="0"> 
     180          <item> 
    175181           <widget class="QCheckBox" name="chk2DView"> 
    176182            <property name="enabled"> 
     
    188194           </widget> 
    189195          </item> 
    190           <item row="2" column="0"> 
     196          <item> 
    191197           <widget class="QCheckBox" name="chkMagnetism"> 
    192198            <property name="enabled"> 
     
    198204            <property name="text"> 
    199205             <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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Switch on magnetic scattering parameters.&lt;/p&gt;&lt;p&gt;This option is available only for 2D models.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> 
     219            </property> 
     220            <property name="text"> 
     221             <string>Chain fit</string> 
    200222            </property> 
    201223            <property name="checkable"> 
     
    406428   </item> 
    407429   <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> 
    476502   </item> 
    477503  </layout> 
Note: See TracChangeset for help on using the changeset viewer.