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

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

Initial commit of the main window prototype

  • Property mode set to 100755
File size: 7.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DataExplorerUI</class>
4 <widget class="QDialog" name="DataExplorerUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>454</width>
10    <height>577</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_4">
17   <item row="0" column="0">
18    <widget class="QLabel" name="label">
19     <property name="text">
20      <string>Selection Options</string>
21     </property>
22    </widget>
23   </item>
24   <item row="1" column="0">
25    <widget class="QComboBox" name="comboBox">
26     <item>
27      <property name="text">
28       <string>Select all</string>
29      </property>
30     </item>
31     <item>
32      <property name="text">
33       <string>Unselect all</string>
34      </property>
35     </item>
36     <item>
37      <property name="text">
38       <string>Select all 1D</string>
39      </property>
40     </item>
41     <item>
42      <property name="text">
43       <string>Unselect all 1D</string>
44      </property>
45     </item>
46     <item>
47      <property name="text">
48       <string>Select all 2D</string>
49      </property>
50     </item>
51     <item>
52      <property name="text">
53       <string>Unselect all 2D</string>
54      </property>
55     </item>
56    </widget>
57   </item>
58   <item row="1" column="1">
59    <spacer name="horizontalSpacer_2">
60     <property name="orientation">
61      <enum>Qt::Horizontal</enum>
62     </property>
63     <property name="sizeHint" stdset="0">
64      <size>
65       <width>278</width>
66       <height>20</height>
67      </size>
68     </property>
69    </spacer>
70   </item>
71   <item row="2" column="0" colspan="2">
72    <widget class="QGroupBox" name="groupBox">
73     <property name="title">
74      <string>Data</string>
75     </property>
76     <layout class="QGridLayout" name="gridLayout">
77      <item row="0" column="0">
78       <widget class="QTreeView" name="treeView">
79        <property name="dragEnabled">
80         <bool>true</bool>
81        </property>
82        <property name="dragDropMode">
83         <enum>QAbstractItemView::DragDrop</enum>
84        </property>
85        <property name="defaultDropAction">
86         <enum>Qt::CopyAction</enum>
87        </property>
88        <property name="selectionMode">
89         <enum>QAbstractItemView::ExtendedSelection</enum>
90        </property>
91       </widget>
92      </item>
93      <item row="0" column="1">
94       <layout class="QVBoxLayout" name="verticalLayout">
95        <item>
96         <widget class="QPushButton" name="pushButton">
97          <property name="text">
98           <string>Load</string>
99          </property>
100         </widget>
101        </item>
102        <item>
103         <widget class="QPushButton" name="pushButton_2">
104          <property name="text">
105           <string>Delete</string>
106          </property>
107         </widget>
108        </item>
109        <item>
110         <spacer name="verticalSpacer_2">
111          <property name="orientation">
112           <enum>Qt::Vertical</enum>
113          </property>
114          <property name="sizeHint" stdset="0">
115           <size>
116            <width>20</width>
117            <height>141</height>
118           </size>
119          </property>
120         </spacer>
121        </item>
122       </layout>
123      </item>
124      <item row="1" column="0" colspan="2">
125       <layout class="QHBoxLayout" name="horizontalLayout">
126        <item>
127         <widget class="QPushButton" name="pushButton_6">
128          <property name="text">
129           <string>Send to</string>
130          </property>
131         </widget>
132        </item>
133        <item>
134         <widget class="QComboBox" name="comboBox_3">
135          <property name="sizePolicy">
136           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
137            <horstretch>0</horstretch>
138            <verstretch>0</verstretch>
139           </sizepolicy>
140          </property>
141          <item>
142           <property name="text">
143            <string>Fitting</string>
144           </property>
145          </item>
146          <item>
147           <property name="text">
148            <string>Pr inversion</string>
149           </property>
150          </item>
151          <item>
152           <property name="text">
153            <string>Invariant</string>
154           </property>
155          </item>
156         </widget>
157        </item>
158        <item>
159         <widget class="QCheckBox" name="checkBox">
160          <property name="text">
161           <string>Batch mode</string>
162          </property>
163         </widget>
164        </item>
165        <item>
166         <spacer name="horizontalSpacer">
167          <property name="orientation">
168           <enum>Qt::Horizontal</enum>
169          </property>
170          <property name="sizeHint" stdset="0">
171           <size>
172            <width>197</width>
173            <height>20</height>
174           </size>
175          </property>
176         </spacer>
177        </item>
178       </layout>
179      </item>
180     </layout>
181    </widget>
182   </item>
183   <item row="3" column="0" colspan="2">
184    <widget class="QGroupBox" name="groupBox_2">
185     <property name="title">
186      <string>Theory</string>
187     </property>
188     <layout class="QGridLayout" name="gridLayout_2">
189      <item row="0" column="0" rowspan="2">
190       <widget class="QListView" name="listView"/>
191      </item>
192      <item row="0" column="1">
193       <widget class="QPushButton" name="pushButton_3">
194        <property name="text">
195         <string>Freeze</string>
196        </property>
197       </widget>
198      </item>
199      <item row="1" column="1">
200       <spacer name="verticalSpacer">
201        <property name="orientation">
202         <enum>Qt::Vertical</enum>
203        </property>
204        <property name="sizeHint" stdset="0">
205         <size>
206          <width>20</width>
207          <height>198</height>
208         </size>
209        </property>
210       </spacer>
211      </item>
212     </layout>
213    </widget>
214   </item>
215   <item row="4" column="0">
216    <widget class="QGroupBox" name="groupBox_3">
217     <property name="title">
218      <string>Plot</string>
219     </property>
220     <layout class="QGridLayout" name="gridLayout_3">
221      <item row="0" column="0">
222       <widget class="QPushButton" name="pushButton_4">
223        <property name="text">
224         <string>New</string>
225        </property>
226       </widget>
227      </item>
228      <item row="1" column="0">
229       <widget class="QPushButton" name="pushButton_5">
230        <property name="text">
231         <string>Append to</string>
232        </property>
233       </widget>
234      </item>
235      <item row="1" column="1">
236       <widget class="QComboBox" name="comboBox_2">
237        <property name="sizePolicy">
238         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
239          <horstretch>0</horstretch>
240          <verstretch>0</verstretch>
241         </sizepolicy>
242        </property>
243        <item>
244         <property name="text">
245          <string>Graph1</string>
246         </property>
247        </item>
248       </widget>
249      </item>
250     </layout>
251    </widget>
252   </item>
253  </layout>
254  <zorder>groupBox_3</zorder>
255  <zorder>groupBox_2</zorder>
256  <zorder>groupBox</zorder>
257  <zorder>comboBox</zorder>
258  <zorder>label</zorder>
259  <zorder>horizontalSpacer_2</zorder>
260 </widget>
261 <resources/>
262 <connections/>
263</ui>
Note: See TracBrowser for help on using the repository browser.