source: sasview/src/sas/qtgui/UI/DataExplorerUI.ui @ 481ff26

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 481ff26 was 481ff26, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Modified Data Explorer slightly

  • Property mode set to 100755
File size: 12.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>517</width>
10    <height>693</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>TabWidget</string>
21  </property>
22  <property name="windowIcon">
23   <iconset resource="main_resources.qrc">
24    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset>
25  </property>
26  <property name="currentIndex">
27   <number>0</number>
28  </property>
29  <widget class="QWidget" name="dataTab">
30   <attribute name="title">
31    <string>Data</string>
32   </attribute>
33   <layout class="QGridLayout" name="gridLayout_6">
34    <item row="0" column="0">
35     <widget class="QGroupBox" name="groupBox">
36      <property name="title">
37       <string>Data</string>
38      </property>
39      <layout class="QGridLayout" name="gridLayout">
40       <item row="0" column="0">
41        <layout class="QHBoxLayout" name="horizontalLayout_2">
42         <item>
43          <widget class="QPushButton" name="cmdLoad">
44           <property name="text">
45            <string>Load</string>
46           </property>
47          </widget>
48         </item>
49         <item>
50          <widget class="QComboBox" name="cbSelect">
51           <property name="sizePolicy">
52            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
53             <horstretch>0</horstretch>
54             <verstretch>0</verstretch>
55            </sizepolicy>
56           </property>
57           <item>
58            <property name="text">
59             <string>Select all</string>
60            </property>
61           </item>
62           <item>
63            <property name="text">
64             <string>Unselect all</string>
65            </property>
66           </item>
67           <item>
68            <property name="text">
69             <string>Select all 1D</string>
70            </property>
71           </item>
72           <item>
73            <property name="text">
74             <string>Unselect all 1D</string>
75            </property>
76           </item>
77           <item>
78            <property name="text">
79             <string>Select all 2D</string>
80            </property>
81           </item>
82           <item>
83            <property name="text">
84             <string>Unselect all 2D</string>
85            </property>
86           </item>
87          </widget>
88         </item>
89         <item>
90          <spacer name="horizontalSpacer_7">
91           <property name="orientation">
92            <enum>Qt::Horizontal</enum>
93           </property>
94           <property name="sizeHint" stdset="0">
95            <size>
96             <width>128</width>
97             <height>20</height>
98            </size>
99           </property>
100          </spacer>
101         </item>
102         <item>
103          <widget class="QPushButton" name="cmdDeleteData">
104           <property name="text">
105            <string>Delete</string>
106           </property>
107          </widget>
108         </item>
109        </layout>
110       </item>
111       <item row="1" column="0">
112        <widget class="QTreeView" name="treeView">
113         <property name="acceptDrops">
114          <bool>true</bool>
115         </property>
116         <property name="editTriggers">
117          <set>QAbstractItemView::NoEditTriggers</set>
118         </property>
119         <property name="dragEnabled">
120          <bool>true</bool>
121         </property>
122         <property name="dragDropOverwriteMode">
123          <bool>true</bool>
124         </property>
125         <property name="dragDropMode">
126          <enum>QAbstractItemView::DropOnly</enum>
127         </property>
128         <property name="defaultDropAction">
129          <enum>Qt::CopyAction</enum>
130         </property>
131         <property name="selectionMode">
132          <enum>QAbstractItemView::ExtendedSelection</enum>
133         </property>
134         <attribute name="headerVisible">
135          <bool>false</bool>
136         </attribute>
137        </widget>
138       </item>
139       <item row="2" column="0">
140        <layout class="QHBoxLayout" name="horizontalLayout">
141         <item>
142          <widget class="QPushButton" name="cmdFreeze">
143           <property name="text">
144            <string>Freeze Theory</string>
145           </property>
146          </widget>
147         </item>
148         <item>
149          <spacer name="horizontalSpacer">
150           <property name="orientation">
151            <enum>Qt::Horizontal</enum>
152           </property>
153           <property name="sizeHint" stdset="0">
154            <size>
155             <width>58</width>
156             <height>20</height>
157            </size>
158           </property>
159          </spacer>
160         </item>
161         <item>
162          <widget class="QToolButton" name="cmdSendTo">
163           <property name="text">
164            <string>...</string>
165           </property>
166           <property name="icon">
167            <iconset resource="main_resources.qrc">
168             <normaloff>:/res/file_send-128.png</normaloff>:/res/file_send-128.png</iconset>
169           </property>
170           <property name="iconSize">
171            <size>
172             <width>32</width>
173             <height>32</height>
174            </size>
175           </property>
176          </widget>
177         </item>
178         <item>
179          <widget class="QComboBox" name="cbFitting">
180           <property name="sizePolicy">
181            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
182             <horstretch>0</horstretch>
183             <verstretch>0</verstretch>
184            </sizepolicy>
185           </property>
186           <property name="sizeAdjustPolicy">
187            <enum>QComboBox::AdjustToContents</enum>
188           </property>
189           <item>
190            <property name="text">
191             <string>Fitting</string>
192            </property>
193           </item>
194           <item>
195            <property name="text">
196             <string>Pr inversion</string>
197            </property>
198           </item>
199           <item>
200            <property name="text">
201             <string>Invariant</string>
202            </property>
203           </item>
204          </widget>
205         </item>
206         <item>
207          <widget class="QCheckBox" name="chkBatch">
208           <property name="text">
209            <string>Batch mode</string>
210           </property>
211          </widget>
212         </item>
213        </layout>
214       </item>
215      </layout>
216     </widget>
217    </item>
218    <item row="1" column="0">
219     <layout class="QGridLayout" name="gridLayout_2">
220      <item row="0" column="0">
221       <widget class="QGroupBox" name="groupBox_3">
222        <property name="title">
223         <string>Plot</string>
224        </property>
225        <layout class="QGridLayout" name="gridLayout_3">
226         <item row="0" column="0">
227          <widget class="QPushButton" name="cmdNew">
228           <property name="text">
229            <string>Create New</string>
230           </property>
231          </widget>
232         </item>
233         <item row="1" column="0">
234          <widget class="QPushButton" name="cmdAppend">
235           <property name="text">
236            <string>Append to</string>
237           </property>
238          </widget>
239         </item>
240         <item row="1" column="1">
241          <widget class="QComboBox" name="cbgraph">
242           <property name="sizePolicy">
243            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
244             <horstretch>0</horstretch>
245             <verstretch>0</verstretch>
246            </sizepolicy>
247           </property>
248           <property name="sizeAdjustPolicy">
249            <enum>QComboBox::AdjustToContents</enum>
250           </property>
251           <item>
252            <property name="text">
253             <string>Graph1</string>
254            </property>
255           </item>
256          </widget>
257         </item>
258        </layout>
259       </widget>
260      </item>
261      <item row="0" column="1">
262       <spacer name="horizontalSpacer_3">
263        <property name="orientation">
264         <enum>Qt::Horizontal</enum>
265        </property>
266        <property name="sizeHint" stdset="0">
267         <size>
268          <width>108</width>
269          <height>111</height>
270         </size>
271        </property>
272       </spacer>
273      </item>
274      <item row="0" column="2" alignment="Qt::AlignBottom">
275       <widget class="QPushButton" name="cmdHelp">
276        <property name="text">
277         <string>Help</string>
278        </property>
279       </widget>
280      </item>
281     </layout>
282    </item>
283   </layout>
284  </widget>
285  <widget class="QWidget" name="theoryTab">
286   <attribute name="title">
287    <string>Theory</string>
288   </attribute>
289   <layout class="QGridLayout" name="gridLayout_8">
290    <item row="0" column="0">
291     <widget class="QGroupBox" name="groupBox_2">
292      <property name="title">
293       <string>Theory</string>
294      </property>
295      <layout class="QGridLayout" name="gridLayout_4">
296       <item row="0" column="0">
297        <layout class="QHBoxLayout" name="horizontalLayout_3">
298         <item>
299          <spacer name="horizontalSpacer_5">
300           <property name="orientation">
301            <enum>Qt::Horizontal</enum>
302           </property>
303           <property name="sizeHint" stdset="0">
304            <size>
305             <width>353</width>
306             <height>20</height>
307            </size>
308           </property>
309          </spacer>
310         </item>
311         <item>
312          <widget class="QPushButton" name="cmdDeleteTheory">
313           <property name="text">
314            <string>Delete</string>
315           </property>
316          </widget>
317         </item>
318        </layout>
319       </item>
320       <item row="1" column="0">
321        <widget class="QTreeView" name="freezeView">
322         <attribute name="headerVisible">
323          <bool>false</bool>
324         </attribute>
325        </widget>
326       </item>
327      </layout>
328     </widget>
329    </item>
330    <item row="1" column="0">
331     <layout class="QGridLayout" name="gridLayout_5">
332      <item row="0" column="0">
333       <widget class="QGroupBox" name="groupBox_4">
334        <property name="title">
335         <string>Plot</string>
336        </property>
337        <layout class="QGridLayout" name="gridLayout_7">
338         <item row="0" column="0">
339          <widget class="QPushButton" name="cmdNew_2">
340           <property name="text">
341            <string>Create New</string>
342           </property>
343          </widget>
344         </item>
345         <item row="1" column="0">
346          <widget class="QPushButton" name="cmdAppend_2">
347           <property name="text">
348            <string>Append to</string>
349           </property>
350          </widget>
351         </item>
352         <item row="1" column="1">
353          <widget class="QComboBox" name="cbgraph_2">
354           <property name="sizePolicy">
355            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
356             <horstretch>0</horstretch>
357             <verstretch>0</verstretch>
358            </sizepolicy>
359           </property>
360           <property name="sizeAdjustPolicy">
361            <enum>QComboBox::AdjustToContents</enum>
362           </property>
363           <item>
364            <property name="text">
365             <string>Graph1</string>
366            </property>
367           </item>
368          </widget>
369         </item>
370        </layout>
371       </widget>
372      </item>
373      <item row="0" column="1">
374       <spacer name="horizontalSpacer_4">
375        <property name="orientation">
376         <enum>Qt::Horizontal</enum>
377        </property>
378        <property name="sizeHint" stdset="0">
379         <size>
380          <width>108</width>
381          <height>111</height>
382         </size>
383        </property>
384       </spacer>
385      </item>
386      <item row="0" column="2" alignment="Qt::AlignBottom">
387       <widget class="QPushButton" name="cmdHelp_2">
388        <property name="text">
389         <string>Help</string>
390        </property>
391       </widget>
392      </item>
393     </layout>
394    </item>
395   </layout>
396  </widget>
397 </widget>
398 <resources>
399  <include location="main_resources.qrc"/>
400 </resources>
401 <connections/>
402</ui>
Note: See TracBrowser for help on using the repository browser.