Salome HOME
Fonction d'affectation d'un type externe au maillage
[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" colspan="3">
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="3" colspan="3">
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="7">
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="6">
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="7">
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="7">
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" colspan="4">
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" colspan="5">
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="5">
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="4">
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="6">
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="8">
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" colspan="4">
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" colspan="3">
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="6">
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>Conformité</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="RBSaturne2D">
506            <property name="text">
507             <string>Saturne 2D</string>
508            </property>
509           </widget>
510          </item>
511         </layout>
512        </widget>
513       </item>
514      </layout>
515     </widget>
516    </item>
517    <item row="11" column="7">
518     <spacer name="spacer_3">
519      <property name="orientation">
520       <enum>Qt::Horizontal</enum>
521      </property>
522      <property name="sizeType">
523       <enum>QSizePolicy::Fixed</enum>
524      </property>
525      <property name="sizeHint" stdset="0">
526       <size>
527        <width>128</width>
528        <height>13</height>
529       </size>
530      </property>
531     </spacer>
532    </item>
533    <item row="12" column="0" colspan="5">
534     <spacer name="spacer_4">
535      <property name="orientation">
536       <enum>Qt::Vertical</enum>
537      </property>
538      <property name="sizeHint" stdset="0">
539       <size>
540        <width>239</width>
541        <height>41</height>
542       </size>
543      </property>
544     </spacer>
545    </item>
546    <item row="13" column="0" colspan="2">
547     <widget class="QLabel" name="Comment">
548      <property name="text">
549       <string> No comment.</string>
550      </property>
551     </widget>
552    </item>
553    <item row="14" column="0">
554     <widget class="QGroupBox" name="GroupButtons">
555      <property name="title">
556       <string/>
557      </property>
558      <layout class="QGridLayout">
559       <property name="margin">
560        <number>9</number>
561       </property>
562       <property name="spacing">
563        <number>6</number>
564       </property>
565       <item row="0" column="4">
566        <widget class="QPushButton" name="buttonHelp">
567         <property name="text">
568          <string>Help</string>
569         </property>
570         <property name="autoDefault">
571          <bool>false</bool>
572         </property>
573        </widget>
574       </item>
575       <item row="0" column="1">
576        <widget class="QPushButton" name="buttonApply">
577         <property name="text">
578          <string>Apply</string>
579         </property>
580         <property name="autoDefault">
581          <bool>false</bool>
582         </property>
583        </widget>
584       </item>
585       <item row="0" column="0">
586        <widget class="QPushButton" name="buttonOk">
587         <property name="text">
588          <string>OK</string>
589         </property>
590         <property name="autoDefault">
591          <bool>false</bool>
592         </property>
593        </widget>
594       </item>
595       <item row="0" column="2">
596        <widget class="QPushButton" name="buttonCancel">
597         <property name="text">
598          <string>Cancel</string>
599         </property>
600         <property name="autoDefault">
601          <bool>false</bool>
602         </property>
603        </widget>
604       </item>
605      </layout>
606     </widget>
607    </item>
608    <item row="14" column="1">
609     <spacer name="verticalSpacer">
610      <property name="orientation">
611       <enum>Qt::Vertical</enum>
612      </property>
613      <property name="sizeHint" stdset="0">
614       <size>
615        <width>20</width>
616        <height>35</height>
617       </size>
618      </property>
619     </spacer>
620    </item>
621    <item row="14" column="6" colspan="2">
622     <spacer name="spacer_2">
623      <property name="orientation">
624       <enum>Qt::Horizontal</enum>
625      </property>
626      <property name="sizeType">
627       <enum>QSizePolicy::Fixed</enum>
628      </property>
629      <property name="sizeHint" stdset="0">
630       <size>
631        <width>128</width>
632        <height>25</height>
633       </size>
634      </property>
635     </spacer>
636    </item>
637   </layout>
638   <zorder>WName</zorder>
639   <zorder>GBTypeConf</zorder>
640   <zorder>GBBoundaryD</zorder>
641   <zorder>GBBoundaryA</zorder>
642   <zorder>CBAdvanced</zorder>
643   <zorder>GBAdvancedOptions</zorder>
644   <zorder>Comment</zorder>
645   <zorder>GroupButtons</zorder>
646   <zorder>RBSaturne2D</zorder>
647   <zorder>RBSaturne2D</zorder>
648   <zorder>RBSaturne2D</zorder>
649  </widget>
650  <resources/>
651  <connections/>
652 </ui>