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

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

Add "delete" to the data explorer context menu

  • Property mode set to 100755
File size: 16.0 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>501</width>
10    <height>630</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>
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_11">
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_9">
40       <item row="0" column="0">
41        <layout class="QGridLayout" name="gridLayout">
42         <item row="0" column="0" rowspan="2">
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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Load a file with data&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>
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 row="0" column="1">
87          <widget class="QPushButton" name="cmdDeleteData">
88           <property name="text">
89            <string>Delete</string>
90           </property>
91          </widget>
92         </item>
93         <item row="1" column="1">
94          <widget class="QComboBox" name="cbSelect">
95           <property name="sizePolicy">
96            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
97             <horstretch>0</horstretch>
98             <verstretch>0</verstretch>
99            </sizepolicy>
100           </property>
101           <item>
102            <property name="text">
103             <string>Select all</string>
104            </property>
105           </item>
106           <item>
107            <property name="text">
108             <string>Unselect all</string>
109            </property>
110           </item>
111           <item>
112            <property name="text">
113             <string>Select all 1D</string>
114            </property>
115           </item>
116           <item>
117            <property name="text">
118             <string>Unselect all 1D</string>
119            </property>
120           </item>
121           <item>
122            <property name="text">
123             <string>Select all 2D</string>
124            </property>
125           </item>
126           <item>
127            <property name="text">
128             <string>Unselect all 2D</string>
129            </property>
130           </item>
131          </widget>
132         </item>
133        </layout>
134       </item>
135       <item row="0" column="1" colspan="2">
136        <spacer name="horizontalSpacer_7">
137         <property name="orientation">
138          <enum>Qt::Horizontal</enum>
139         </property>
140         <property name="sizeHint" stdset="0">
141          <size>
142           <width>92</width>
143           <height>20</height>
144          </size>
145         </property>
146        </spacer>
147       </item>
148       <item row="1" column="0" colspan="3">
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" colspan="2">
180        <layout class="QGridLayout" name="gridLayout_2">
181         <item row="0" column="0" rowspan="2">
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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Send data to perspective&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>
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 row="0" column="1">
228          <widget class="QComboBox" name="cbFitting">
229           <property name="sizePolicy">
230            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
231             <horstretch>0</horstretch>
232             <verstretch>0</verstretch>
233            </sizepolicy>
234           </property>
235           <property name="font">
236            <font>
237             <pointsize>12</pointsize>
238            </font>
239           </property>
240           <property name="sizeAdjustPolicy">
241            <enum>QComboBox::AdjustToContents</enum>
242           </property>
243           <item>
244            <property name="text">
245             <string>Fitting</string>
246            </property>
247           </item>
248           <item>
249            <property name="text">
250             <string>Pr inversion</string>
251            </property>
252           </item>
253           <item>
254            <property name="text">
255             <string>Invariant</string>
256            </property>
257           </item>
258          </widget>
259         </item>
260         <item row="1" column="1">
261          <widget class="QCheckBox" name="chkBatch">
262           <property name="text">
263            <string>Batch mode</string>
264           </property>
265          </widget>
266         </item>
267        </layout>
268       </item>
269       <item row="2" column="2">
270        <spacer name="horizontalSpacer">
271         <property name="orientation">
272          <enum>Qt::Horizontal</enum>
273         </property>
274         <property name="sizeHint" stdset="0">
275          <size>
276           <width>160</width>
277           <height>20</height>
278          </size>
279         </property>
280        </spacer>
281       </item>
282      </layout>
283     </widget>
284    </item>
285    <item row="1" column="0">
286     <layout class="QGridLayout" name="gridLayout_10">
287      <item row="0" column="0" rowspan="2">
288       <layout class="QGridLayout" name="gridLayout_6">
289        <item row="0" column="0">
290         <widget class="QGroupBox" name="groupBox_3">
291          <property name="title">
292           <string>Plot</string>
293          </property>
294          <property name="flat">
295           <bool>false</bool>
296          </property>
297          <property name="checkable">
298           <bool>false</bool>
299          </property>
300          <layout class="QGridLayout" name="gridLayout_3">
301           <item row="0" column="0">
302            <widget class="QPushButton" name="cmdNew">
303             <property name="text">
304              <string>Create New</string>
305             </property>
306            </widget>
307           </item>
308           <item row="1" column="0">
309            <widget class="QPushButton" name="cmdAppend">
310             <property name="text">
311              <string>Append to</string>
312             </property>
313            </widget>
314           </item>
315           <item row="1" column="1">
316            <widget class="QComboBox" name="cbgraph">
317             <property name="sizePolicy">
318              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
319               <horstretch>0</horstretch>
320               <verstretch>0</verstretch>
321              </sizepolicy>
322             </property>
323             <property name="sizeAdjustPolicy">
324              <enum>QComboBox::AdjustToContents</enum>
325             </property>
326            </widget>
327           </item>
328          </layout>
329         </widget>
330        </item>
331        <item row="0" column="1">
332         <spacer name="horizontalSpacer_3">
333          <property name="orientation">
334           <enum>Qt::Horizontal</enum>
335          </property>
336          <property name="sizeHint" stdset="0">
337           <size>
338            <width>103</width>
339            <height>48</height>
340           </size>
341          </property>
342         </spacer>
343        </item>
344       </layout>
345      </item>
346      <item row="1" column="1">
347       <widget class="QPushButton" name="cmdHelp">
348        <property name="text">
349         <string>Help</string>
350        </property>
351       </widget>
352      </item>
353     </layout>
354    </item>
355   </layout>
356  </widget>
357  <widget class="QWidget" name="theoryTab">
358   <attribute name="title">
359    <string>Theory</string>
360   </attribute>
361   <layout class="QGridLayout" name="gridLayout_8">
362    <item row="0" column="0">
363     <widget class="QGroupBox" name="groupBox_2">
364      <property name="title">
365       <string>Theory</string>
366      </property>
367      <layout class="QGridLayout" name="gridLayout_4">
368       <item row="0" column="0">
369        <layout class="QHBoxLayout" name="horizontalLayout_3">
370         <item>
371          <widget class="QPushButton" name="cmdFreeze">
372           <property name="text">
373            <string>Freeze Theory</string>
374           </property>
375          </widget>
376         </item>
377         <item>
378          <spacer name="horizontalSpacer_5">
379           <property name="orientation">
380            <enum>Qt::Horizontal</enum>
381           </property>
382           <property name="sizeHint" stdset="0">
383            <size>
384             <width>218</width>
385             <height>20</height>
386            </size>
387           </property>
388          </spacer>
389         </item>
390         <item>
391          <widget class="QPushButton" name="cmdDeleteTheory">
392           <property name="text">
393            <string>Delete</string>
394           </property>
395          </widget>
396         </item>
397        </layout>
398       </item>
399       <item row="1" column="0">
400        <widget class="QTreeView" name="freezeView">
401         <attribute name="headerVisible">
402          <bool>false</bool>
403         </attribute>
404        </widget>
405       </item>
406      </layout>
407     </widget>
408    </item>
409    <item row="1" column="0">
410     <layout class="QGridLayout" name="gridLayout_5">
411      <item row="0" column="0">
412       <widget class="QGroupBox" name="groupBox_4">
413        <property name="title">
414         <string>Plot</string>
415        </property>
416        <layout class="QGridLayout" name="gridLayout_7">
417         <item row="0" column="0">
418          <widget class="QPushButton" name="cmdNew_2">
419           <property name="text">
420            <string>Create New</string>
421           </property>
422          </widget>
423         </item>
424         <item row="1" column="0">
425          <widget class="QPushButton" name="cmdAppend_2">
426           <property name="text">
427            <string>Append to</string>
428           </property>
429          </widget>
430         </item>
431         <item row="1" column="1">
432          <widget class="QComboBox" name="cbgraph_2">
433           <property name="sizePolicy">
434            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
435             <horstretch>0</horstretch>
436             <verstretch>0</verstretch>
437            </sizepolicy>
438           </property>
439           <property name="sizeAdjustPolicy">
440            <enum>QComboBox::AdjustToContents</enum>
441           </property>
442           <item>
443            <property name="text">
444             <string>Graph1</string>
445            </property>
446           </item>
447          </widget>
448         </item>
449        </layout>
450       </widget>
451      </item>
452      <item row="0" column="1">
453       <spacer name="horizontalSpacer_4">
454        <property name="orientation">
455         <enum>Qt::Horizontal</enum>
456        </property>
457        <property name="sizeHint" stdset="0">
458         <size>
459          <width>108</width>
460          <height>111</height>
461         </size>
462        </property>
463       </spacer>
464      </item>
465      <item row="0" column="2" alignment="Qt::AlignBottom">
466       <widget class="QPushButton" name="cmdHelp_2">
467        <property name="text">
468         <string>Help</string>
469        </property>
470       </widget>
471      </item>
472     </layout>
473    </item>
474   </layout>
475  </widget>
476  <action name="actionDataInfo">
477   <property name="text">
478    <string>Data Info</string>
479   </property>
480  </action>
481  <action name="actionSaveAs">
482   <property name="text">
483    <string>Save As</string>
484   </property>
485  </action>
486  <action name="actionQuickPlot">
487   <property name="text">
488    <string>Quick Plot</string>
489   </property>
490  </action>
491  <action name="actionQuick3DPlot">
492   <property name="text">
493    <string>Quick 3DPlot (slow)</string>
494   </property>
495  </action>
496  <action name="actionEditMask">
497   <property name="text">
498    <string>Edit Mask</string>
499   </property>
500  </action>
501  <action name="actionDelete">
502   <property name="text">
503    <string>Delete</string>
504   </property>
505  </action>
506 </widget>
507 <resources/>
508 <connections/>
509</ui>
Note: See TracBrowser for help on using the repository browser.