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

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

Plot handler prototype + append plot functionality

  • Property mode set to 100755
File size: 12.8 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          </widget>
255         </item>
256        </layout>
257       </widget>
258      </item>
259      <item row="0" column="1">
260       <spacer name="horizontalSpacer_3">
261        <property name="orientation">
262         <enum>Qt::Horizontal</enum>
263        </property>
264        <property name="sizeHint" stdset="0">
265         <size>
266          <width>108</width>
267          <height>111</height>
268         </size>
269        </property>
270       </spacer>
271      </item>
272      <item row="0" column="2" alignment="Qt::AlignBottom">
273       <widget class="QPushButton" name="cmdHelp">
274        <property name="text">
275         <string>Help</string>
276        </property>
277       </widget>
278      </item>
279     </layout>
280    </item>
281   </layout>
282  </widget>
283  <widget class="QWidget" name="theoryTab">
284   <attribute name="title">
285    <string>Theory</string>
286   </attribute>
287   <layout class="QGridLayout" name="gridLayout_8">
288    <item row="0" column="0">
289     <widget class="QGroupBox" name="groupBox_2">
290      <property name="title">
291       <string>Theory</string>
292      </property>
293      <layout class="QGridLayout" name="gridLayout_4">
294       <item row="0" column="0">
295        <layout class="QHBoxLayout" name="horizontalLayout_3">
296         <item>
297          <spacer name="horizontalSpacer_5">
298           <property name="orientation">
299            <enum>Qt::Horizontal</enum>
300           </property>
301           <property name="sizeHint" stdset="0">
302            <size>
303             <width>353</width>
304             <height>20</height>
305            </size>
306           </property>
307          </spacer>
308         </item>
309         <item>
310          <widget class="QPushButton" name="cmdDeleteTheory">
311           <property name="text">
312            <string>Delete</string>
313           </property>
314          </widget>
315         </item>
316        </layout>
317       </item>
318       <item row="1" column="0">
319        <widget class="QTreeView" name="freezeView">
320         <attribute name="headerVisible">
321          <bool>false</bool>
322         </attribute>
323        </widget>
324       </item>
325      </layout>
326     </widget>
327    </item>
328    <item row="1" column="0">
329     <layout class="QGridLayout" name="gridLayout_5">
330      <item row="0" column="0">
331       <widget class="QGroupBox" name="groupBox_4">
332        <property name="title">
333         <string>Plot</string>
334        </property>
335        <layout class="QGridLayout" name="gridLayout_7">
336         <item row="0" column="0">
337          <widget class="QPushButton" name="cmdNew_2">
338           <property name="text">
339            <string>Create New</string>
340           </property>
341          </widget>
342         </item>
343         <item row="1" column="0">
344          <widget class="QPushButton" name="cmdAppend_2">
345           <property name="text">
346            <string>Append to</string>
347           </property>
348          </widget>
349         </item>
350         <item row="1" column="1">
351          <widget class="QComboBox" name="cbgraph_2">
352           <property name="sizePolicy">
353            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
354             <horstretch>0</horstretch>
355             <verstretch>0</verstretch>
356            </sizepolicy>
357           </property>
358           <property name="sizeAdjustPolicy">
359            <enum>QComboBox::AdjustToContents</enum>
360           </property>
361           <item>
362            <property name="text">
363             <string>Graph1</string>
364            </property>
365           </item>
366          </widget>
367         </item>
368        </layout>
369       </widget>
370      </item>
371      <item row="0" column="1">
372       <spacer name="horizontalSpacer_4">
373        <property name="orientation">
374         <enum>Qt::Horizontal</enum>
375        </property>
376        <property name="sizeHint" stdset="0">
377         <size>
378          <width>108</width>
379          <height>111</height>
380         </size>
381        </property>
382       </spacer>
383      </item>
384      <item row="0" column="2" alignment="Qt::AlignBottom">
385       <widget class="QPushButton" name="cmdHelp_2">
386        <property name="text">
387         <string>Help</string>
388        </property>
389       </widget>
390      </item>
391     </layout>
392    </item>
393   </layout>
394  </widget>
395  <action name="actionDataInfo">
396   <property name="text">
397    <string>Data Info</string>
398   </property>
399  </action>
400  <action name="actionSaveAs">
401   <property name="text">
402    <string>Save As</string>
403   </property>
404  </action>
405  <action name="actionQuickPlot">
406   <property name="text">
407    <string>Quick Plot</string>
408   </property>
409  </action>
410  <action name="actionQuick3DPlot">
411   <property name="text">
412    <string>Quick 3DPlot (slow)</string>
413   </property>
414  </action>
415  <action name="actionEditMask">
416   <property name="text">
417    <string>Edit Mask</string>
418   </property>
419  </action>
420 </widget>
421 <resources>
422  <include location="main_resources.qrc"/>
423 </resources>
424 <connections/>
425</ui>
Note: See TracBrowser for help on using the repository browser.