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

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since f4a6f2c was f4a6f2c, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

Made File Load and Send To buttons and font smaller. SASVIEW-998

  • Property mode set to 100755
File size: 16.1 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>0</horstretch>
47             <verstretch>5</verstretch>
48            </sizepolicy>
49           </property>
50           <property name="minimumSize">
51            <size>
52             <width>120</width>
53             <height>40</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: 11pt &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>32</width>
78             <height>32</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 Data</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>0</horstretch>
186             <verstretch>5</verstretch>
187            </sizepolicy>
188           </property>
189           <property name="minimumSize">
190            <size>
191             <width>145</width>
192             <height>40</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             <family>MS Shell Dlg 2</family>
204             <pointsize>11</pointsize>
205             <weight>50</weight>
206             <italic>false</italic>
207             <bold>false</bold>
208            </font>
209           </property>
210           <property name="toolTip">
211            <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>
212           </property>
213           <property name="styleSheet">
214            <string notr="true">font: 11pt &quot;MS Shell Dlg 2&quot;;</string>
215           </property>
216           <property name="text">
217            <string>Send data to</string>
218           </property>
219           <property name="icon">
220            <iconset>
221             <normaloff>:/res/right-grey.png</normaloff>:/res/right-grey.png</iconset>
222           </property>
223           <property name="iconSize">
224            <size>
225             <width>32</width>
226             <height>32</height>
227            </size>
228           </property>
229          </widget>
230         </item>
231         <item row="0" column="1">
232          <widget class="QComboBox" name="cbFitting">
233           <property name="sizePolicy">
234            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
235             <horstretch>0</horstretch>
236             <verstretch>0</verstretch>
237            </sizepolicy>
238           </property>
239           <property name="font">
240            <font>
241             <pointsize>11</pointsize>
242            </font>
243           </property>
244           <property name="sizeAdjustPolicy">
245            <enum>QComboBox::AdjustToContents</enum>
246           </property>
247           <item>
248            <property name="text">
249             <string>Fitting</string>
250            </property>
251           </item>
252           <item>
253            <property name="text">
254             <string>Pr inversion</string>
255            </property>
256           </item>
257           <item>
258            <property name="text">
259             <string>Invariant</string>
260            </property>
261           </item>
262          </widget>
263         </item>
264         <item row="1" column="1">
265          <widget class="QCheckBox" name="chkBatch">
266           <property name="text">
267            <string>Batch mode</string>
268           </property>
269          </widget>
270         </item>
271        </layout>
272       </item>
273       <item row="2" column="2">
274        <spacer name="horizontalSpacer">
275         <property name="orientation">
276          <enum>Qt::Horizontal</enum>
277         </property>
278         <property name="sizeHint" stdset="0">
279          <size>
280           <width>160</width>
281           <height>20</height>
282          </size>
283         </property>
284        </spacer>
285       </item>
286      </layout>
287     </widget>
288    </item>
289    <item row="1" column="0">
290     <layout class="QGridLayout" name="gridLayout_10">
291      <item row="0" column="0" rowspan="2">
292       <layout class="QGridLayout" name="gridLayout_6">
293        <item row="0" column="0">
294         <widget class="QGroupBox" name="groupBox_3">
295          <property name="title">
296           <string>Plot</string>
297          </property>
298          <property name="flat">
299           <bool>false</bool>
300          </property>
301          <property name="checkable">
302           <bool>false</bool>
303          </property>
304          <layout class="QGridLayout" name="gridLayout_3">
305           <item row="0" column="0">
306            <widget class="QPushButton" name="cmdNew">
307             <property name="text">
308              <string>Create New</string>
309             </property>
310            </widget>
311           </item>
312           <item row="1" column="0">
313            <widget class="QPushButton" name="cmdAppend">
314             <property name="text">
315              <string>Append to</string>
316             </property>
317            </widget>
318           </item>
319           <item row="1" column="1">
320            <widget class="QComboBox" name="cbgraph">
321             <property name="sizePolicy">
322              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
323               <horstretch>0</horstretch>
324               <verstretch>0</verstretch>
325              </sizepolicy>
326             </property>
327             <property name="sizeAdjustPolicy">
328              <enum>QComboBox::AdjustToContents</enum>
329             </property>
330            </widget>
331           </item>
332          </layout>
333         </widget>
334        </item>
335        <item row="0" column="1">
336         <spacer name="horizontalSpacer_3">
337          <property name="orientation">
338           <enum>Qt::Horizontal</enum>
339          </property>
340          <property name="sizeHint" stdset="0">
341           <size>
342            <width>103</width>
343            <height>48</height>
344           </size>
345          </property>
346         </spacer>
347        </item>
348       </layout>
349      </item>
350      <item row="1" column="1">
351       <widget class="QPushButton" name="cmdHelp">
352        <property name="text">
353         <string>Help</string>
354        </property>
355       </widget>
356      </item>
357     </layout>
358    </item>
359   </layout>
360  </widget>
361  <widget class="QWidget" name="theoryTab">
362   <attribute name="title">
363    <string>Theory</string>
364   </attribute>
365   <layout class="QGridLayout" name="gridLayout_8">
366    <item row="0" column="0">
367     <widget class="QGroupBox" name="groupBox_2">
368      <property name="title">
369       <string>Theory</string>
370      </property>
371      <layout class="QGridLayout" name="gridLayout_4">
372       <item row="0" column="0">
373        <layout class="QHBoxLayout" name="horizontalLayout_3">
374         <item>
375          <widget class="QPushButton" name="cmdFreeze">
376           <property name="text">
377            <string>Freeze Theory</string>
378           </property>
379          </widget>
380         </item>
381         <item>
382          <spacer name="horizontalSpacer_5">
383           <property name="orientation">
384            <enum>Qt::Horizontal</enum>
385           </property>
386           <property name="sizeHint" stdset="0">
387            <size>
388             <width>218</width>
389             <height>20</height>
390            </size>
391           </property>
392          </spacer>
393         </item>
394         <item>
395          <widget class="QPushButton" name="cmdDeleteTheory">
396           <property name="text">
397            <string>Delete</string>
398           </property>
399          </widget>
400         </item>
401        </layout>
402       </item>
403       <item row="1" column="0">
404        <widget class="QTreeView" name="freezeView">
405         <attribute name="headerVisible">
406          <bool>false</bool>
407         </attribute>
408        </widget>
409       </item>
410      </layout>
411     </widget>
412    </item>
413    <item row="1" column="0">
414     <layout class="QGridLayout" name="gridLayout_5">
415      <item row="0" column="0">
416       <widget class="QGroupBox" name="groupBox_4">
417        <property name="title">
418         <string>Plot</string>
419        </property>
420        <layout class="QGridLayout" name="gridLayout_7">
421         <item row="0" column="0">
422          <widget class="QPushButton" name="cmdNew_2">
423           <property name="text">
424            <string>Create New</string>
425           </property>
426          </widget>
427         </item>
428         <item row="1" column="0">
429          <widget class="QPushButton" name="cmdAppend_2">
430           <property name="text">
431            <string>Append to</string>
432           </property>
433          </widget>
434         </item>
435         <item row="1" column="1">
436          <widget class="QComboBox" name="cbgraph_2">
437           <property name="sizePolicy">
438            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
439             <horstretch>0</horstretch>
440             <verstretch>0</verstretch>
441            </sizepolicy>
442           </property>
443           <property name="sizeAdjustPolicy">
444            <enum>QComboBox::AdjustToContents</enum>
445           </property>
446           <item>
447            <property name="text">
448             <string>Graph1</string>
449            </property>
450           </item>
451          </widget>
452         </item>
453        </layout>
454       </widget>
455      </item>
456      <item row="0" column="1">
457       <spacer name="horizontalSpacer_4">
458        <property name="orientation">
459         <enum>Qt::Horizontal</enum>
460        </property>
461        <property name="sizeHint" stdset="0">
462         <size>
463          <width>108</width>
464          <height>111</height>
465         </size>
466        </property>
467       </spacer>
468      </item>
469      <item row="0" column="2" alignment="Qt::AlignBottom">
470       <widget class="QPushButton" name="cmdHelp_2">
471        <property name="text">
472         <string>Help</string>
473        </property>
474       </widget>
475      </item>
476     </layout>
477    </item>
478   </layout>
479  </widget>
480  <action name="actionDataInfo">
481   <property name="text">
482    <string>Data Info</string>
483   </property>
484  </action>
485  <action name="actionSaveAs">
486   <property name="text">
487    <string>Save As</string>
488   </property>
489  </action>
490  <action name="actionQuickPlot">
491   <property name="text">
492    <string>Quick Plot</string>
493   </property>
494  </action>
495  <action name="actionQuick3DPlot">
496   <property name="text">
497    <string>Quick 3DPlot (slow)</string>
498   </property>
499  </action>
500  <action name="actionEditMask">
501   <property name="text">
502    <string>Edit Mask</string>
503   </property>
504  </action>
505  <action name="actionDelete">
506   <property name="text">
507    <string>Delete</string>
508   </property>
509  </action>
510 </widget>
511 <resources/>
512 <connections/>
513</ui>
Note: See TracBrowser for help on using the repository browser.