Salome HOME
01a0d38b488314792e2eda698dbef10c34f79182
[modules/homard.git] / src / HOMARDGUI / CreateIteration.ui
1 <ui version="4.0" >
2  <class>CreateIteration</class>
3  <widget class="QWidget" name="CreateIteration" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>610</width>
9     <height>598</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Create an iteration</string>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="6" column="0" colspan="4" >
23     <widget class="QGroupBox" name="GBField" >
24      <property name="title" >
25       <string>Field information</string>
26      </property>
27      <layout class="QGridLayout" >
28       <property name="margin" >
29        <number>9</number>
30       </property>
31       <property name="spacing" >
32        <number>6</number>
33       </property>
34       <item row="0" column="2" colspan="5" >
35        <widget class="QLineEdit" name="LEFieldFile" >
36         <property name="minimumSize" >
37          <size>
38           <width>282</width>
39           <height>21</height>
40          </size>
41         </property>
42        </widget>
43       </item>
44       <item row="1" column="3" colspan="4" >
45        <spacer>
46         <property name="orientation" >
47          <enum>Qt::Vertical</enum>
48         </property>
49         <property name="sizeHint" >
50          <size>
51           <width>138</width>
52           <height>18</height>
53          </size>
54         </property>
55        </spacer>
56       </item>
57       <item row="2" column="6" >
58        <widget class="QRadioButton" name="RBChosen" >
59         <property name="text" >
60          <string>Chosen time step</string>
61         </property>
62        </widget>
63       </item>
64       <item row="4" column="6" >
65        <spacer>
66         <property name="orientation" >
67          <enum>Qt::Horizontal</enum>
68         </property>
69         <property name="sizeType" >
70          <enum>QSizePolicy::Expanding</enum>
71         </property>
72         <property name="sizeHint" >
73          <size>
74           <width>255</width>
75           <height>13</height>
76          </size>
77         </property>
78        </spacer>
79       </item>
80       <item row="4" column="5" >
81        <widget class="QSpinBox" name="SpinBox_Rank" >
82         <property name="maximum" >
83          <number>1010000</number>
84         </property>
85         <property name="minimum" >
86          <number>-1</number>
87         </property>
88         <property name="value" >
89          <number>1</number>
90         </property>
91        </widget>
92       </item>
93       <item row="4" column="4" >
94        <widget class="QLabel" name="Rank" >
95         <property name="text" >
96          <string>Rank</string>
97         </property>
98        </widget>
99       </item>
100       <item row="4" column="2" colspan="2" >
101        <spacer>
102         <property name="orientation" >
103          <enum>Qt::Horizontal</enum>
104         </property>
105         <property name="sizeType" >
106          <enum>QSizePolicy::Fixed</enum>
107         </property>
108         <property name="sizeHint" >
109          <size>
110           <width>40</width>
111           <height>13</height>
112          </size>
113         </property>
114        </spacer>
115       </item>
116       <item row="4" column="1" >
117        <widget class="QSpinBox" name="SpinBox_TimeStep" >
118         <property name="maximum" >
119          <number>100000</number>
120         </property>
121         <property name="minimum" >
122          <number>-2</number>
123         </property>
124         <property name="value" >
125          <number>-1</number>
126         </property>
127        </widget>
128       </item>
129       <item row="4" column="0" >
130        <widget class="QLabel" name="TimeStep" >
131         <property name="text" >
132          <string>Time step</string>
133         </property>
134        </widget>
135       </item>
136       <item row="3" column="0" colspan="4" >
137        <spacer>
138         <property name="orientation" >
139          <enum>Qt::Vertical</enum>
140         </property>
141         <property name="sizeHint" >
142          <size>
143           <width>138</width>
144           <height>28</height>
145          </size>
146         </property>
147        </spacer>
148       </item>
149       <item row="2" column="3" colspan="3" >
150        <widget class="QRadioButton" name="RBLast" >
151         <property name="text" >
152          <string>Last time step</string>
153         </property>
154        </widget>
155       </item>
156       <item row="2" column="0" colspan="3" >
157        <widget class="QRadioButton" name="RBNo" >
158         <property name="text" >
159          <string>No time step</string>
160         </property>
161         <property name="checkable" >
162          <bool>true</bool>
163         </property>
164         <property name="checked" >
165          <bool>true</bool>
166         </property>
167        </widget>
168       </item>
169       <item row="0" column="1" >
170        <widget class="QPushButton" name="PushFieldFile" >
171         <property name="text" >
172          <string/>
173         </property>
174        </widget>
175       </item>
176       <item row="0" column="0" >
177        <widget class="QLabel" name="FieldFile" >
178         <property name="text" >
179          <string>Field file</string>
180         </property>
181        </widget>
182       </item>
183      </layout>
184     </widget>
185    </item>
186    <item row="0" column="0" colspan="2" >
187     <widget class="QLabel" name="Iteration_Name" >
188      <property name="text" >
189       <string>Iteration Name</string>
190      </property>
191     </widget>
192    </item>
193    <item row="0" column="2" colspan="2" >
194     <widget class="QLineEdit" name="LEIterationName" >
195      <property name="minimumSize" >
196       <size>
197        <width>290</width>
198        <height>21</height>
199       </size>
200      </property>
201      <property name="maxLength" >
202       <number>200</number>
203      </property>
204     </widget>
205    </item>
206    <item row="1" column="0" >
207     <widget class="QLabel" name="Iter_Parent" >
208      <property name="text" >
209       <string>Previous iteration</string>
210      </property>
211     </widget>
212    </item>
213    <item row="1" column="1" >
214     <spacer>
215      <property name="orientation" >
216       <enum>Qt::Vertical</enum>
217      </property>
218      <property name="sizeHint" >
219       <size>
220        <width>20</width>
221        <height>24</height>
222       </size>
223      </property>
224     </spacer>
225    </item>
226    <item row="1" column="2" >
227     <widget class="QPushButton" name="PBIterParent" >
228      <property name="enabled" >
229       <bool>true</bool>
230      </property>
231      <property name="maximumSize" >
232       <size>
233        <width>50</width>
234        <height>27</height>
235       </size>
236      </property>
237      <property name="text" >
238       <string/>
239      </property>
240     </widget>
241    </item>
242    <item row="1" column="3" >
243     <widget class="QLineEdit" name="LEIterationParentName" >
244      <property name="minimumSize" >
245       <size>
246        <width>0</width>
247        <height>21</height>
248       </size>
249      </property>
250      <property name="maxLength" >
251       <number>200</number>
252      </property>
253      <property name="readOnly" >
254       <bool>true</bool>
255      </property>
256     </widget>
257    </item>
258    <item row="2" column="0" >
259     <widget class="QLabel" name="Mesh_n" >
260      <property name="text" >
261       <string>Mesh n</string>
262      </property>
263     </widget>
264    </item>
265    <item row="2" column="1" >
266     <spacer>
267      <property name="orientation" >
268       <enum>Qt::Vertical</enum>
269      </property>
270      <property name="sizeHint" >
271       <size>
272        <width>20</width>
273        <height>21</height>
274       </size>
275      </property>
276     </spacer>
277    </item>
278    <item row="2" column="2" colspan="2" >
279     <widget class="QLineEdit" name="LEMeshName_n" >
280      <property name="minimumSize" >
281       <size>
282        <width>290</width>
283        <height>21</height>
284       </size>
285      </property>
286      <property name="maxLength" >
287       <number>32</number>
288      </property>
289      <property name="readOnly" >
290       <bool>true</bool>
291      </property>
292     </widget>
293    </item>
294    <item row="3" column="1" >
295     <spacer>
296      <property name="orientation" >
297       <enum>Qt::Vertical</enum>
298      </property>
299      <property name="sizeHint" >
300       <size>
301        <width>20</width>
302        <height>22</height>
303       </size>
304      </property>
305     </spacer>
306    </item>
307    <item row="4" column="0" colspan="2" >
308     <widget class="QLabel" name="Mesh_np1" >
309      <property name="text" >
310       <string>Mesh n+1</string>
311      </property>
312     </widget>
313    </item>
314    <item row="4" column="2" colspan="2" >
315     <widget class="QLineEdit" name="LEMeshName_np1" >
316      <property name="minimumSize" >
317       <size>
318        <width>290</width>
319        <height>21</height>
320       </size>
321      </property>
322      <property name="maxLength" >
323       <number>32</number>
324      </property>
325     </widget>
326    </item>
327    <item row="5" column="1" >
328     <spacer>
329      <property name="orientation" >
330       <enum>Qt::Vertical</enum>
331      </property>
332      <property name="sizeHint" >
333       <size>
334        <width>20</width>
335        <height>21</height>
336       </size>
337      </property>
338     </spacer>
339    </item>
340    <item row="7" column="1" >
341     <spacer>
342      <property name="orientation" >
343       <enum>Qt::Vertical</enum>
344      </property>
345      <property name="sizeHint" >
346       <size>
347        <width>20</width>
348        <height>22</height>
349       </size>
350      </property>
351     </spacer>
352    </item>
353    <item row="8" column="0" colspan="4" >
354     <widget class="QGroupBox" name="Hypothese" >
355      <property name="title" >
356       <string>Hypothesis</string>
357      </property>
358      <layout class="QGridLayout" >
359       <property name="margin" >
360        <number>9</number>
361       </property>
362       <property name="spacing" >
363        <number>6</number>
364       </property>
365       <item row="0" column="0" >
366        <widget class="QComboBox" name="CBHypothese" >
367         <property name="currentIndex" >
368          <number>-1</number>
369         </property>
370         <property name="sizeAdjustPolicy" >
371          <enum>QComboBox::AdjustToContents</enum>
372         </property>
373        </widget>
374       </item>
375       <item row="0" column="1" >
376        <spacer>
377         <property name="orientation" >
378          <enum>Qt::Horizontal</enum>
379         </property>
380         <property name="sizeType" >
381          <enum>QSizePolicy::Fixed</enum>
382         </property>
383         <property name="sizeHint" >
384          <size>
385           <width>40</width>
386           <height>13</height>
387          </size>
388         </property>
389        </spacer>
390       </item>
391       <item row="0" column="2" >
392        <widget class="QPushButton" name="PBHypoEdit" >
393         <property name="text" >
394          <string>Edit</string>
395         </property>
396        </widget>
397       </item>
398       <item row="0" column="3" >
399        <widget class="QPushButton" name="PBHypoNew" >
400         <property name="text" >
401          <string>New</string>
402         </property>
403        </widget>
404       </item>
405      </layout>
406     </widget>
407    </item>
408    <item row="9" column="0" >
409     <spacer>
410      <property name="orientation" >
411       <enum>Qt::Vertical</enum>
412      </property>
413      <property name="sizeHint" >
414       <size>
415        <width>20</width>
416        <height>21</height>
417       </size>
418      </property>
419     </spacer>
420    </item>
421    <item row="10" column="0" colspan="4" >
422     <widget class="QGroupBox" name="GroupButtons" >
423      <property name="title" >
424       <string/>
425      </property>
426      <layout class="QGridLayout" >
427       <property name="margin" >
428        <number>9</number>
429       </property>
430       <property name="spacing" >
431        <number>6</number>
432       </property>
433       <item row="0" column="0" >
434        <widget class="QPushButton" name="buttonOk" >
435         <property name="text" >
436          <string>OK</string>
437         </property>
438         <property name="autoDefault" >
439          <bool>false</bool>
440         </property>
441         <property name="default" >
442          <bool>false</bool>
443         </property>
444        </widget>
445       </item>
446       <item row="0" column="1" >
447        <widget class="QPushButton" name="buttonApply" >
448         <property name="text" >
449          <string>Apply</string>
450         </property>
451        </widget>
452       </item>
453       <item row="0" column="2" >
454        <widget class="QPushButton" name="buttonCancel" >
455         <property name="text" >
456          <string>Cancel</string>
457         </property>
458        </widget>
459       </item>
460       <item row="0" column="3" >
461        <widget class="QPushButton" name="buttonHelp" >
462         <property name="text" >
463          <string>Help</string>
464         </property>
465        </widget>
466       </item>
467      </layout>
468     </widget>
469    </item>
470   </layout>
471  </widget>
472  <resources/>
473  <connections/>
474 </ui>