]> SALOME platform Git repositories - modules/homard.git/blob - src/HOMARDGUI/CreateCase.ui
Salome HOME
mise a jour pour la poursuite d'iterations
[modules/homard.git] / src / HOMARDGUI / CreateCase.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CreateCase</class>
4  <widget class="QDialog" name="CreateCase">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>601</width>
10     <height>1100</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Create a case</string>
21   </property>
22   <property name="autoFillBackground">
23    <bool>true</bool>
24   </property>
25   <layout class="QGridLayout" name="gridLayout_2">
26    <item row="0" column="0" colspan="3">
27     <layout class="QHBoxLayout">
28      <property name="spacing">
29       <number>6</number>
30      </property>
31      <property name="margin">
32       <number>0</number>
33      </property>
34      <item>
35       <widget class="QLabel" name="Name">
36        <property name="text">
37         <string>Name</string>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <widget class="QLineEdit" name="LECaseName">
43        <property name="minimumSize">
44         <size>
45          <width>382</width>
46          <height>21</height>
47         </size>
48        </property>
49       </widget>
50      </item>
51     </layout>
52    </item>
53    <item row="1" column="0" colspan="4">
54     <layout class="QHBoxLayout">
55      <property name="spacing">
56       <number>6</number>
57      </property>
58      <property name="margin">
59       <number>0</number>
60      </property>
61      <item>
62       <widget class="QLabel" name="Directory">
63        <property name="text">
64         <string>Directory</string>
65        </property>
66       </widget>
67      </item>
68      <item>
69       <widget class="QPushButton" name="PushDir">
70        <property name="text">
71         <string/>
72        </property>
73        <property name="autoDefault">
74         <bool>false</bool>
75        </property>
76       </widget>
77      </item>
78      <item>
79       <widget class="QLineEdit" name="LEDirName">
80        <property name="minimumSize">
81         <size>
82          <width>382</width>
83          <height>21</height>
84         </size>
85        </property>
86       </widget>
87      </item>
88     </layout>
89    </item>
90    <item row="2" column="1">
91     <spacer>
92      <property name="orientation">
93       <enum>Qt::Vertical</enum>
94      </property>
95      <property name="sizeHint" stdset="0">
96       <size>
97        <width>20</width>
98        <height>18</height>
99       </size>
100      </property>
101     </spacer>
102    </item>
103    <item row="3" column="0" colspan="4">
104     <layout class="QHBoxLayout">
105      <property name="spacing">
106       <number>6</number>
107      </property>
108      <property name="margin">
109       <number>0</number>
110      </property>
111      <item>
112       <widget class="QLabel" name="Mesh">
113        <property name="text">
114         <string>Mesh</string>
115        </property>
116       </widget>
117      </item>
118      <item>
119       <widget class="QPushButton" name="PushFichier">
120        <property name="text">
121         <string/>
122        </property>
123        <property name="autoDefault">
124         <bool>false</bool>
125        </property>
126       </widget>
127      </item>
128      <item>
129       <widget class="QLineEdit" name="LEFileName">
130        <property name="minimumSize">
131         <size>
132          <width>382</width>
133          <height>21</height>
134         </size>
135        </property>
136       </widget>
137      </item>
138     </layout>
139    </item>
140    <item row="4" column="1" colspan="3">
141     <spacer>
142      <property name="orientation">
143       <enum>Qt::Vertical</enum>
144      </property>
145      <property name="sizeHint" stdset="0">
146       <size>
147        <width>20</width>
148        <height>0</height>
149       </size>
150      </property>
151     </spacer>
152    </item>
153    <item row="5" column="0">
154     <widget class="QGroupBox" name="GBTypeConf">
155      <property name="title">
156       <string>Conformity type</string>
157      </property>
158      <layout class="QHBoxLayout">
159       <property name="spacing">
160        <number>6</number>
161       </property>
162       <property name="margin">
163        <number>9</number>
164       </property>
165       <item>
166        <widget class="QRadioButton" name="RBConforme">
167         <property name="text">
168          <string>Conformal</string>
169         </property>
170         <property name="checked">
171          <bool>true</bool>
172         </property>
173        </widget>
174       </item>
175       <item>
176        <widget class="QRadioButton" name="RBNonConforme">
177         <property name="text">
178          <string>Non conformal</string>
179         </property>
180        </widget>
181       </item>
182      </layout>
183     </widget>
184    </item>
185    <item row="6" column="1">
186     <spacer>
187      <property name="orientation">
188       <enum>Qt::Vertical</enum>
189      </property>
190      <property name="sizeHint" stdset="0">
191       <size>
192        <width>20</width>
193        <height>1</height>
194       </size>
195      </property>
196     </spacer>
197    </item>
198    <item row="7" column="0" colspan="3">
199     <widget class="QGroupBox" name="GBTypeNoConf">
200      <property name="title">
201       <string>Non conformal option</string>
202      </property>
203      <layout class="QHBoxLayout">
204       <property name="spacing">
205        <number>6</number>
206       </property>
207       <property name="margin">
208        <number>9</number>
209       </property>
210       <item>
211        <widget class="QRadioButton" name="RB1NpM">
212         <property name="text">
213          <string>1 hanging node per mesh</string>
214         </property>
215        </widget>
216       </item>
217       <item>
218        <widget class="QRadioButton" name="RB1NpA">
219         <property name="text">
220          <string>1 node per edge</string>
221         </property>
222        </widget>
223       </item>
224       <item>
225        <widget class="QRadioButton" name="RBQuelconque">
226         <property name="text">
227          <string>Free</string>
228         </property>
229        </widget>
230       </item>
231      </layout>
232     </widget>
233    </item>
234    <item row="8" column="1" colspan="3">
235     <spacer>
236      <property name="orientation">
237       <enum>Qt::Vertical</enum>
238      </property>
239      <property name="sizeHint" stdset="0">
240       <size>
241        <width>20</width>
242        <height>0</height>
243       </size>
244      </property>
245     </spacer>
246    </item>
247    <item row="9" column="0" colspan="2">
248     <layout class="QHBoxLayout">
249      <property name="spacing">
250       <number>6</number>
251      </property>
252      <property name="margin">
253       <number>0</number>
254      </property>
255      <item>
256       <widget class="QCheckBox" name="CBBoundaryD">
257        <property name="text">
258         <string>Discrete boundary</string>
259        </property>
260       </widget>
261      </item>
262      <item>
263       <widget class="QCheckBox" name="CBBoundaryA">
264        <property name="text">
265         <string>Analytical boundary</string>
266        </property>
267       </widget>
268      </item>
269     </layout>
270    </item>
271    <item row="10" column="1">
272     <spacer>
273      <property name="orientation">
274       <enum>Qt::Vertical</enum>
275      </property>
276      <property name="sizeHint" stdset="0">
277       <size>
278        <width>20</width>
279        <height>2</height>
280       </size>
281      </property>
282     </spacer>
283    </item>
284    <item row="11" column="0" colspan="3">
285     <widget class="QGroupBox" name="GBBoundaryD">
286      <property name="sizePolicy">
287       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
288        <horstretch>0</horstretch>
289        <verstretch>0</verstretch>
290       </sizepolicy>
291      </property>
292      <property name="title">
293       <string>Discrete boundary</string>
294      </property>
295      <layout class="QGridLayout">
296       <property name="margin">
297        <number>9</number>
298       </property>
299       <property name="spacing">
300        <number>6</number>
301       </property>
302       <item row="0" column="3">
303        <widget class="QPushButton" name="PBBoundaryDiEdit">
304         <property name="text">
305          <string>Edit</string>
306         </property>
307         <property name="autoDefault">
308          <bool>false</bool>
309         </property>
310        </widget>
311       </item>
312       <item row="0" column="2">
313        <widget class="QPushButton" name="PBBoundaryDiNew">
314         <property name="text">
315          <string>New</string>
316         </property>
317         <property name="autoDefault">
318          <bool>false</bool>
319         </property>
320        </widget>
321       </item>
322       <item row="0" column="0">
323        <widget class="QComboBox" name="CBBoundaryDi">
324         <property name="currentIndex">
325          <number>-1</number>
326         </property>
327         <property name="sizeAdjustPolicy">
328          <enum>QComboBox::AdjustToContents</enum>
329         </property>
330        </widget>
331       </item>
332       <item row="0" column="1">
333        <spacer>
334         <property name="orientation">
335          <enum>Qt::Horizontal</enum>
336         </property>
337         <property name="sizeType">
338          <enum>QSizePolicy::Fixed</enum>
339         </property>
340         <property name="sizeHint" stdset="0">
341          <size>
342           <width>40</width>
343           <height>13</height>
344          </size>
345         </property>
346        </spacer>
347       </item>
348       <item row="0" column="4">
349        <widget class="QPushButton" name="PBBoundaryDiHelp">
350         <property name="text">
351          <string>Help</string>
352         </property>
353         <property name="autoDefault">
354          <bool>false</bool>
355         </property>
356        </widget>
357       </item>
358      </layout>
359     </widget>
360    </item>
361    <item row="12" column="0" colspan="4">
362     <widget class="QGroupBox" name="GBBoundaryA">
363      <property name="minimumSize">
364       <size>
365        <width>548</width>
366        <height>200</height>
367       </size>
368      </property>
369      <property name="title">
370       <string>Analytical boundary</string>
371      </property>
372      <layout class="QFormLayout" name="formLayout">
373       <item row="0" column="0">
374        <widget class="QTableWidget" name="TWBoundary">
375         <property name="editTriggers">
376          <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
377         </property>
378         <property name="showGrid">
379          <bool>true</bool>
380         </property>
381         <property name="rowCount">
382          <number>0</number>
383         </property>
384         <property name="columnCount">
385          <number>1</number>
386         </property>
387         <column>
388          <property name="text">
389           <string>a_virer</string>
390          </property>
391         </column>
392        </widget>
393       </item>
394       <item row="0" column="1">
395        <layout class="QGridLayout">
396         <property name="margin">
397          <number>0</number>
398         </property>
399         <property name="spacing">
400          <number>6</number>
401         </property>
402         <item row="1" column="0">
403          <widget class="QPushButton" name="PBBoundaryAnEdit">
404           <property name="text">
405            <string>Edit</string>
406           </property>
407           <property name="autoDefault">
408            <bool>false</bool>
409           </property>
410          </widget>
411         </item>
412         <item row="0" column="0">
413          <widget class="QPushButton" name="PBBoundaryAnNew">
414           <property name="text">
415            <string>New</string>
416           </property>
417           <property name="autoDefault">
418            <bool>false</bool>
419           </property>
420          </widget>
421         </item>
422         <item row="2" column="0">
423          <widget class="QPushButton" name="PBBoundaryAnHelp">
424           <property name="text">
425            <string>Help</string>
426           </property>
427           <property name="autoDefault">
428            <bool>false</bool>
429           </property>
430          </widget>
431         </item>
432        </layout>
433       </item>
434      </layout>
435     </widget>
436    </item>
437    <item row="13" column="0">
438     <spacer name="spacer">
439      <property name="orientation">
440       <enum>Qt::Vertical</enum>
441      </property>
442      <property name="sizeHint" stdset="0">
443       <size>
444        <width>239</width>
445        <height>41</height>
446       </size>
447      </property>
448     </spacer>
449    </item>
450    <item row="14" column="0">
451     <widget class="QCheckBox" name="CBAdvanced">
452      <property name="text">
453       <string>Advanced options</string>
454      </property>
455     </widget>
456    </item>
457    <item row="15" column="0">
458     <widget class="QGroupBox" name="GBAdvancedOptions">
459      <property name="title">
460       <string>Advanced options</string>
461      </property>
462      <layout class="QGridLayout" name="gridLayout">
463       <item row="0" column="0">
464        <widget class="QCheckBox" name="CBPyramid">
465         <property name="text">
466          <string>Authorized pyramids</string>
467         </property>
468        </widget>
469       </item>
470      </layout>
471     </widget>
472    </item>
473    <item row="15" column="2" colspan="2">
474     <spacer name="spacer_3">
475      <property name="orientation">
476       <enum>Qt::Horizontal</enum>
477      </property>
478      <property name="sizeType">
479       <enum>QSizePolicy::Fixed</enum>
480      </property>
481      <property name="sizeHint" stdset="0">
482       <size>
483        <width>128</width>
484        <height>13</height>
485       </size>
486      </property>
487     </spacer>
488    </item>
489    <item row="16" column="0">
490     <spacer name="spacer_4">
491      <property name="orientation">
492       <enum>Qt::Vertical</enum>
493      </property>
494      <property name="sizeHint" stdset="0">
495       <size>
496        <width>239</width>
497        <height>41</height>
498       </size>
499      </property>
500     </spacer>
501    </item>
502    <item row="17" column="0" colspan="3">
503     <widget class="QLabel" name="Comment">
504      <property name="text">
505       <string> No comment.</string>
506      </property>
507     </widget>
508    </item>
509    <item row="18" column="0">
510     <spacer name="verticalSpacer">
511      <property name="orientation">
512       <enum>Qt::Vertical</enum>
513      </property>
514      <property name="sizeHint" stdset="0">
515       <size>
516        <width>20</width>
517        <height>35</height>
518       </size>
519      </property>
520     </spacer>
521    </item>
522    <item row="19" column="0" colspan="3">
523     <widget class="QGroupBox" name="GroupButtons">
524      <property name="title">
525       <string/>
526      </property>
527      <layout class="QGridLayout">
528       <property name="margin">
529        <number>9</number>
530       </property>
531       <property name="spacing">
532        <number>6</number>
533       </property>
534       <item row="0" column="4">
535        <widget class="QPushButton" name="buttonHelp">
536         <property name="text">
537          <string>Help</string>
538         </property>
539         <property name="autoDefault">
540          <bool>false</bool>
541         </property>
542        </widget>
543       </item>
544       <item row="0" column="1">
545        <widget class="QPushButton" name="buttonApply">
546         <property name="text">
547          <string>Apply</string>
548         </property>
549         <property name="autoDefault">
550          <bool>false</bool>
551         </property>
552        </widget>
553       </item>
554       <item row="0" column="0">
555        <widget class="QPushButton" name="buttonOk">
556         <property name="text">
557          <string>OK</string>
558         </property>
559         <property name="autoDefault">
560          <bool>false</bool>
561         </property>
562        </widget>
563       </item>
564       <item row="0" column="2">
565        <widget class="QPushButton" name="buttonCancel">
566         <property name="text">
567          <string>Cancel</string>
568         </property>
569         <property name="autoDefault">
570          <bool>false</bool>
571         </property>
572        </widget>
573       </item>
574      </layout>
575     </widget>
576    </item>
577    <item row="19" column="3">
578     <spacer name="spacer_2">
579      <property name="orientation">
580       <enum>Qt::Horizontal</enum>
581      </property>
582      <property name="sizeType">
583       <enum>QSizePolicy::Fixed</enum>
584      </property>
585      <property name="sizeHint" stdset="0">
586       <size>
587        <width>128</width>
588        <height>25</height>
589       </size>
590      </property>
591     </spacer>
592    </item>
593   </layout>
594  </widget>
595  <resources/>
596  <connections/>
597 </ui>