Salome HOME
version 5_1_4 HOMARD_SRC
[modules/homard.git] / src / HOMARDGUI / CreateHypothesis.ui
1 <ui version="4.0" >
2  <class>CreateHypothesis</class>
3  <widget class="QDialog" name="CreateHypothesis" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>717</width>
9     <height>1005</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Create Hypothesis</string>
20   </property>
21   <property name="autoFillBackground" >
22    <bool>false</bool>
23   </property>
24   <property name="sizeGripEnabled" >
25    <bool>true</bool>
26   </property>
27   <layout class="QGridLayout" name="gridLayout_10" >
28    <item row="0" column="0" >
29     <widget class="QLabel" name="Name" >
30      <property name="text" >
31       <string>Name</string>
32      </property>
33     </widget>
34    </item>
35    <item row="0" column="1" >
36     <widget class="QLineEdit" name="LEHypothesisName" >
37      <property name="minimumSize" >
38       <size>
39        <width>382</width>
40        <height>31</height>
41       </size>
42      </property>
43      <property name="maxLength" >
44       <number>32</number>
45      </property>
46     </widget>
47    </item>
48    <item row="1" column="0" colspan="2" >
49     <widget class="QGroupBox" name="GBTypeAdaptation" >
50      <property name="title" >
51       <string>Type of adaptation</string>
52      </property>
53      <layout class="QHBoxLayout" name="horizontalLayout" >
54       <item>
55        <widget class="QRadioButton" name="RBUniforme" >
56         <property name="text" >
57          <string>Uniform</string>
58         </property>
59         <property name="checkable" >
60          <bool>true</bool>
61         </property>
62        </widget>
63       </item>
64       <item>
65        <widget class="QRadioButton" name="RBChamp" >
66         <property name="text" >
67          <string>Following a field</string>
68         </property>
69        </widget>
70       </item>
71       <item>
72        <widget class="QRadioButton" name="RBZone" >
73         <property name="text" >
74          <string>With geometrical zones</string>
75         </property>
76        </widget>
77       </item>
78      </layout>
79     </widget>
80    </item>
81    <item row="2" column="0" colspan="2" >
82     <widget class="QGroupBox" name="GBUniform" >
83      <property name="title" >
84       <string>Uniform adaptation</string>
85      </property>
86      <layout class="QGridLayout" name="gridLayout_2" >
87       <item row="0" column="1" >
88        <widget class="QRadioButton" name="RBUniDera" >
89         <property name="text" >
90          <string>Coarsening</string>
91         </property>
92        </widget>
93       </item>
94       <item row="0" column="0" >
95        <widget class="QRadioButton" name="RBUniRaff" >
96         <property name="text" >
97          <string>Refinement</string>
98         </property>
99         <property name="checked" >
100          <bool>true</bool>
101         </property>
102        </widget>
103       </item>
104      </layout>
105     </widget>
106    </item>
107    <item row="3" column="0" colspan="2" >
108     <widget class="QGroupBox" name="GBFieldFile" >
109      <property name="title" >
110       <string/>
111      </property>
112      <layout class="QGridLayout" name="gridLayout_9" >
113       <item row="0" column="0" >
114        <widget class="QLabel" name="FieldFile" >
115         <property name="text" >
116          <string>File of the fields</string>
117         </property>
118        </widget>
119       </item>
120       <item row="0" column="1" >
121        <widget class="QLineEdit" name="LEFieldFile" >
122         <property name="minimumSize" >
123          <size>
124           <width>282</width>
125           <height>31</height>
126          </size>
127         </property>
128        </widget>
129       </item>
130      </layout>
131     </widget>
132    </item>
133    <item row="4" column="0" colspan="2" >
134     <widget class="QGroupBox" name="GBFieldManagement" >
135      <property name="sizePolicy" >
136       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
137        <horstretch>0</horstretch>
138        <verstretch>0</verstretch>
139       </sizepolicy>
140      </property>
141      <property name="title" >
142       <string>Governing field for the adaptation</string>
143      </property>
144      <layout class="QGridLayout" name="gridLayout_6" >
145       <item row="0" column="0" >
146        <layout class="QHBoxLayout" name="horizontalLayout_6" >
147         <item>
148          <widget class="QLabel" name="FieldName" >
149           <property name="text" >
150            <string>Field Name</string>
151           </property>
152          </widget>
153         </item>
154         <item>
155          <widget class="QComboBox" name="CBFieldName" >
156           <property name="sizePolicy" >
157            <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
158             <horstretch>0</horstretch>
159             <verstretch>0</verstretch>
160            </sizepolicy>
161           </property>
162           <property name="editable" >
163            <bool>false</bool>
164           </property>
165           <property name="sizeAdjustPolicy" >
166            <enum>QComboBox::AdjustToContents</enum>
167           </property>
168          </widget>
169         </item>
170         <item>
171          <spacer name="horizontalSpacer_3" >
172           <property name="orientation" >
173            <enum>Qt::Horizontal</enum>
174           </property>
175           <property name="sizeHint" stdset="0" >
176            <size>
177             <width>48</width>
178             <height>20</height>
179            </size>
180           </property>
181          </spacer>
182         </item>
183        </layout>
184       </item>
185       <item row="1" column="0" >
186        <layout class="QHBoxLayout" name="horizontalLayout_7" >
187         <item>
188          <widget class="QTableWidget" name="TWCMP" >
189           <property name="editTriggers" >
190            <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
191           </property>
192           <property name="showGrid" >
193            <bool>true</bool>
194           </property>
195           <property name="rowCount" >
196            <number>0</number>
197           </property>
198           <property name="columnCount" >
199            <number>2</number>
200           </property>
201           <column>
202            <property name="text" >
203             <string>Selection</string>
204            </property>
205           </column>
206           <column>
207            <property name="text" >
208             <string>Component</string>
209            </property>
210           </column>
211          </widget>
212         </item>
213         <item>
214          <spacer name="horizontalSpacer_4" >
215           <property name="orientation" >
216            <enum>Qt::Horizontal</enum>
217           </property>
218           <property name="sizeHint" stdset="0" >
219            <size>
220             <width>60</width>
221             <height>20</height>
222            </size>
223           </property>
224          </spacer>
225         </item>
226         <item>
227          <layout class="QVBoxLayout" name="verticalLayout_3" >
228           <item>
229            <layout class="QHBoxLayout" name="horizontalLayout_3" >
230             <item>
231              <widget class="QRadioButton" name="RBL2" >
232               <property name="text" >
233                <string>L2 norm</string>
234               </property>
235               <property name="checked" >
236                <bool>true</bool>
237               </property>
238              </widget>
239             </item>
240             <item>
241              <widget class="QRadioButton" name="RBInf" >
242               <property name="text" >
243                <string>Infinite norm</string>
244               </property>
245               <property name="checked" >
246                <bool>false</bool>
247               </property>
248              </widget>
249             </item>
250            </layout>
251           </item>
252          </layout>
253         </item>
254        </layout>
255       </item>
256       <item row="2" column="0" >
257        <layout class="QHBoxLayout" name="horizontalLayout_2" >
258         <item>
259          <widget class="QGroupBox" name="GBRefinementThresholds" >
260           <property name="sizePolicy" >
261            <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
262             <horstretch>0</horstretch>
263             <verstretch>0</verstretch>
264            </sizepolicy>
265           </property>
266           <property name="title" >
267            <string>Refinement thresholds</string>
268           </property>
269           <layout class="QGridLayout" name="gridLayout" >
270            <item row="0" column="0" >
271             <widget class="QRadioButton" name="RBRPE" >
272              <property name="text" >
273               <string>Percentage of meshes</string>
274              </property>
275              <property name="checkable" >
276               <bool>true</bool>
277              </property>
278              <property name="checked" >
279               <bool>true</bool>
280              </property>
281             </widget>
282            </item>
283            <item row="0" column="1" >
284             <widget class="QDoubleSpinBox" name="SpinBox_RPE" >
285              <property name="suffix" >
286               <string> %</string>
287              </property>
288              <property name="decimals" >
289               <number>3</number>
290              </property>
291              <property name="maximum" >
292               <double>100.000000000000000</double>
293              </property>
294              <property name="singleStep" >
295               <double>0.100000000000000</double>
296              </property>
297              <property name="value" >
298               <double>3.000000000000000</double>
299              </property>
300             </widget>
301            </item>
302            <item row="1" column="0" >
303             <widget class="QRadioButton" name="RBRRel" >
304              <property name="text" >
305               <string>Relative</string>
306              </property>
307             </widget>
308            </item>
309            <item row="1" column="1" >
310             <widget class="QDoubleSpinBox" name="SpinBox_RRel" >
311              <property name="enabled" >
312               <bool>false</bool>
313              </property>
314              <property name="suffix" >
315               <string> %</string>
316              </property>
317              <property name="decimals" >
318               <number>3</number>
319              </property>
320              <property name="maximum" >
321               <double>100.000000000000000</double>
322              </property>
323              <property name="singleStep" >
324               <double>0.100000000000000</double>
325              </property>
326             </widget>
327            </item>
328            <item row="2" column="0" >
329             <widget class="QRadioButton" name="RBRAbs" >
330              <property name="text" >
331               <string>Absolute</string>
332              </property>
333             </widget>
334            </item>
335            <item row="2" column="1" >
336             <widget class="QDoubleSpinBox" name="SpinBox_RAbs" >
337              <property name="enabled" >
338               <bool>false</bool>
339              </property>
340              <property name="decimals" >
341               <number>3</number>
342              </property>
343              <property name="maximum" >
344               <double>100.000000000000000</double>
345              </property>
346              <property name="singleStep" >
347               <double>0.100000000000000</double>
348              </property>
349             </widget>
350            </item>
351            <item row="3" column="0" >
352             <widget class="QRadioButton" name="RBRNo" >
353              <property name="text" >
354               <string>No refinement</string>
355              </property>
356             </widget>
357            </item>
358           </layout>
359          </widget>
360         </item>
361         <item>
362          <widget class="QGroupBox" name="GBCoarseningThresholds" >
363           <property name="title" >
364            <string>Coarsening thresholds</string>
365           </property>
366           <layout class="QGridLayout" name="gridLayout_4" >
367            <item row="0" column="0" >
368             <widget class="QRadioButton" name="RBCPE" >
369              <property name="text" >
370               <string>Percentage of meshes</string>
371              </property>
372              <property name="checkable" >
373               <bool>true</bool>
374              </property>
375              <property name="checked" >
376               <bool>false</bool>
377              </property>
378             </widget>
379            </item>
380            <item row="0" column="1" >
381             <widget class="QDoubleSpinBox" name="SpinBox_CPE" >
382              <property name="enabled" >
383               <bool>false</bool>
384              </property>
385              <property name="suffix" >
386               <string> %</string>
387              </property>
388              <property name="decimals" >
389               <number>3</number>
390              </property>
391              <property name="maximum" >
392               <double>100.000000000000000</double>
393              </property>
394              <property name="singleStep" >
395               <double>0.100000000000000</double>
396              </property>
397             </widget>
398            </item>
399            <item row="1" column="0" >
400             <widget class="QRadioButton" name="RBCRel" >
401              <property name="text" >
402               <string>Relative</string>
403              </property>
404             </widget>
405            </item>
406            <item row="1" column="1" >
407             <widget class="QDoubleSpinBox" name="SpinBox_CRel" >
408              <property name="enabled" >
409               <bool>false</bool>
410              </property>
411              <property name="suffix" >
412               <string> %</string>
413              </property>
414              <property name="decimals" >
415               <number>3</number>
416              </property>
417              <property name="maximum" >
418               <double>100.000000000000000</double>
419              </property>
420              <property name="singleStep" >
421               <double>0.100000000000000</double>
422              </property>
423             </widget>
424            </item>
425            <item row="2" column="0" >
426             <widget class="QRadioButton" name="RBCAbs" >
427              <property name="text" >
428               <string>Absolute</string>
429              </property>
430             </widget>
431            </item>
432            <item row="2" column="1" >
433             <widget class="QDoubleSpinBox" name="SpinBox_CAbs" >
434              <property name="enabled" >
435               <bool>false</bool>
436              </property>
437              <property name="decimals" >
438               <number>3</number>
439              </property>
440              <property name="maximum" >
441               <double>100.000000000000000</double>
442              </property>
443              <property name="singleStep" >
444               <double>0.100000000000000</double>
445              </property>
446             </widget>
447            </item>
448            <item row="3" column="0" >
449             <widget class="QRadioButton" name="RBCNo" >
450              <property name="text" >
451               <string>No coarsening</string>
452              </property>
453              <property name="checked" >
454               <bool>true</bool>
455              </property>
456             </widget>
457            </item>
458           </layout>
459          </widget>
460         </item>
461        </layout>
462       </item>
463      </layout>
464     </widget>
465    </item>
466    <item row="5" column="0" colspan="2" >
467     <widget class="QGroupBox" name="GBAreaManagement" >
468      <property name="sizePolicy" >
469       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
470        <horstretch>0</horstretch>
471        <verstretch>0</verstretch>
472       </sizepolicy>
473      </property>
474      <property name="title" >
475       <string>Area management</string>
476      </property>
477      <layout class="QGridLayout" name="gridLayout_3" >
478       <item row="0" column="0" >
479        <widget class="QTableWidget" name="TWZone" >
480         <property name="editTriggers" >
481          <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
482         </property>
483         <property name="showGrid" >
484          <bool>true</bool>
485         </property>
486         <property name="rowCount" >
487          <number>0</number>
488         </property>
489         <property name="columnCount" >
490          <number>2</number>
491         </property>
492         <column>
493          <property name="text" >
494           <string>Selection</string>
495          </property>
496         </column>
497         <column>
498          <property name="text" >
499           <string>Zone name</string>
500          </property>
501         </column>
502        </widget>
503       </item>
504       <item row="0" column="1" >
505        <layout class="QVBoxLayout" name="verticalLayout_2" >
506         <item>
507          <layout class="QVBoxLayout" name="verticalLayout" >
508           <item>
509            <widget class="QPushButton" name="PBZoneNew" >
510             <property name="text" >
511              <string>New</string>
512             </property>
513            </widget>
514           </item>
515           <item>
516            <widget class="QPushButton" name="PBZoneEdit" >
517             <property name="text" >
518              <string>Edit</string>
519             </property>
520            </widget>
521           </item>
522           <item>
523            <widget class="QPushButton" name="PBZoneDelete" >
524             <property name="text" >
525              <string/>
526             </property>
527            </widget>
528           </item>
529          </layout>
530         </item>
531         <item>
532          <spacer name="verticalSpacer" >
533           <property name="orientation" >
534            <enum>Qt::Vertical</enum>
535           </property>
536           <property name="sizeHint" stdset="0" >
537            <size>
538             <width>20</width>
539             <height>48</height>
540            </size>
541           </property>
542          </spacer>
543         </item>
544        </layout>
545       </item>
546      </layout>
547     </widget>
548    </item>
549    <item row="6" column="0" colspan="2" >
550     <widget class="QGroupBox" name="GBField" >
551      <property name="title" >
552       <string>Field Interpolation</string>
553      </property>
554      <layout class="QGridLayout" name="gridLayout_8" >
555       <item row="0" column="0" >
556        <layout class="QGridLayout" name="gridLayout_7" >
557         <item row="0" column="0" >
558          <widget class="QRadioButton" name="RBFieldNo" >
559           <property name="text" >
560            <string>None</string>
561           </property>
562           <property name="checked" >
563            <bool>true</bool>
564           </property>
565          </widget>
566         </item>
567         <item row="0" column="1" >
568          <widget class="QRadioButton" name="RBFieldAll" >
569           <property name="text" >
570            <string>All</string>
571           </property>
572           <property name="checked" >
573            <bool>false</bool>
574           </property>
575          </widget>
576         </item>
577         <item row="0" column="2" >
578          <widget class="QRadioButton" name="RBFieldChosen" >
579           <property name="text" >
580            <string>Chosen</string>
581           </property>
582           <property name="checked" >
583            <bool>false</bool>
584           </property>
585          </widget>
586         </item>
587        </layout>
588       </item>
589       <item row="1" column="0" >
590        <widget class="QTableWidget" name="TWField" >
591         <column>
592          <property name="text" >
593           <string>Selection</string>
594          </property>
595         </column>
596         <column>
597          <property name="text" >
598           <string>Field Name</string>
599          </property>
600         </column>
601        </widget>
602       </item>
603      </layout>
604     </widget>
605    </item>
606    <item row="7" column="0" colspan="2" >
607     <widget class="QCheckBox" name="CBGroupe" >
608      <property name="text" >
609       <string>Filtering with groups</string>
610      </property>
611     </widget>
612    </item>
613    <item row="8" column="0" colspan="2" >
614     <widget class="QGroupBox" name="GBButtons" >
615      <property name="title" >
616       <string/>
617      </property>
618      <layout class="QGridLayout" name="gridLayout_5" >
619       <item row="0" column="0" >
620        <widget class="QPushButton" name="buttonOk" >
621         <property name="text" >
622          <string>&amp;Ok</string>
623         </property>
624        </widget>
625       </item>
626       <item row="0" column="1" >
627        <widget class="QPushButton" name="buttonApply" >
628         <property name="text" >
629          <string>&amp;Apply</string>
630         </property>
631        </widget>
632       </item>
633       <item row="0" column="2" >
634        <widget class="QPushButton" name="buttonCancel" >
635         <property name="text" >
636          <string>&amp;Cancel</string>
637         </property>
638        </widget>
639       </item>
640       <item row="0" column="3" >
641        <widget class="QPushButton" name="buttonHelp" >
642         <property name="text" >
643          <string>&amp;Help</string>
644         </property>
645        </widget>
646       </item>
647      </layout>
648     </widget>
649    </item>
650   </layout>
651  </widget>
652  <resources/>
653  <connections/>
654 </ui>