source: sasview/src/sas/qtgui/UI/TabbedFileLoadUI.ui @ f721030

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since f721030 was f721030, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Initial commit of the main window prototype

  • Property mode set to 100755
File size: 8.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DataLoadWidget</class>
4 <widget class="QTabWidget" name="DataLoadWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>481</width>
10    <height>612</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>TabWidget</string>
15  </property>
16  <property name="windowIcon">
17   <iconset resource="main_resources.qrc">
18    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset>
19  </property>
20  <property name="currentIndex">
21   <number>0</number>
22  </property>
23  <widget class="QWidget" name="dataTab">
24   <attribute name="title">
25    <string>Data</string>
26   </attribute>
27   <layout class="QGridLayout" name="gridLayout_6">
28    <item row="0" column="0">
29     <widget class="QLabel" name="label">
30      <property name="text">
31       <string>Selection Options</string>
32      </property>
33     </widget>
34    </item>
35    <item row="1" column="0">
36     <widget class="QComboBox" name="cbSelect">
37      <item>
38       <property name="text">
39        <string>Select all</string>
40       </property>
41      </item>
42      <item>
43       <property name="text">
44        <string>Unselect all</string>
45       </property>
46      </item>
47      <item>
48       <property name="text">
49        <string>Select all 1D</string>
50       </property>
51      </item>
52      <item>
53       <property name="text">
54        <string>Unselect all 1D</string>
55       </property>
56      </item>
57      <item>
58       <property name="text">
59        <string>Select all 2D</string>
60       </property>
61      </item>
62      <item>
63       <property name="text">
64        <string>Unselect all 2D</string>
65       </property>
66      </item>
67     </widget>
68    </item>
69    <item row="1" column="1" colspan="2">
70     <spacer name="horizontalSpacer_2">
71      <property name="orientation">
72       <enum>Qt::Horizontal</enum>
73      </property>
74      <property name="sizeHint" stdset="0">
75       <size>
76        <width>352</width>
77        <height>20</height>
78       </size>
79      </property>
80     </spacer>
81    </item>
82    <item row="2" column="0" colspan="3">
83     <widget class="QGroupBox" name="groupBox">
84      <property name="title">
85       <string>Data</string>
86      </property>
87      <layout class="QGridLayout" name="gridLayout_2">
88       <item row="0" column="0">
89        <layout class="QGridLayout" name="gridLayout">
90         <item row="0" column="0" colspan="3">
91          <widget class="QTreeView" name="treeView">
92           <attribute name="headerVisible">
93            <bool>false</bool>
94           </attribute>
95          </widget>
96         </item>
97         <item row="1" column="0">
98          <widget class="QPushButton" name="cmdLoad">
99           <property name="text">
100            <string>Load</string>
101           </property>
102          </widget>
103         </item>
104         <item row="1" column="1">
105          <widget class="QPushButton" name="cmdDelete">
106           <property name="text">
107            <string>Delete</string>
108           </property>
109          </widget>
110         </item>
111         <item row="1" column="2">
112          <spacer name="horizontalSpacer_4">
113           <property name="orientation">
114            <enum>Qt::Horizontal</enum>
115           </property>
116           <property name="sizeHint" stdset="0">
117            <size>
118             <width>40</width>
119             <height>20</height>
120            </size>
121           </property>
122          </spacer>
123         </item>
124        </layout>
125       </item>
126       <item row="1" column="0">
127        <layout class="QHBoxLayout" name="horizontalLayout">
128         <item>
129          <widget class="QPushButton" name="cmdSendTo">
130           <property name="text">
131            <string>Send to</string>
132           </property>
133          </widget>
134         </item>
135         <item>
136          <widget class="QComboBox" name="cbFitting">
137           <property name="sizePolicy">
138            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
139             <horstretch>0</horstretch>
140             <verstretch>0</verstretch>
141            </sizepolicy>
142           </property>
143           <property name="sizeAdjustPolicy">
144            <enum>QComboBox::AdjustToContents</enum>
145           </property>
146           <item>
147            <property name="text">
148             <string>Fitting</string>
149            </property>
150           </item>
151           <item>
152            <property name="text">
153             <string>Pr inversion</string>
154            </property>
155           </item>
156           <item>
157            <property name="text">
158             <string>Invariant</string>
159            </property>
160           </item>
161          </widget>
162         </item>
163         <item>
164          <widget class="QCheckBox" name="chkBatch">
165           <property name="text">
166            <string>Batch mode</string>
167           </property>
168          </widget>
169         </item>
170         <item>
171          <spacer name="horizontalSpacer">
172           <property name="orientation">
173            <enum>Qt::Horizontal</enum>
174           </property>
175           <property name="sizeHint" stdset="0">
176            <size>
177             <width>197</width>
178             <height>20</height>
179            </size>
180           </property>
181          </spacer>
182         </item>
183        </layout>
184       </item>
185      </layout>
186     </widget>
187    </item>
188    <item row="3" column="0" colspan="2">
189     <widget class="QGroupBox" name="groupBox_3">
190      <property name="title">
191       <string>Plot</string>
192      </property>
193      <layout class="QGridLayout" name="gridLayout_3">
194       <item row="0" column="0">
195        <widget class="QPushButton" name="cmdNew">
196         <property name="text">
197          <string>New</string>
198         </property>
199        </widget>
200       </item>
201       <item row="1" column="0">
202        <widget class="QPushButton" name="cmdAppend">
203         <property name="text">
204          <string>Append to</string>
205         </property>
206        </widget>
207       </item>
208       <item row="1" column="1">
209        <widget class="QComboBox" name="cbgraph">
210         <property name="sizePolicy">
211          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
212           <horstretch>0</horstretch>
213           <verstretch>0</verstretch>
214          </sizepolicy>
215         </property>
216         <property name="sizeAdjustPolicy">
217          <enum>QComboBox::AdjustToContents</enum>
218         </property>
219         <item>
220          <property name="text">
221           <string>Graph1</string>
222          </property>
223         </item>
224        </widget>
225       </item>
226      </layout>
227     </widget>
228    </item>
229    <item row="3" column="2">
230     <spacer name="horizontalSpacer_3">
231      <property name="orientation">
232       <enum>Qt::Horizontal</enum>
233      </property>
234      <property name="sizeHint" stdset="0">
235       <size>
236        <width>287</width>
237        <height>20</height>
238       </size>
239      </property>
240     </spacer>
241    </item>
242   </layout>
243  </widget>
244  <widget class="QWidget" name="theoryTab">
245   <attribute name="title">
246    <string>Theory</string>
247   </attribute>
248   <layout class="QGridLayout" name="gridLayout_5">
249    <item row="0" column="0">
250     <widget class="QGroupBox" name="groupBox_2">
251      <property name="title">
252       <string>Theory</string>
253      </property>
254      <layout class="QGridLayout" name="gridLayout_4">
255       <item row="0" column="0" colspan="2">
256        <widget class="QListView" name="listView">
257         <property name="dragEnabled">
258          <bool>true</bool>
259         </property>
260         <property name="dragDropMode">
261          <enum>QAbstractItemView::DragDrop</enum>
262         </property>
263         <property name="defaultDropAction">
264          <enum>Qt::LinkAction</enum>
265         </property>
266        </widget>
267       </item>
268       <item row="1" column="0">
269        <widget class="QPushButton" name="cmdFreeze">
270         <property name="text">
271          <string>Freeze</string>
272         </property>
273        </widget>
274       </item>
275       <item row="1" column="1">
276        <spacer name="horizontalSpacer_5">
277         <property name="orientation">
278          <enum>Qt::Horizontal</enum>
279         </property>
280         <property name="sizeHint" stdset="0">
281          <size>
282           <width>353</width>
283           <height>20</height>
284          </size>
285         </property>
286        </spacer>
287       </item>
288      </layout>
289     </widget>
290    </item>
291   </layout>
292  </widget>
293 </widget>
294 <resources>
295  <include location="main_resources.qrc"/>
296 </resources>
297 <connections/>
298</ui>
Note: See TracBrowser for help on using the repository browser.