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

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

redesigned most important buttons to make the workflow more obvious

  • Property mode set to 100755
File size: 14.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>389</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>5</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="sizePolicy">
45            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
46             <horstretch>5</horstretch>
47             <verstretch>5</verstretch>
48            </sizepolicy>
49           </property>
50           <property name="minimumSize">
51            <size>
52             <width>154</width>
53             <height>50</height>
54            </size>
55           </property>
56           <property name="baseSize">
57            <size>
58             <width>100</width>
59             <height>50</height>
60            </size>
61           </property>
62           <property name="toolTip">
63            <string>Load a file with data</string>
64           </property>
65           <property name="styleSheet">
66            <string notr="true">font: 13pt &quot;MS Shell Dlg 2&quot;;</string>
67           </property>
68           <property name="text">
69            <string>Load data</string>
70           </property>
71           <property name="icon">
72            <iconset resource="main_resources.qrc">
73             <normaloff>:/res/down-grey.png</normaloff>:/res/down-grey.png</iconset>
74           </property>
75           <property name="iconSize">
76            <size>
77             <width>48</width>
78             <height>48</height>
79            </size>
80           </property>
81           <property name="shortcut">
82            <string>Ctrl+R</string>
83           </property>
84          </widget>
85         </item>
86         <item>
87          <widget class="QComboBox" name="cbSelect">
88           <property name="sizePolicy">
89            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
90             <horstretch>0</horstretch>
91             <verstretch>0</verstretch>
92            </sizepolicy>
93           </property>
94           <item>
95            <property name="text">
96             <string>Select all</string>
97            </property>
98           </item>
99           <item>
100            <property name="text">
101             <string>Unselect all</string>
102            </property>
103           </item>
104           <item>
105            <property name="text">
106             <string>Select all 1D</string>
107            </property>
108           </item>
109           <item>
110            <property name="text">
111             <string>Unselect all 1D</string>
112            </property>
113           </item>
114           <item>
115            <property name="text">
116             <string>Select all 2D</string>
117            </property>
118           </item>
119           <item>
120            <property name="text">
121             <string>Unselect all 2D</string>
122            </property>
123           </item>
124          </widget>
125         </item>
126         <item>
127          <spacer name="horizontalSpacer_7">
128           <property name="orientation">
129            <enum>Qt::Horizontal</enum>
130           </property>
131           <property name="sizeHint" stdset="0">
132            <size>
133             <width>128</width>
134             <height>20</height>
135            </size>
136           </property>
137          </spacer>
138         </item>
139         <item>
140          <widget class="QPushButton" name="cmdDeleteData">
141           <property name="text">
142            <string>Delete</string>
143           </property>
144          </widget>
145         </item>
146        </layout>
147       </item>
148       <item row="1" column="0">
149        <widget class="QTreeView" name="treeView">
150         <property name="contextMenuPolicy">
151          <enum>Qt::NoContextMenu</enum>
152         </property>
153         <property name="acceptDrops">
154          <bool>true</bool>
155         </property>
156         <property name="editTriggers">
157          <set>QAbstractItemView::NoEditTriggers</set>
158         </property>
159         <property name="dragEnabled">
160          <bool>true</bool>
161         </property>
162         <property name="dragDropOverwriteMode">
163          <bool>true</bool>
164         </property>
165         <property name="dragDropMode">
166          <enum>QAbstractItemView::DropOnly</enum>
167         </property>
168         <property name="defaultDropAction">
169          <enum>Qt::CopyAction</enum>
170         </property>
171         <property name="selectionMode">
172          <enum>QAbstractItemView::ExtendedSelection</enum>
173         </property>
174         <attribute name="headerVisible">
175          <bool>false</bool>
176         </attribute>
177        </widget>
178       </item>
179       <item row="2" column="0">
180        <layout class="QHBoxLayout" name="horizontalLayout">
181         <item>
182          <widget class="QPushButton" name="cmdSendTo">
183           <property name="sizePolicy">
184            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
185             <horstretch>5</horstretch>
186             <verstretch>5</verstretch>
187            </sizepolicy>
188           </property>
189           <property name="minimumSize">
190            <size>
191             <width>170</width>
192             <height>50</height>
193            </size>
194           </property>
195           <property name="baseSize">
196            <size>
197             <width>100</width>
198             <height>50</height>
199            </size>
200           </property>
201           <property name="font">
202            <font>
203             <pointsize>13</pointsize>
204            </font>
205           </property>
206           <property name="toolTip">
207            <string>Send data to perspective</string>
208           </property>
209           <property name="styleSheet">
210            <string notr="true">font: 13pt &quot;MS Shell Dlg 2&quot;;</string>
211           </property>
212           <property name="text">
213            <string>Send data to</string>
214           </property>
215           <property name="icon">
216            <iconset resource="main_resources.qrc">
217             <normaloff>:/res/right-grey.png</normaloff>:/res/right-grey.png</iconset>
218           </property>
219           <property name="iconSize">
220            <size>
221             <width>48</width>
222             <height>48</height>
223            </size>
224           </property>
225          </widget>
226         </item>
227         <item>
228          <widget class="QComboBox" name="cbFitting">
229           <property name="sizePolicy">
230            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
231             <horstretch>0</horstretch>
232             <verstretch>0</verstretch>
233            </sizepolicy>
234           </property>
235           <property name="sizeAdjustPolicy">
236            <enum>QComboBox::AdjustToContents</enum>
237           </property>
238           <item>
239            <property name="text">
240             <string>Fitting</string>
241            </property>
242           </item>
243           <item>
244            <property name="text">
245             <string>Pr inversion</string>
246            </property>
247           </item>
248           <item>
249            <property name="text">
250             <string>Invariant</string>
251            </property>
252           </item>
253          </widget>
254         </item>
255         <item>
256          <widget class="QCheckBox" name="chkBatch">
257           <property name="text">
258            <string>Batch mode</string>
259           </property>
260          </widget>
261         </item>
262        </layout>
263       </item>
264      </layout>
265     </widget>
266    </item>
267    <item row="1" column="0">
268     <layout class="QGridLayout" name="gridLayout_2">
269      <item row="0" column="0">
270       <widget class="QGroupBox" name="groupBox_3">
271        <property name="title">
272         <string>Plot</string>
273        </property>
274        <property name="flat">
275         <bool>false</bool>
276        </property>
277        <property name="checkable">
278         <bool>false</bool>
279        </property>
280        <layout class="QGridLayout" name="gridLayout_3">
281         <item row="0" column="0">
282          <widget class="QPushButton" name="cmdNew">
283           <property name="text">
284            <string>Create New</string>
285           </property>
286          </widget>
287         </item>
288         <item row="1" column="0">
289          <widget class="QPushButton" name="cmdAppend">
290           <property name="text">
291            <string>Append to</string>
292           </property>
293          </widget>
294         </item>
295         <item row="1" column="1">
296          <widget class="QComboBox" name="cbgraph">
297           <property name="sizePolicy">
298            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
299             <horstretch>0</horstretch>
300             <verstretch>0</verstretch>
301            </sizepolicy>
302           </property>
303           <property name="sizeAdjustPolicy">
304            <enum>QComboBox::AdjustToContents</enum>
305           </property>
306          </widget>
307         </item>
308        </layout>
309       </widget>
310      </item>
311      <item row="0" column="1">
312       <spacer name="horizontalSpacer_3">
313        <property name="orientation">
314         <enum>Qt::Horizontal</enum>
315        </property>
316        <property name="sizeHint" stdset="0">
317         <size>
318          <width>108</width>
319          <height>111</height>
320         </size>
321        </property>
322       </spacer>
323      </item>
324      <item row="0" column="2" alignment="Qt::AlignBottom">
325       <widget class="QPushButton" name="cmdHelp">
326        <property name="text">
327         <string>Help</string>
328        </property>
329       </widget>
330      </item>
331     </layout>
332    </item>
333   </layout>
334  </widget>
335  <widget class="QWidget" name="theoryTab">
336   <attribute name="title">
337    <string>Theory</string>
338   </attribute>
339   <layout class="QGridLayout" name="gridLayout_8">
340    <item row="0" column="0">
341     <widget class="QGroupBox" name="groupBox_2">
342      <property name="title">
343       <string>Theory</string>
344      </property>
345      <layout class="QGridLayout" name="gridLayout_4">
346       <item row="0" column="0">
347        <layout class="QHBoxLayout" name="horizontalLayout_3">
348         <item>
349          <widget class="QPushButton" name="cmdFreeze">
350           <property name="text">
351            <string>Freeze Theory</string>
352           </property>
353          </widget>
354         </item>
355         <item>
356          <spacer name="horizontalSpacer_5">
357           <property name="orientation">
358            <enum>Qt::Horizontal</enum>
359           </property>
360           <property name="sizeHint" stdset="0">
361            <size>
362             <width>218</width>
363             <height>20</height>
364            </size>
365           </property>
366          </spacer>
367         </item>
368         <item>
369          <widget class="QPushButton" name="cmdDeleteTheory">
370           <property name="text">
371            <string>Delete</string>
372           </property>
373          </widget>
374         </item>
375        </layout>
376       </item>
377       <item row="1" column="0">
378        <widget class="QTreeView" name="freezeView">
379         <attribute name="headerVisible">
380          <bool>false</bool>
381         </attribute>
382        </widget>
383       </item>
384      </layout>
385     </widget>
386    </item>
387    <item row="1" column="0">
388     <layout class="QGridLayout" name="gridLayout_5">
389      <item row="0" column="0">
390       <widget class="QGroupBox" name="groupBox_4">
391        <property name="title">
392         <string>Plot</string>
393        </property>
394        <layout class="QGridLayout" name="gridLayout_7">
395         <item row="0" column="0">
396          <widget class="QPushButton" name="cmdNew_2">
397           <property name="text">
398            <string>Create New</string>
399           </property>
400          </widget>
401         </item>
402         <item row="1" column="0">
403          <widget class="QPushButton" name="cmdAppend_2">
404           <property name="text">
405            <string>Append to</string>
406           </property>
407          </widget>
408         </item>
409         <item row="1" column="1">
410          <widget class="QComboBox" name="cbgraph_2">
411           <property name="sizePolicy">
412            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
413             <horstretch>0</horstretch>
414             <verstretch>0</verstretch>
415            </sizepolicy>
416           </property>
417           <property name="sizeAdjustPolicy">
418            <enum>QComboBox::AdjustToContents</enum>
419           </property>
420           <item>
421            <property name="text">
422             <string>Graph1</string>
423            </property>
424           </item>
425          </widget>
426         </item>
427        </layout>
428       </widget>
429      </item>
430      <item row="0" column="1">
431       <spacer name="horizontalSpacer_4">
432        <property name="orientation">
433         <enum>Qt::Horizontal</enum>
434        </property>
435        <property name="sizeHint" stdset="0">
436         <size>
437          <width>108</width>
438          <height>111</height>
439         </size>
440        </property>
441       </spacer>
442      </item>
443      <item row="0" column="2" alignment="Qt::AlignBottom">
444       <widget class="QPushButton" name="cmdHelp_2">
445        <property name="text">
446         <string>Help</string>
447        </property>
448       </widget>
449      </item>
450     </layout>
451    </item>
452   </layout>
453  </widget>
454  <action name="actionDataInfo">
455   <property name="text">
456    <string>Data Info</string>
457   </property>
458  </action>
459  <action name="actionSaveAs">
460   <property name="text">
461    <string>Save As</string>
462   </property>
463  </action>
464  <action name="actionQuickPlot">
465   <property name="text">
466    <string>Quick Plot</string>
467   </property>
468  </action>
469  <action name="actionQuick3DPlot">
470   <property name="text">
471    <string>Quick 3DPlot (slow)</string>
472   </property>
473  </action>
474  <action name="actionEditMask">
475   <property name="text">
476    <string>Edit Mask</string>
477   </property>
478  </action>
479 </widget>
480 <resources>
481  <include location="main_resources.qrc"/>
482 </resources>
483 <connections/>
484</ui>
Note: See TracBrowser for help on using the repository browser.