Changeset d4dac80 in sasview for src/sas/qtgui/Utilities/UI
- Timestamp:
- Apr 25, 2018 6:59:33 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:
- 017b285
- Parents:
- 93c79b5
- git-author:
- Piotr Rozyczko <rozyczko@…> (03/22/18 16:46:19)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (04/25/18 06:59:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/UI/GridPanelUI.ui
r3b3b40b rd4dac80 8 8 <y>0</y> 9 9 <width>939</width> 10 <height>3 29</height>10 <height>330</height> 11 11 </rect> 12 12 </property> … … 21 21 </property> 22 22 <widget class="QWidget" name="centralwidget"> 23 <layout class="QGridLayout" name="gridLayout"> 23 <layout class="QGridLayout" name="gridLayout_2"> 24 <item row="0" column="0"> 25 <widget class="QTabWidget" name="tabWidget"> 26 <property name="tabPosition"> 27 <enum>QTabWidget::South</enum> 28 </property> 29 <property name="currentIndex"> 30 <number>0</number> 31 </property> 32 <widget class="QWidget" name="tab"> 33 <attribute name="title"> 34 <string>Tab 1</string> 35 </attribute> 36 <layout class="QGridLayout" name="gridLayout"> 37 <item row="0" column="0"> 38 <widget class="QTableWidget" name="tblParams"> 39 <property name="contextMenuPolicy"> 40 <enum>Qt::CustomContextMenu</enum> 41 </property> 42 <property name="alternatingRowColors"> 43 <bool>true</bool> 44 </property> 45 <property name="selectionBehavior"> 46 <enum>QAbstractItemView::SelectRows</enum> 47 </property> 48 </widget> 49 </item> 50 </layout> 51 </widget> 52 </widget> 53 </item> 24 54 <item row="1" column="0"> 25 55 <layout class="QHBoxLayout" name="horizontalLayout"> … … 36 66 </property> 37 67 </spacer> 68 </item> 69 <item> 70 <widget class="QPushButton" name="cmdPlot"> 71 <property name="text"> 72 <string>Plot</string> 73 </property> 74 </widget> 38 75 </item> 39 76 <item> … … 53 90 </layout> 54 91 </item> 55 <item row="0" column="0">56 <widget class="QTableWidget" name="tblParams">57 <property name="contextMenuPolicy">58 <enum>Qt::CustomContextMenu</enum>59 </property>60 <property name="alternatingRowColors">61 <bool>true</bool>62 </property>63 <property name="selectionBehavior">64 <enum>QAbstractItemView::SelectRows</enum>65 </property>66 </widget>67 </item>68 92 </layout> 69 93 </widget> … … 73 97 <x>0</x> 74 98 <y>0</y> 75 <width> 939</width>99 <width>510</width> 76 100 <height>26</height> 77 101 </rect>
Note: See TracChangeset
for help on using the changeset viewer.