Salome HOME
0054504: Exception when accessing VTK renderer with libSalomePy module
[modules/gui.git] / src / GUI_PY / SelectVarsDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SelectVarsDialog</class>
4  <widget class="QDialog" name="SelectVarsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>611</width>
10     <height>743</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Select Variables of Interest</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QGridLayout" name="gridLayout">
19      <item row="0" column="0">
20       <widget class="QLabel" name="label">
21        <property name="text">
22         <string>Potential Variables List</string>
23        </property>
24        <property name="alignment">
25         <set>Qt::AlignCenter</set>
26        </property>
27       </widget>
28      </item>
29      <item row="0" column="2">
30       <widget class="QLabel" name="label_6">
31        <property name="text">
32         <string>Selected Variables List</string>
33        </property>
34        <property name="alignment">
35         <set>Qt::AlignCenter</set>
36        </property>
37       </widget>
38      </item>
39      <item row="1" column="2">
40       <layout class="QHBoxLayout" name="horizontalLayout_2">
41        <item>
42         <spacer name="horizontalSpacer_6">
43          <property name="orientation">
44           <enum>Qt::Horizontal</enum>
45          </property>
46          <property name="sizeHint" stdset="0">
47           <size>
48            <width>40</width>
49            <height>20</height>
50           </size>
51          </property>
52         </spacer>
53        </item>
54        <item>
55         <widget class="QPushButton" name="loadVarsButton">
56          <property name="text">
57           <string>Import...</string>
58          </property>
59         </widget>
60        </item>
61        <item>
62         <widget class="QPushButton" name="saveVarsButton">
63          <property name="text">
64           <string>Export...</string>
65          </property>
66         </widget>
67        </item>
68        <item>
69         <spacer name="horizontalSpacer_5">
70          <property name="orientation">
71           <enum>Qt::Horizontal</enum>
72          </property>
73          <property name="sizeHint" stdset="0">
74           <size>
75            <width>40</width>
76            <height>20</height>
77           </size>
78          </property>
79         </spacer>
80        </item>
81       </layout>
82      </item>
83      <item row="2" column="0">
84       <widget class="QLabel" name="label_4">
85        <property name="text">
86         <string>All Input Variables</string>
87        </property>
88        <property name="alignment">
89         <set>Qt::AlignCenter</set>
90        </property>
91       </widget>
92      </item>
93      <item row="2" column="2">
94       <widget class="QLabel" name="label_5">
95        <property name="text">
96         <string>Selected Input Variables</string>
97        </property>
98        <property name="alignment">
99         <set>Qt::AlignCenter</set>
100        </property>
101       </widget>
102      </item>
103      <item row="3" column="0">
104       <widget class="QListWidget" name="allInputVarListWidget">
105        <property name="selectionMode">
106         <enum>QAbstractItemView::MultiSelection</enum>
107        </property>
108       </widget>
109      </item>
110      <item row="3" column="1">
111       <layout class="QVBoxLayout" name="verticalLayout_6">
112        <item>
113         <spacer name="verticalSpacer_3">
114          <property name="orientation">
115           <enum>Qt::Vertical</enum>
116          </property>
117          <property name="sizeHint" stdset="0">
118           <size>
119            <width>20</width>
120            <height>40</height>
121           </size>
122          </property>
123         </spacer>
124        </item>
125        <item>
126         <widget class="QPushButton" name="addInputVarButton">
127          <property name="text">
128           <string>Add</string>
129          </property>
130         </widget>
131        </item>
132        <item>
133         <widget class="QPushButton" name="removeInputVarButton">
134          <property name="text">
135           <string>Remove</string>
136          </property>
137         </widget>
138        </item>
139        <item>
140         <widget class="QPushButton" name="newInputVarButton">
141          <property name="text">
142           <string>New...</string>
143          </property>
144         </widget>
145        </item>
146        <item>
147         <spacer name="verticalSpacer_4">
148          <property name="orientation">
149           <enum>Qt::Vertical</enum>
150          </property>
151          <property name="sizeHint" stdset="0">
152           <size>
153            <width>20</width>
154            <height>40</height>
155           </size>
156          </property>
157         </spacer>
158        </item>
159       </layout>
160      </item>
161      <item row="3" column="2">
162       <widget class="QListWidget" name="selectedInputVarListWidget">
163        <property name="selectionMode">
164         <enum>QAbstractItemView::MultiSelection</enum>
165        </property>
166       </widget>
167      </item>
168      <item row="4" column="0">
169       <widget class="QLabel" name="label_2">
170        <property name="text">
171         <string>All Output Variables</string>
172        </property>
173        <property name="alignment">
174         <set>Qt::AlignCenter</set>
175        </property>
176       </widget>
177      </item>
178      <item row="4" column="2">
179       <widget class="QLabel" name="label_3">
180        <property name="text">
181         <string>Selected Output Variables</string>
182        </property>
183        <property name="alignment">
184         <set>Qt::AlignCenter</set>
185        </property>
186       </widget>
187      </item>
188      <item row="5" column="0">
189       <widget class="QListWidget" name="allOutputVarListWidget">
190        <property name="selectionMode">
191         <enum>QAbstractItemView::MultiSelection</enum>
192        </property>
193       </widget>
194      </item>
195      <item row="5" column="1">
196       <layout class="QVBoxLayout" name="verticalLayout_2">
197        <item>
198         <spacer name="verticalSpacer_2">
199          <property name="orientation">
200           <enum>Qt::Vertical</enum>
201          </property>
202          <property name="sizeHint" stdset="0">
203           <size>
204            <width>20</width>
205            <height>40</height>
206           </size>
207          </property>
208         </spacer>
209        </item>
210        <item>
211         <widget class="QPushButton" name="addOutputVarButton">
212          <property name="text">
213           <string>Add</string>
214          </property>
215         </widget>
216        </item>
217        <item>
218         <widget class="QPushButton" name="removeOutputVarButton">
219          <property name="text">
220           <string>Remove</string>
221          </property>
222         </widget>
223        </item>
224        <item>
225         <widget class="QPushButton" name="newOutputVarButton">
226          <property name="text">
227           <string>New...</string>
228          </property>
229         </widget>
230        </item>
231        <item>
232         <spacer name="verticalSpacer">
233          <property name="orientation">
234           <enum>Qt::Vertical</enum>
235          </property>
236          <property name="sizeHint" stdset="0">
237           <size>
238            <width>20</width>
239            <height>40</height>
240           </size>
241          </property>
242         </spacer>
243        </item>
244       </layout>
245      </item>
246      <item row="5" column="2">
247       <widget class="QListWidget" name="selectedOutputVarListWidget">
248        <property name="selectionMode">
249         <enum>QAbstractItemView::MultiSelection</enum>
250        </property>
251       </widget>
252      </item>
253      <item row="1" column="0">
254       <layout class="QHBoxLayout" name="horizontalLayout_5">
255        <item>
256         <spacer name="horizontalSpacer_4">
257          <property name="orientation">
258           <enum>Qt::Horizontal</enum>
259          </property>
260          <property name="sizeHint" stdset="0">
261           <size>
262            <width>40</width>
263            <height>20</height>
264           </size>
265          </property>
266         </spacer>
267        </item>
268        <item>
269         <widget class="QLineEdit" name="varListObjLineEdit">
270          <property name="readOnly">
271           <bool>true</bool>
272          </property>
273         </widget>
274        </item>
275        <item>
276         <widget class="QPushButton" name="selectButton">
277          <property name="text">
278           <string>Select</string>
279          </property>
280         </widget>
281        </item>
282        <item>
283         <spacer name="horizontalSpacer_3">
284          <property name="orientation">
285           <enum>Qt::Horizontal</enum>
286          </property>
287          <property name="sizeHint" stdset="0">
288           <size>
289            <width>40</width>
290            <height>20</height>
291           </size>
292          </property>
293         </spacer>
294        </item>
295       </layout>
296      </item>
297     </layout>
298    </item>
299    <item>
300     <layout class="QHBoxLayout" name="horizontalLayout">
301      <item>
302       <spacer name="horizontalSpacer">
303        <property name="orientation">
304         <enum>Qt::Horizontal</enum>
305        </property>
306        <property name="sizeHint" stdset="0">
307         <size>
308          <width>40</width>
309          <height>20</height>
310         </size>
311        </property>
312       </spacer>
313      </item>
314      <item>
315       <widget class="QPushButton" name="OKButton">
316        <property name="text">
317         <string>OK</string>
318        </property>
319       </widget>
320      </item>
321      <item>
322       <widget class="QPushButton" name="cancelButton">
323        <property name="text">
324         <string>Cancel</string>
325        </property>
326       </widget>
327      </item>
328      <item>
329       <spacer name="horizontalSpacer_2">
330        <property name="orientation">
331         <enum>Qt::Horizontal</enum>
332        </property>
333        <property name="sizeHint" stdset="0">
334         <size>
335          <width>40</width>
336          <height>20</height>
337         </size>
338        </property>
339       </spacer>
340      </item>
341     </layout>
342    </item>
343   </layout>
344  </widget>
345  <resources/>
346  <connections/>
347 </ui>