Salome HOME
Merge branch 'master' into gni/adaptation
[modules/smesh.git] / src / ADAPTGUI / 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>1150</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" colspan="4">
206     <widget class="QGroupBox" name="GBTypeBoun">
207      <property name="title">
208       <string>Boundary type</string>
209      </property>
210      <layout class="QHBoxLayout" name="_3">
211       <property name="spacing">
212        <number>6</number>
213       </property>
214       <property name="margin">
215        <number>9</number>
216       </property>
217       <item>
218        <widget class="QRadioButton" name="RBBoundaryNo">
219         <property name="text">
220          <string>No boundary</string>
221         </property>
222         <property name="checked">
223          <bool>true</bool>
224         </property>
225        </widget>
226       </item>
227       <item>
228        <widget class="QRadioButton" name="RBBoundaryCAO">
229         <property name="text">
230          <string>CAO</string>
231         </property>
232         <property name="checked">
233          <bool>false</bool>
234         </property>
235        </widget>
236       </item>
237       <item>
238        <widget class="QRadioButton" name="RBBoundaryNonCAO">
239         <property name="text">
240          <string>Non CAO</string>
241         </property>
242        </widget>
243       </item>
244      </layout>
245     </widget>
246    </item>
247    <item row="5" column="6">
248     <spacer>
249      <property name="orientation">
250       <enum>Qt::Vertical</enum>
251      </property>
252      <property name="sizeHint" stdset="0">
253       <size>
254        <width>20</width>
255        <height>1</height>
256       </size>
257      </property>
258     </spacer>
259    </item>
260    <item row="6" column="0" colspan="3">
261     <layout class="QHBoxLayout">
262      <property name="spacing">
263       <number>6</number>
264      </property>
265      <property name="margin">
266       <number>0</number>
267      </property>
268      <item>
269       <widget class="QCheckBox" name="CBBoundaryD">
270        <property name="text">
271         <string>Discrete boundary</string>
272        </property>
273       </widget>
274      </item>
275      <item>
276       <widget class="QCheckBox" name="CBBoundaryA">
277        <property name="text">
278         <string>Analytical boundary</string>
279        </property>
280       </widget>
281      </item>
282     </layout>
283    </item>
284    <item row="7" column="0" colspan="2">
285     <widget class="QGroupBox" name="GBBoundaryC">
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>CAO</string>
294      </property>
295      <layout class="QGridLayout" name="_2">
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="PBBoundaryCAOEdit">
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="4">
313        <widget class="QPushButton" name="PBBoundaryCAOHelp">
314         <property name="text">
315          <string>Help</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="CBBoundaryCAO">
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="2">
349        <widget class="QPushButton" name="PBBoundaryCAONew">
350         <property name="text">
351          <string>New</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="7" column="2">
362     <spacer>
363      <property name="orientation">
364       <enum>Qt::Vertical</enum>
365      </property>
366      <property name="sizeHint" stdset="0">
367       <size>
368        <width>20</width>
369        <height>2</height>
370       </size>
371      </property>
372     </spacer>
373    </item>
374    <item row="8" column="0" colspan="4">
375     <widget class="QGroupBox" name="GBBoundaryD">
376      <property name="sizePolicy">
377       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
378        <horstretch>0</horstretch>
379        <verstretch>0</verstretch>
380       </sizepolicy>
381      </property>
382      <property name="title">
383       <string>Discrete boundary</string>
384      </property>
385      <layout class="QGridLayout">
386       <property name="margin">
387        <number>9</number>
388       </property>
389       <property name="spacing">
390        <number>6</number>
391       </property>
392       <item row="0" column="0">
393        <widget class="QComboBox" name="CBBoundaryDi">
394         <property name="currentIndex">
395          <number>-1</number>
396         </property>
397         <property name="sizeAdjustPolicy">
398          <enum>QComboBox::AdjustToContents</enum>
399         </property>
400        </widget>
401       </item>
402       <item row="0" column="1">
403        <spacer>
404         <property name="orientation">
405          <enum>Qt::Horizontal</enum>
406         </property>
407         <property name="sizeType">
408          <enum>QSizePolicy::Fixed</enum>
409         </property>
410         <property name="sizeHint" stdset="0">
411          <size>
412           <width>40</width>
413           <height>13</height>
414          </size>
415         </property>
416        </spacer>
417       </item>
418       <item row="0" column="3">
419        <widget class="QPushButton" name="PBBoundaryDiEdit">
420         <property name="text">
421          <string>Edit</string>
422         </property>
423         <property name="autoDefault">
424          <bool>false</bool>
425         </property>
426        </widget>
427       </item>
428       <item row="0" column="4">
429        <widget class="QPushButton" name="PBBoundaryDiHelp">
430         <property name="text">
431          <string>Help</string>
432         </property>
433         <property name="autoDefault">
434          <bool>false</bool>
435         </property>
436        </widget>
437       </item>
438       <item row="0" column="2">
439        <widget class="QPushButton" name="PBBoundaryDiNew">
440         <property name="text">
441          <string>New</string>
442         </property>
443         <property name="autoDefault">
444          <bool>false</bool>
445         </property>
446        </widget>
447       </item>
448      </layout>
449     </widget>
450    </item>
451    <item row="9" column="0" colspan="7">
452     <widget class="QGroupBox" name="GBBoundaryA">
453      <property name="minimumSize">
454       <size>
455        <width>548</width>
456        <height>200</height>
457       </size>
458      </property>
459      <property name="title">
460       <string>Analytical boundary</string>
461      </property>
462      <layout class="QFormLayout" name="formLayout">
463       <item row="0" column="0">
464        <widget class="QTableWidget" name="TWBoundary">
465         <property name="editTriggers">
466          <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
467         </property>
468         <property name="showGrid">
469          <bool>true</bool>
470         </property>
471         <property name="rowCount">
472          <number>0</number>
473         </property>
474         <property name="columnCount">
475          <number>1</number>
476         </property>
477         <column>
478          <property name="text">
479           <string>a_virer</string>
480          </property>
481         </column>
482        </widget>
483       </item>
484       <item row="0" column="1">
485        <layout class="QGridLayout">
486         <property name="margin">
487          <number>0</number>
488         </property>
489         <property name="spacing">
490          <number>6</number>
491         </property>
492         <item row="1" column="0">
493          <widget class="QPushButton" name="PBBoundaryAnEdit">
494           <property name="text">
495            <string>Edit</string>
496           </property>
497           <property name="autoDefault">
498            <bool>false</bool>
499           </property>
500          </widget>
501         </item>
502         <item row="0" column="0">
503          <widget class="QPushButton" name="PBBoundaryAnNew">
504           <property name="text">
505            <string>New</string>
506           </property>
507           <property name="autoDefault">
508            <bool>false</bool>
509           </property>
510          </widget>
511         </item>
512         <item row="2" column="0">
513          <widget class="QPushButton" name="PBBoundaryAnHelp">
514           <property name="text">
515            <string>Help</string>
516           </property>
517           <property name="autoDefault">
518            <bool>false</bool>
519           </property>
520          </widget>
521         </item>
522        </layout>
523       </item>
524      </layout>
525     </widget>
526    </item>
527    <item row="10" column="0">
528     <spacer name="spacer">
529      <property name="orientation">
530       <enum>Qt::Vertical</enum>
531      </property>
532      <property name="sizeHint" stdset="0">
533       <size>
534        <width>239</width>
535        <height>41</height>
536       </size>
537      </property>
538     </spacer>
539    </item>
540    <item row="11" column="0">
541     <widget class="QCheckBox" name="CBAdvanced">
542      <property name="text">
543       <string>Advanced options</string>
544      </property>
545     </widget>
546    </item>
547    <item row="12" column="0" colspan="3">
548     <widget class="QGroupBox" name="GBAdvancedOptions">
549      <property name="title">
550       <string>Advanced options</string>
551      </property>
552      <layout class="QGridLayout" name="gridLayout_4">
553       <item row="0" column="0">
554        <widget class="QCheckBox" name="CBPyramid">
555         <property name="text">
556          <string>Authorized pyramids</string>
557         </property>
558        </widget>
559       </item>
560       <item row="1" column="0">
561        <widget class="QGroupBox" name="GBConforme">
562         <property name="title">
563          <string>Conformity +</string>
564         </property>
565         <layout class="QGridLayout" name="gridLayout_3">
566          <item row="0" column="0">
567           <layout class="QHBoxLayout" name="horizontalLayout_2">
568            <item>
569             <widget class="QRadioButton" name="RBStandard">
570              <property name="text">
571               <string>Standard</string>
572              </property>
573              <property name="checked">
574               <bool>true</bool>
575              </property>
576             </widget>
577            </item>
578            <item>
579             <widget class="QRadioButton" name="RBBox">
580              <property name="text">
581               <string>Box</string>
582              </property>
583              <property name="checked">
584               <bool>false</bool>
585              </property>
586             </widget>
587            </item>
588            <item>
589             <widget class="QRadioButton" name="RBNC1NpA">
590              <property name="text">
591               <string>1 node per edge</string>
592              </property>
593             </widget>
594            </item>
595            <item>
596             <widget class="QRadioButton" name="RBNCQuelconque">
597              <property name="text">
598               <string>Free</string>
599              </property>
600             </widget>
601            </item>
602           </layout>
603          </item>
604          <item row="1" column="0">
605           <widget class="QGroupBox" name="GBFormat">
606            <property name="title">
607             <string>Format</string>
608            </property>
609            <layout class="QGridLayout" name="gridLayout">
610             <item row="0" column="0">
611              <widget class="QRadioButton" name="RBMED">
612               <property name="text">
613                <string>MED</string>
614               </property>
615               <property name="checked">
616                <bool>true</bool>
617               </property>
618              </widget>
619             </item>
620             <item row="0" column="1">
621              <widget class="QRadioButton" name="RBSaturne">
622               <property name="text">
623                <string>Saturne</string>
624               </property>
625              </widget>
626             </item>
627             <item row="0" column="2">
628              <widget class="QRadioButton" name="RBSaturne2D">
629               <property name="text">
630                <string>Saturne 2D</string>
631               </property>
632              </widget>
633             </item>
634            </layout>
635           </widget>
636          </item>
637         </layout>
638        </widget>
639       </item>
640      </layout>
641     </widget>
642    </item>
643    <item row="12" column="4" colspan="3">
644     <spacer name="spacer_3">
645      <property name="orientation">
646       <enum>Qt::Horizontal</enum>
647      </property>
648      <property name="sizeType">
649       <enum>QSizePolicy::Fixed</enum>
650      </property>
651      <property name="sizeHint" stdset="0">
652       <size>
653        <width>128</width>
654        <height>13</height>
655       </size>
656      </property>
657     </spacer>
658    </item>
659    <item row="13" column="0">
660     <spacer name="spacer_4">
661      <property name="orientation">
662       <enum>Qt::Vertical</enum>
663      </property>
664      <property name="sizeHint" stdset="0">
665       <size>
666        <width>239</width>
667        <height>41</height>
668       </size>
669      </property>
670     </spacer>
671    </item>
672    <item row="14" column="0">
673     <widget class="QLabel" name="Comment">
674      <property name="text">
675       <string> No comment.</string>
676      </property>
677     </widget>
678    </item>
679    <item row="14" column="1">
680     <spacer name="verticalSpacer">
681      <property name="orientation">
682       <enum>Qt::Vertical</enum>
683      </property>
684      <property name="sizeHint" stdset="0">
685       <size>
686        <width>20</width>
687        <height>35</height>
688       </size>
689      </property>
690     </spacer>
691    </item>
692    <item row="15" column="0" colspan="2">
693     <widget class="QGroupBox" name="GroupButtons">
694      <property name="title">
695       <string/>
696      </property>
697      <layout class="QGridLayout">
698       <property name="margin">
699        <number>9</number>
700       </property>
701       <property name="spacing">
702        <number>6</number>
703       </property>
704       <item row="0" column="4">
705        <widget class="QPushButton" name="buttonHelp">
706         <property name="text">
707          <string>Help</string>
708         </property>
709         <property name="autoDefault">
710          <bool>false</bool>
711         </property>
712        </widget>
713       </item>
714       <item row="0" column="1">
715        <widget class="QPushButton" name="buttonApply">
716         <property name="text">
717          <string>Apply</string>
718         </property>
719         <property name="autoDefault">
720          <bool>false</bool>
721         </property>
722        </widget>
723       </item>
724       <item row="0" column="0">
725        <widget class="QPushButton" name="buttonOk">
726         <property name="text">
727          <string>OK</string>
728         </property>
729         <property name="autoDefault">
730          <bool>false</bool>
731         </property>
732        </widget>
733       </item>
734       <item row="0" column="2">
735        <widget class="QPushButton" name="buttonCancel">
736         <property name="text">
737          <string>Cancel</string>
738         </property>
739         <property name="autoDefault">
740          <bool>false</bool>
741         </property>
742        </widget>
743       </item>
744      </layout>
745     </widget>
746    </item>
747    <item row="15" column="3" colspan="2">
748     <spacer name="spacer_2">
749      <property name="orientation">
750       <enum>Qt::Horizontal</enum>
751      </property>
752      <property name="sizeType">
753       <enum>QSizePolicy::Fixed</enum>
754      </property>
755      <property name="sizeHint" stdset="0">
756       <size>
757        <width>128</width>
758        <height>25</height>
759       </size>
760      </property>
761     </spacer>
762    </item>
763   </layout>
764   <zorder>WName</zorder>
765   <zorder>GBTypeConf</zorder>
766   <zorder>GBBoundaryD</zorder>
767   <zorder>GBBoundaryA</zorder>
768   <zorder>CBAdvanced</zorder>
769   <zorder>GBAdvancedOptions</zorder>
770   <zorder>Comment</zorder>
771   <zorder>GroupButtons</zorder>
772   <zorder>GBBoundaryC</zorder>
773   <zorder>GBTypeBoun</zorder>
774  </widget>
775  <resources/>
776  <connections/>
777 </ui>