source: sasview/src/sas/qtgui/Utilities/UI/GridPanelUI.ui

ESS_GUI
Last change on this file was d4dac80, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Merge branch 'ESS_GUI' into ESS_GUI_better_batch

  • Property mode set to 100755
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GridPanelUI</class>
4 <widget class="QMainWindow" name="GridPanelUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>939</width>
10    <height>330</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Batch Fitting Results</string>
21  </property>
22  <widget class="QWidget" name="centralwidget">
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>
54    <item row="1" column="0">
55     <layout class="QHBoxLayout" name="horizontalLayout">
56      <item>
57       <spacer name="horizontalSpacer">
58        <property name="orientation">
59         <enum>Qt::Horizontal</enum>
60        </property>
61        <property name="sizeHint" stdset="0">
62         <size>
63          <width>40</width>
64          <height>20</height>
65         </size>
66        </property>
67       </spacer>
68      </item>
69      <item>
70       <widget class="QPushButton" name="cmdPlot">
71        <property name="text">
72         <string>Plot</string>
73        </property>
74       </widget>
75      </item>
76      <item>
77       <widget class="QPushButton" name="cmdOK">
78        <property name="text">
79         <string>Close</string>
80        </property>
81       </widget>
82      </item>
83      <item>
84       <widget class="QPushButton" name="cmdHelp">
85        <property name="text">
86         <string>Help</string>
87        </property>
88       </widget>
89      </item>
90     </layout>
91    </item>
92   </layout>
93  </widget>
94  <widget class="QMenuBar" name="menubar">
95   <property name="geometry">
96    <rect>
97     <x>0</x>
98     <y>0</y>
99     <width>510</width>
100     <height>26</height>
101    </rect>
102   </property>
103   <widget class="QMenu" name="menuFile">
104    <property name="title">
105     <string>File</string>
106    </property>
107    <addaction name="actionOpen"/>
108    <addaction name="actionOpen_with_Excel"/>
109    <addaction name="separator"/>
110    <addaction name="actionSave"/>
111   </widget>
112   <addaction name="menuFile"/>
113  </widget>
114  <action name="actionOpen">
115   <property name="text">
116    <string>Open</string>
117   </property>
118  </action>
119  <action name="actionOpen_with_Excel">
120   <property name="text">
121    <string>Open with Excel</string>
122   </property>
123  </action>
124  <action name="actionSave">
125   <property name="text">
126    <string>Save</string>
127   </property>
128  </action>
129 </widget>
130 <resources/>
131 <connections>
132  <connection>
133   <sender>cmdOK</sender>
134   <signal>clicked()</signal>
135   <receiver>GridPanelUI</receiver>
136   <slot>close()</slot>
137   <hints>
138    <hint type="sourcelabel">
139     <x>832</x>
140     <y>535</y>
141    </hint>
142    <hint type="destinationlabel">
143     <x>495</x>
144     <y>293</y>
145    </hint>
146   </hints>
147  </connection>
148 </connections>
149</ui>
Note: See TracBrowser for help on using the repository browser.