Changeset 57b7ee2 in sasview for src/sas/qtgui/UI
- Timestamp:
- Feb 9, 2017 8:07:05 AM (8 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:
- 9a05a8d5
- Parents:
- bda1faa7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UI/SlicerParametersUI.ui
r3bdbfcc r57b7ee2 28 28 <widget class="QTableView" name="lstParams"/> 29 29 </item> 30 <item row="1" column="0"> 31 <spacer name="verticalSpacer"> 32 <property name="orientation"> 33 <enum>Qt::Vertical</enum> 34 </property> 35 <property name="sizeHint" stdset="0"> 36 <size> 37 <width>20</width> 38 <height>21</height> 39 </size> 40 </property> 41 </spacer> 42 </item> 43 <item row="2" column="1"> 30 <item row="1" column="1"> 44 31 <widget class="QDialogButtonBox" name="buttonBox"> 45 32 <property name="orientation"> … … 47 34 </property> 48 35 <property name="standardButtons"> 49 <set>QDialogButtonBox:: Ok</set>36 <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set> 50 37 </property> 51 38 </widget>
Note: See TracChangeset
for help on using the changeset viewer.