Salome HOME
Synchronize adm files
[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="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_3">
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="1">
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="6">
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="2" colspan="2">
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" rowspan="2" colspan="6">
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="4" column="3" colspan="3">
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="5" column="0" colspan="2">
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="6" column="3">
206     <spacer>
207      <property name="orientation">
208       <enum>Qt::Vertical</enum>
209      </property>
210      <property name="sizeHint" stdset="0">
211       <size>
212        <width>20</width>
213        <height>1</height>
214       </size>
215      </property>
216     </spacer>
217    </item>
218    <item row="7" column="0" colspan="6">
219     <widget class="QGroupBox" name="GBTypeNoConf">
220      <property name="title">
221       <string>Non conformal option</string>
222      </property>
223      <layout class="QHBoxLayout">
224       <property name="spacing">
225        <number>6</number>
226       </property>
227       <property name="margin">
228        <number>9</number>
229       </property>
230       <item>
231        <widget class="QRadioButton" name="RB1NpM">
232         <property name="text">
233          <string>1 hanging node per mesh</string>
234         </property>
235        </widget>
236       </item>
237       <item>
238        <widget class="QRadioButton" name="RB1NpA">
239         <property name="text">
240          <string>1 node per edge</string>
241         </property>
242        </widget>
243       </item>
244       <item>
245        <widget class="QRadioButton" name="RBQuelconque">
246         <property name="text">
247          <string>Free</string>
248         </property>
249        </widget>
250       </item>
251      </layout>
252     </widget>
253    </item>
254    <item row="8" column="3" colspan="3">
255     <spacer>
256      <property name="orientation">
257       <enum>Qt::Vertical</enum>
258      </property>
259      <property name="sizeHint" stdset="0">
260       <size>
261        <width>20</width>
262        <height>0</height>
263       </size>
264      </property>
265     </spacer>
266    </item>
267    <item row="9" column="0" colspan="4">
268     <layout class="QHBoxLayout">
269      <property name="spacing">
270       <number>6</number>
271      </property>
272      <property name="margin">
273       <number>0</number>
274      </property>
275      <item>
276       <widget class="QCheckBox" name="CBBoundaryD">
277        <property name="text">
278         <string>Discrete boundary</string>
279        </property>
280       </widget>
281      </item>
282      <item>
283       <widget class="QCheckBox" name="CBBoundaryA">
284        <property name="text">
285         <string>Analytical boundary</string>
286        </property>
287       </widget>
288      </item>
289     </layout>
290    </item>
291    <item row="10" column="3">
292     <spacer>
293      <property name="orientation">
294       <enum>Qt::Vertical</enum>
295      </property>
296      <property name="sizeHint" stdset="0">
297       <size>
298        <width>20</width>
299        <height>2</height>
300       </size>
301      </property>
302     </spacer>
303    </item>
304    <item row="11" column="0" colspan="6">
305     <widget class="QGroupBox" name="GBBoundaryD">
306      <property name="sizePolicy">
307       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
308        <horstretch>0</horstretch>
309        <verstretch>0</verstretch>
310       </sizepolicy>
311      </property>
312      <property name="title">
313       <string>Discrete boundary</string>
314      </property>
315      <layout class="QGridLayout">
316       <property name="margin">
317        <number>9</number>
318       </property>
319       <property name="spacing">
320        <number>6</number>
321       </property>
322       <item row="0" column="3">
323        <widget class="QPushButton" name="PBBoundaryDiEdit">
324         <property name="text">
325          <string>Edit</string>
326         </property>
327         <property name="autoDefault">
328          <bool>false</bool>
329         </property>
330        </widget>
331       </item>
332       <item row="0" column="2">
333        <widget class="QPushButton" name="PBBoundaryDiNew">
334         <property name="text">
335          <string>New</string>
336         </property>
337         <property name="autoDefault">
338          <bool>false</bool>
339         </property>
340        </widget>
341       </item>
342       <item row="0" column="0">
343        <widget class="QComboBox" name="CBBoundaryDi">
344         <property name="currentIndex">
345          <number>-1</number>
346         </property>
347         <property name="sizeAdjustPolicy">
348          <enum>QComboBox::AdjustToContents</enum>
349         </property>
350        </widget>
351       </item>
352       <item row="0" column="1">
353        <spacer>
354         <property name="orientation">
355          <enum>Qt::Horizontal</enum>
356         </property>
357         <property name="sizeType">
358          <enum>QSizePolicy::Fixed</enum>
359         </property>
360         <property name="sizeHint" stdset="0">
361          <size>
362           <width>40</width>
363           <height>13</height>
364          </size>
365         </property>
366        </spacer>
367       </item>
368       <item row="0" column="4">
369        <widget class="QPushButton" name="PBBoundaryDiHelp">
370         <property name="text">
371          <string>Help</string>
372         </property>
373         <property name="autoDefault">
374          <bool>false</bool>
375         </property>
376        </widget>
377       </item>
378      </layout>
379     </widget>
380    </item>
381    <item row="12" column="0" colspan="6">
382     <widget class="QGroupBox" name="GBBoundaryA">
383      <property name="minimumSize">
384       <size>
385        <width>548</width>
386        <height>200</height>
387       </size>
388      </property>
389      <property name="title">
390       <string>Analytical boundary</string>
391      </property>
392      <layout class="QFormLayout" name="formLayout">
393       <item row="0" column="0">
394        <widget class="QTableWidget" name="TWBoundary">
395         <property name="editTriggers">
396          <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
397         </property>
398         <property name="showGrid">
399          <bool>true</bool>
400         </property>
401         <property name="rowCount">
402          <number>0</number>
403         </property>
404         <property name="columnCount">
405          <number>1</number>
406         </property>
407         <column>
408          <property name="text">
409           <string>a_virer</string>
410          </property>
411         </column>
412        </widget>
413       </item>
414       <item row="0" column="1">
415        <layout class="QGridLayout">
416         <property name="margin">
417          <number>0</number>
418         </property>
419         <property name="spacing">
420          <number>6</number>
421         </property>
422         <item row="1" column="0">
423          <widget class="QPushButton" name="PBBoundaryAnEdit">
424           <property name="text">
425            <string>Edit</string>
426           </property>
427           <property name="autoDefault">
428            <bool>false</bool>
429           </property>
430          </widget>
431         </item>
432         <item row="0" column="0">
433          <widget class="QPushButton" name="PBBoundaryAnNew">
434           <property name="text">
435            <string>New</string>
436           </property>
437           <property name="autoDefault">
438            <bool>false</bool>
439           </property>
440          </widget>
441         </item>
442         <item row="2" column="0">
443          <widget class="QPushButton" name="PBBoundaryAnHelp">
444           <property name="text">
445            <string>Help</string>
446           </property>
447           <property name="autoDefault">
448            <bool>false</bool>
449           </property>
450          </widget>
451         </item>
452        </layout>
453       </item>
454      </layout>
455     </widget>
456    </item>
457    <item row="13" column="0" colspan="2">
458     <spacer name="spacer">
459      <property name="orientation">
460       <enum>Qt::Vertical</enum>
461      </property>
462      <property name="sizeHint" stdset="0">
463       <size>
464        <width>239</width>
465        <height>41</height>
466       </size>
467      </property>
468     </spacer>
469    </item>
470    <item row="14" column="0">
471     <widget class="QCheckBox" name="CBAdvanced">
472      <property name="text">
473       <string>Advanced options</string>
474      </property>
475     </widget>
476    </item>
477    <item row="15" column="0">
478     <widget class="QGroupBox" name="GBAdvancedOptions">
479      <property name="title">
480       <string>Advanced options</string>
481      </property>
482      <layout class="QGridLayout" name="gridLayout">
483       <item row="0" column="0">
484        <widget class="QCheckBox" name="CBPyramid">
485         <property name="text">
486          <string>Authorized pyramids</string>
487         </property>
488        </widget>
489       </item>
490      </layout>
491     </widget>
492    </item>
493    <item row="15" column="4" colspan="2">
494     <spacer name="spacer_3">
495      <property name="orientation">
496       <enum>Qt::Horizontal</enum>
497      </property>
498      <property name="sizeType">
499       <enum>QSizePolicy::Fixed</enum>
500      </property>
501      <property name="sizeHint" stdset="0">
502       <size>
503        <width>128</width>
504        <height>13</height>
505       </size>
506      </property>
507     </spacer>
508    </item>
509    <item row="16" column="0" colspan="2">
510     <spacer name="spacer_4">
511      <property name="orientation">
512       <enum>Qt::Vertical</enum>
513      </property>
514      <property name="sizeHint" stdset="0">
515       <size>
516        <width>239</width>
517        <height>41</height>
518       </size>
519      </property>
520     </spacer>
521    </item>
522    <item row="17" column="0">
523     <widget class="QLabel" name="Comment">
524      <property name="text">
525       <string> No comment.</string>
526      </property>
527     </widget>
528    </item>
529    <item row="18" column="0">
530     <spacer name="verticalSpacer">
531      <property name="orientation">
532       <enum>Qt::Vertical</enum>
533      </property>
534      <property name="sizeHint" stdset="0">
535       <size>
536        <width>20</width>
537        <height>35</height>
538       </size>
539      </property>
540     </spacer>
541    </item>
542    <item row="19" column="0" colspan="5">
543     <widget class="QGroupBox" name="GroupButtons">
544      <property name="title">
545       <string/>
546      </property>
547      <layout class="QGridLayout">
548       <property name="margin">
549        <number>9</number>
550       </property>
551       <property name="spacing">
552        <number>6</number>
553       </property>
554       <item row="0" column="4">
555        <widget class="QPushButton" name="buttonHelp">
556         <property name="text">
557          <string>Help</string>
558         </property>
559         <property name="autoDefault">
560          <bool>false</bool>
561         </property>
562        </widget>
563       </item>
564       <item row="0" column="1">
565        <widget class="QPushButton" name="buttonApply">
566         <property name="text">
567          <string>Apply</string>
568         </property>
569         <property name="autoDefault">
570          <bool>false</bool>
571         </property>
572        </widget>
573       </item>
574       <item row="0" column="0">
575        <widget class="QPushButton" name="buttonOk">
576         <property name="text">
577          <string>OK</string>
578         </property>
579         <property name="autoDefault">
580          <bool>false</bool>
581         </property>
582        </widget>
583       </item>
584       <item row="0" column="2">
585        <widget class="QPushButton" name="buttonCancel">
586         <property name="text">
587          <string>Cancel</string>
588         </property>
589         <property name="autoDefault">
590          <bool>false</bool>
591         </property>
592        </widget>
593       </item>
594      </layout>
595     </widget>
596    </item>
597    <item row="19" column="5">
598     <spacer name="spacer_2">
599      <property name="orientation">
600       <enum>Qt::Horizontal</enum>
601      </property>
602      <property name="sizeType">
603       <enum>QSizePolicy::Fixed</enum>
604      </property>
605      <property name="sizeHint" stdset="0">
606       <size>
607        <width>128</width>
608        <height>25</height>
609       </size>
610      </property>
611     </spacer>
612    </item>
613   </layout>
614  </widget>
615  <resources/>
616  <connections/>
617 </ui>