source: sasview/src/sas/qtgui/MainWindow/UI/TabbedFileLoadUI.ui @ 83eb5208

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 83eb5208 was 83eb5208, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago

Putting files in more ordered fashion

  • Property mode set to 100755
File size: 10.2 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>620</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>TabWidget</string>
15  </property>
16  <property name="windowIcon">
17   <iconset resource="../../UI/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="4">
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="cmdFreeze">
106           <property name="text">
107            <string>Freeze</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         <item row="1" column="3">
125          <widget class="QPushButton" name="cmdDeleteData">
126           <property name="text">
127            <string>Delete</string>
128           </property>
129          </widget>
130         </item>
131        </layout>
132       </item>
133       <item row="1" column="0">
134        <layout class="QHBoxLayout" name="horizontalLayout">
135         <item>
136          <widget class="QPushButton" name="cmdSendTo">
137           <property name="text">
138            <string>Send to</string>
139           </property>
140          </widget>
141         </item>
142         <item>
143          <widget class="QComboBox" name="cbFitting">
144           <property name="sizePolicy">
145            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
146             <horstretch>0</horstretch>
147             <verstretch>0</verstretch>
148            </sizepolicy>
149           </property>
150           <property name="sizeAdjustPolicy">
151            <enum>QComboBox::AdjustToContents</enum>
152           </property>
153           <item>
154            <property name="text">
155             <string>Fitting</string>
156            </property>
157           </item>
158           <item>
159            <property name="text">
160             <string>Pr inversion</string>
161            </property>
162           </item>
163           <item>
164            <property name="text">
165             <string>Invariant</string>
166            </property>
167           </item>
168          </widget>
169         </item>
170         <item>
171          <widget class="QCheckBox" name="chkBatch">
172           <property name="text">
173            <string>Batch mode</string>
174           </property>
175          </widget>
176         </item>
177         <item>
178          <spacer name="horizontalSpacer">
179           <property name="orientation">
180            <enum>Qt::Horizontal</enum>
181           </property>
182           <property name="sizeHint" stdset="0">
183            <size>
184             <width>197</width>
185             <height>20</height>
186            </size>
187           </property>
188          </spacer>
189         </item>
190        </layout>
191       </item>
192      </layout>
193     </widget>
194    </item>
195    <item row="3" column="0" colspan="2">
196     <widget class="QGroupBox" name="groupBox_3">
197      <property name="title">
198       <string>Plot</string>
199      </property>
200      <layout class="QGridLayout" name="gridLayout_3">
201       <item row="0" column="0">
202        <widget class="QPushButton" name="cmdNew">
203         <property name="text">
204          <string>New</string>
205         </property>
206        </widget>
207       </item>
208       <item row="1" column="0">
209        <widget class="QPushButton" name="cmdAppend">
210         <property name="text">
211          <string>Append to</string>
212         </property>
213        </widget>
214       </item>
215       <item row="1" column="1">
216        <widget class="QComboBox" name="cbgraph">
217         <property name="sizePolicy">
218          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
219           <horstretch>0</horstretch>
220           <verstretch>0</verstretch>
221          </sizepolicy>
222         </property>
223         <property name="sizeAdjustPolicy">
224          <enum>QComboBox::AdjustToContents</enum>
225         </property>
226         <item>
227          <property name="text">
228           <string>Graph1</string>
229          </property>
230         </item>
231        </widget>
232       </item>
233      </layout>
234     </widget>
235    </item>
236    <item row="3" column="2">
237     <spacer name="horizontalSpacer_3">
238      <property name="orientation">
239       <enum>Qt::Horizontal</enum>
240      </property>
241      <property name="sizeHint" stdset="0">
242       <size>
243        <width>287</width>
244        <height>20</height>
245       </size>
246      </property>
247     </spacer>
248    </item>
249   </layout>
250  </widget>
251  <widget class="QWidget" name="theoryTab">
252   <attribute name="title">
253    <string>Theory</string>
254   </attribute>
255   <layout class="QGridLayout" name="gridLayout_7">
256    <item row="0" column="0" colspan="2">
257     <widget class="QGroupBox" name="groupBox_2">
258      <property name="title">
259       <string>Theory</string>
260      </property>
261      <layout class="QGridLayout" name="gridLayout_4">
262       <item row="1" column="0">
263        <widget class="QPushButton" name="cmdDeleteTheory">
264         <property name="text">
265          <string>Delete</string>
266         </property>
267        </widget>
268       </item>
269       <item row="1" column="1">
270        <spacer name="horizontalSpacer_5">
271         <property name="orientation">
272          <enum>Qt::Horizontal</enum>
273         </property>
274         <property name="sizeHint" stdset="0">
275          <size>
276           <width>353</width>
277           <height>20</height>
278          </size>
279         </property>
280        </spacer>
281       </item>
282       <item row="0" column="0" colspan="2">
283        <widget class="QTreeView" name="freezeView">
284         <attribute name="headerVisible">
285          <bool>false</bool>
286         </attribute>
287        </widget>
288       </item>
289      </layout>
290     </widget>
291    </item>
292    <item row="1" column="0">
293     <widget class="QGroupBox" name="groupBox_4">
294      <property name="title">
295       <string>Plot</string>
296      </property>
297      <layout class="QGridLayout" name="gridLayout_5">
298       <item row="0" column="0">
299        <widget class="QPushButton" name="cmdNew_2">
300         <property name="text">
301          <string>New</string>
302         </property>
303        </widget>
304       </item>
305       <item row="1" column="0">
306        <widget class="QPushButton" name="cmdAppend_2">
307         <property name="text">
308          <string>Append to</string>
309         </property>
310        </widget>
311       </item>
312       <item row="1" column="1">
313        <widget class="QComboBox" name="cbgraph_2">
314         <property name="sizePolicy">
315          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
316           <horstretch>0</horstretch>
317           <verstretch>0</verstretch>
318          </sizepolicy>
319         </property>
320         <property name="sizeAdjustPolicy">
321          <enum>QComboBox::AdjustToContents</enum>
322         </property>
323         <item>
324          <property name="text">
325           <string>Graph1</string>
326          </property>
327         </item>
328        </widget>
329       </item>
330      </layout>
331     </widget>
332    </item>
333    <item row="1" column="1">
334     <spacer name="horizontalSpacer_6">
335      <property name="orientation">
336       <enum>Qt::Horizontal</enum>
337      </property>
338      <property name="sizeHint" stdset="0">
339       <size>
340        <width>287</width>
341        <height>20</height>
342       </size>
343      </property>
344     </spacer>
345    </item>
346   </layout>
347  </widget>
348 </widget>
349 <resources>
350  <include location="../../UI/main_resources.qrc"/>
351 </resources>
352 <connections/>
353</ui>
Note: See TracBrowser for help on using the repository browser.