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