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

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

Status bar, progress bar, initial treeview context menu + minor cleanup

  • Property mode set to 100755
File size: 12.9 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="contextMenuPolicy">
114          <enum>Qt::NoContextMenu</enum>
115         </property>
116         <property name="acceptDrops">
117          <bool>true</bool>
118         </property>
119         <property name="editTriggers">
120          <set>QAbstractItemView::NoEditTriggers</set>
121         </property>
122         <property name="dragEnabled">
123          <bool>true</bool>
124         </property>
125         <property name="dragDropOverwriteMode">
126          <bool>true</bool>
127         </property>
128         <property name="dragDropMode">
129          <enum>QAbstractItemView::DropOnly</enum>
130         </property>
131         <property name="defaultDropAction">
132          <enum>Qt::CopyAction</enum>
133         </property>
134         <property name="selectionMode">
135          <enum>QAbstractItemView::ExtendedSelection</enum>
136         </property>
137         <attribute name="headerVisible">
138          <bool>false</bool>
139         </attribute>
140        </widget>
141       </item>
142       <item row="2" column="0">
143        <layout class="QHBoxLayout" name="horizontalLayout">
144         <item>
145          <widget class="QPushButton" name="cmdFreeze">
146           <property name="text">
147            <string>Freeze Theory</string>
148           </property>
149          </widget>
150         </item>
151         <item>
152          <spacer name="horizontalSpacer">
153           <property name="orientation">
154            <enum>Qt::Horizontal</enum>
155           </property>
156           <property name="sizeHint" stdset="0">
157            <size>
158             <width>58</width>
159             <height>20</height>
160            </size>
161           </property>
162          </spacer>
163         </item>
164         <item>
165          <widget class="QToolButton" name="cmdSendTo">
166           <property name="text">
167            <string>...</string>
168           </property>
169           <property name="icon">
170            <iconset resource="main_resources.qrc">
171             <normaloff>:/res/file_send-128.png</normaloff>:/res/file_send-128.png</iconset>
172           </property>
173           <property name="iconSize">
174            <size>
175             <width>32</width>
176             <height>32</height>
177            </size>
178           </property>
179          </widget>
180         </item>
181         <item>
182          <widget class="QComboBox" name="cbFitting">
183           <property name="sizePolicy">
184            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
185             <horstretch>0</horstretch>
186             <verstretch>0</verstretch>
187            </sizepolicy>
188           </property>
189           <property name="sizeAdjustPolicy">
190            <enum>QComboBox::AdjustToContents</enum>
191           </property>
192           <item>
193            <property name="text">
194             <string>Fitting</string>
195            </property>
196           </item>
197           <item>
198            <property name="text">
199             <string>Pr inversion</string>
200            </property>
201           </item>
202           <item>
203            <property name="text">
204             <string>Invariant</string>
205            </property>
206           </item>
207          </widget>
208         </item>
209         <item>
210          <widget class="QCheckBox" name="chkBatch">
211           <property name="text">
212            <string>Batch mode</string>
213           </property>
214          </widget>
215         </item>
216        </layout>
217       </item>
218      </layout>
219     </widget>
220    </item>
221    <item row="1" column="0">
222     <layout class="QGridLayout" name="gridLayout_2">
223      <item row="0" column="0">
224       <widget class="QGroupBox" name="groupBox_3">
225        <property name="title">
226         <string>Plot</string>
227        </property>
228        <layout class="QGridLayout" name="gridLayout_3">
229         <item row="0" column="0">
230          <widget class="QPushButton" name="cmdNew">
231           <property name="text">
232            <string>Create New</string>
233           </property>
234          </widget>
235         </item>
236         <item row="1" column="0">
237          <widget class="QPushButton" name="cmdAppend">
238           <property name="text">
239            <string>Append to</string>
240           </property>
241          </widget>
242         </item>
243         <item row="1" column="1">
244          <widget class="QComboBox" name="cbgraph">
245           <property name="sizePolicy">
246            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
247             <horstretch>0</horstretch>
248             <verstretch>0</verstretch>
249            </sizepolicy>
250           </property>
251           <property name="sizeAdjustPolicy">
252            <enum>QComboBox::AdjustToContents</enum>
253           </property>
254           <item>
255            <property name="text">
256             <string>Graph1</string>
257            </property>
258           </item>
259          </widget>
260         </item>
261        </layout>
262       </widget>
263      </item>
264      <item row="0" column="1">
265       <spacer name="horizontalSpacer_3">
266        <property name="orientation">
267         <enum>Qt::Horizontal</enum>
268        </property>
269        <property name="sizeHint" stdset="0">
270         <size>
271          <width>108</width>
272          <height>111</height>
273         </size>
274        </property>
275       </spacer>
276      </item>
277      <item row="0" column="2" alignment="Qt::AlignBottom">
278       <widget class="QPushButton" name="cmdHelp">
279        <property name="text">
280         <string>Help</string>
281        </property>
282       </widget>
283      </item>
284     </layout>
285    </item>
286   </layout>
287  </widget>
288  <widget class="QWidget" name="theoryTab">
289   <attribute name="title">
290    <string>Theory</string>
291   </attribute>
292   <layout class="QGridLayout" name="gridLayout_8">
293    <item row="0" column="0">
294     <widget class="QGroupBox" name="groupBox_2">
295      <property name="title">
296       <string>Theory</string>
297      </property>
298      <layout class="QGridLayout" name="gridLayout_4">
299       <item row="0" column="0">
300        <layout class="QHBoxLayout" name="horizontalLayout_3">
301         <item>
302          <spacer name="horizontalSpacer_5">
303           <property name="orientation">
304            <enum>Qt::Horizontal</enum>
305           </property>
306           <property name="sizeHint" stdset="0">
307            <size>
308             <width>353</width>
309             <height>20</height>
310            </size>
311           </property>
312          </spacer>
313         </item>
314         <item>
315          <widget class="QPushButton" name="cmdDeleteTheory">
316           <property name="text">
317            <string>Delete</string>
318           </property>
319          </widget>
320         </item>
321        </layout>
322       </item>
323       <item row="1" column="0">
324        <widget class="QTreeView" name="freezeView">
325         <attribute name="headerVisible">
326          <bool>false</bool>
327         </attribute>
328        </widget>
329       </item>
330      </layout>
331     </widget>
332    </item>
333    <item row="1" column="0">
334     <layout class="QGridLayout" name="gridLayout_5">
335      <item row="0" column="0">
336       <widget class="QGroupBox" name="groupBox_4">
337        <property name="title">
338         <string>Plot</string>
339        </property>
340        <layout class="QGridLayout" name="gridLayout_7">
341         <item row="0" column="0">
342          <widget class="QPushButton" name="cmdNew_2">
343           <property name="text">
344            <string>Create New</string>
345           </property>
346          </widget>
347         </item>
348         <item row="1" column="0">
349          <widget class="QPushButton" name="cmdAppend_2">
350           <property name="text">
351            <string>Append to</string>
352           </property>
353          </widget>
354         </item>
355         <item row="1" column="1">
356          <widget class="QComboBox" name="cbgraph_2">
357           <property name="sizePolicy">
358            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
359             <horstretch>0</horstretch>
360             <verstretch>0</verstretch>
361            </sizepolicy>
362           </property>
363           <property name="sizeAdjustPolicy">
364            <enum>QComboBox::AdjustToContents</enum>
365           </property>
366           <item>
367            <property name="text">
368             <string>Graph1</string>
369            </property>
370           </item>
371          </widget>
372         </item>
373        </layout>
374       </widget>
375      </item>
376      <item row="0" column="1">
377       <spacer name="horizontalSpacer_4">
378        <property name="orientation">
379         <enum>Qt::Horizontal</enum>
380        </property>
381        <property name="sizeHint" stdset="0">
382         <size>
383          <width>108</width>
384          <height>111</height>
385         </size>
386        </property>
387       </spacer>
388      </item>
389      <item row="0" column="2" alignment="Qt::AlignBottom">
390       <widget class="QPushButton" name="cmdHelp_2">
391        <property name="text">
392         <string>Help</string>
393        </property>
394       </widget>
395      </item>
396     </layout>
397    </item>
398   </layout>
399  </widget>
400  <action name="actionDataInfo">
401   <property name="text">
402    <string>Data Info</string>
403   </property>
404  </action>
405  <action name="actionSaveAs">
406   <property name="text">
407    <string>Save As</string>
408   </property>
409  </action>
410  <action name="actionQuickPlot">
411   <property name="text">
412    <string>Quick Plot</string>
413   </property>
414  </action>
415  <action name="actionQuick3DPlot">
416   <property name="text">
417    <string>Quick 3DPlot (slow)</string>
418   </property>
419  </action>
420  <action name="actionEditMask">
421   <property name="text">
422    <string>Edit Mask</string>
423   </property>
424  </action>
425 </widget>
426 <resources>
427  <include location="main_resources.qrc"/>
428 </resources>
429 <connections/>
430</ui>
Note: See TracBrowser for help on using the repository browser.