Ignore:
Timestamp:
Mar 26, 2019 12:06:46 PM (5 years ago)
Author:
GitHub <noreply@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
Children:
50b33d0
Parents:
9f3db13 (diff), 85503bc (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.
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (03/26/19 12:06:46)
git-committer:
GitHub <noreply@…> (03/26/19 12:06:46)
Message:

Merge pull request #213 from rprospero/Sasview-1079

Sasview 1079 - Corfunc perspective testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Corfunc/UI/CorfuncPanel.ui

    rcb4d219 r85503bc  
    1818    <layout class="QVBoxLayout" name="mainVerticalLayout"> 
    1919     <item> 
    20       <spacer name="verticalSpacer"> 
    21        <property name="orientation"> 
    22         <enum>Qt::Vertical</enum> 
    23        </property> 
    24        <property name="sizeHint" stdset="0"> 
    25         <size> 
    26          <width>20</width> 
    27          <height>38</height> 
    28         </size> 
    29        </property> 
    30       </spacer> 
    31      </item> 
    32      <item> 
    3320      <widget class="QGroupBox" name="groupBox"> 
    3421       <property name="title"> 
     
    322309          </item> 
    323310          <item row="0" column="1"> 
    324            <widget class="QLineEdit" name="txtLongPeriod"/> 
     311           <widget class="QLineEdit" name="txtLongPeriod" width="50"> 
     312             <property name="minimumSize" stdset="0"> 
     313               <size> 
     314                 <width>60</width> 
     315                 <height>20</height> 
     316               </size> 
     317             </property> 
     318           </widget> 
    325319          </item> 
    326320          <item row="0" column="2"> 
     
    332326          </item> 
    333327          <item row="0" column="3"> 
    334            <widget class="QLineEdit" name="txtAvgIntThick"/> 
     328           <widget class="QLineEdit" name="txtAvgIntThick"> 
     329             <property name="minimumSize" stdset="0"> 
     330               <size> 
     331                 <width>60</width> 
     332                 <height>20</height> 
     333               </size> 
     334             </property> 
     335           </widget> 
    335336          </item> 
    336337          <item row="1" column="0"> 
     
    417418      </layout> 
    418419     </item> 
     420     <item> 
     421        <spacer name="verticalSpacer"> 
     422        <property name="orientation"> 
     423            <enum>Qt::Vertical</enum> 
     424        </property> 
     425        <property name="sizeHint" stdset="0"> 
     426            <size> 
     427            <width>20</width> 
     428            <height>38</height> 
     429            </size> 
     430        </property> 
     431        </spacer> 
     432     </item> 
     433    </layout> 
     434   </item> 
     435   <item row="0" column="1"> 
     436    <layout class="QVBoxLayout" name="plotLayout"> 
    419437    </layout> 
    420438   </item> 
Note: See TracChangeset for help on using the changeset viewer.