Salome HOME
e40b04b889d0dec5313a93883cff663f068aaed7
[modules/homard.git] / src / HOMARDGUI / CreateHypothesis.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'CreateHypothesis.ui'
3 **
4 ** Created: Wed Apr 11 11:35:26 2012
5 **      by: Qt User Interface Compiler version 4.6.3
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9
10 #ifndef CREATEHYPOTHESIS_H
11 #define CREATEHYPOTHESIS_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QCheckBox>
18 #include <QtGui/QComboBox>
19 #include <QtGui/QDialog>
20 #include <QtGui/QDoubleSpinBox>
21 #include <QtGui/QGridLayout>
22 #include <QtGui/QGroupBox>
23 #include <QtGui/QHBoxLayout>
24 #include <QtGui/QHeaderView>
25 #include <QtGui/QLabel>
26 #include <QtGui/QLineEdit>
27 #include <QtGui/QPushButton>
28 #include <QtGui/QRadioButton>
29 #include <QtGui/QSpacerItem>
30 #include <QtGui/QSpinBox>
31 #include <QtGui/QTableWidget>
32 #include <QtGui/QVBoxLayout>
33
34 QT_BEGIN_NAMESPACE
35
36 class Ui_CreateHypothesis
37 {
38 public:
39     QGridLayout *gridLayout_3;
40     QLineEdit *LEHypothesisName;
41     QGroupBox *GBTypeAdaptation;
42     QHBoxLayout *hboxLayout;
43     QRadioButton *RBUniforme;
44     QRadioButton *RBChamp;
45     QRadioButton *RBZone;
46     QGroupBox *GBUniform;
47     QGridLayout *gridLayout;
48     QRadioButton *RBUniDera;
49     QRadioButton *RBUniRaff;
50     QGroupBox *GBFieldFile;
51     QGridLayout *gridLayout1;
52     QLabel *FieldFile;
53     QLineEdit *LEFieldFile;
54     QGroupBox *GBFieldManagement;
55     QGridLayout *gridLayout2;
56     QHBoxLayout *hboxLayout1;
57     QLabel *FieldName;
58     QComboBox *CBFieldName;
59     QSpacerItem *spacerItem;
60     QHBoxLayout *hboxLayout2;
61     QTableWidget *TWCMP;
62     QSpacerItem *spacerItem1;
63     QVBoxLayout *vboxLayout;
64     QHBoxLayout *hboxLayout3;
65     QRadioButton *RBL2;
66     QRadioButton *RBInf;
67     QCheckBox *CBJump;
68     QHBoxLayout *hboxLayout4;
69     QGroupBox *GBRefinementThresholds;
70     QGridLayout *gridLayout3;
71     QRadioButton *RBRPE;
72     QDoubleSpinBox *SpinBox_RPE;
73     QRadioButton *RBRRel;
74     QDoubleSpinBox *SpinBox_RRel;
75     QRadioButton *RBRAbs;
76     QDoubleSpinBox *SpinBox_RAbs;
77     QRadioButton *RBRNo;
78     QGroupBox *GBCoarseningThresholds;
79     QGridLayout *gridLayout4;
80     QRadioButton *RBCPE;
81     QDoubleSpinBox *SpinBox_CPE;
82     QRadioButton *RBCRel;
83     QDoubleSpinBox *SpinBox_CRel;
84     QRadioButton *RBCAbs;
85     QDoubleSpinBox *SpinBox_CAbs;
86     QRadioButton *RBCNo;
87     QGroupBox *GBAreaManagement;
88     QGridLayout *gridLayout_4;
89     QTableWidget *TWZone;
90     QSpacerItem *horizontalSpacer;
91     QVBoxLayout *vboxLayout1;
92     QVBoxLayout *vboxLayout2;
93     QPushButton *PBZoneNew;
94     QPushButton *PBZoneEdit;
95     QPushButton *PBZoneDelete;
96     QSpacerItem *spacerItem2;
97     QGroupBox *GBField;
98     QGridLayout *gridLayout5;
99     QGridLayout *gridLayout6;
100     QRadioButton *RBFieldNo;
101     QRadioButton *RBFieldAll;
102     QRadioButton *RBFieldChosen;
103     QTableWidget *TWField;
104     QCheckBox *CBGroupe;
105     QCheckBox *CBAdvanced;
106     QGroupBox *GBAdvancedOptions;
107     QGridLayout *gridLayout_1;
108     QLabel *TLMinimalDiameter;
109     QDoubleSpinBox *doubleSpinBoxDiamMin;
110     QLabel *TLMaximalLevel;
111     QSpinBox *spinBoxNivMax;
112     QGroupBox *GBAdapInit;
113     QGridLayout *gridLayout_2;
114     QRadioButton *RBAIN;
115     QRadioButton *RBAIR;
116     QRadioButton *RBAID;
117     QGroupBox *GBButtons;
118     QGridLayout *gridLayout7;
119     QPushButton *buttonOk;
120     QPushButton *buttonApply;
121     QPushButton *buttonCancel;
122     QPushButton *buttonHelp;
123     QLabel *Name;
124
125     void setupUi(QDialog *CreateHypothesis)
126     {
127         if (CreateHypothesis->objectName().isEmpty())
128             CreateHypothesis->setObjectName(QString::fromUtf8("CreateHypothesis"));
129         CreateHypothesis->resize(770, 1428);
130         QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
131         sizePolicy.setHorizontalStretch(0);
132         sizePolicy.setVerticalStretch(0);
133         sizePolicy.setHeightForWidth(CreateHypothesis->sizePolicy().hasHeightForWidth());
134         CreateHypothesis->setSizePolicy(sizePolicy);
135         CreateHypothesis->setAutoFillBackground(true);
136         CreateHypothesis->setSizeGripEnabled(true);
137         gridLayout_3 = new QGridLayout(CreateHypothesis);
138         gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
139         LEHypothesisName = new QLineEdit(CreateHypothesis);
140         LEHypothesisName->setObjectName(QString::fromUtf8("LEHypothesisName"));
141         LEHypothesisName->setMinimumSize(QSize(382, 31));
142         LEHypothesisName->setMaxLength(32);
143
144         gridLayout_3->addWidget(LEHypothesisName, 0, 1, 1, 1);
145
146         GBTypeAdaptation = new QGroupBox(CreateHypothesis);
147         GBTypeAdaptation->setObjectName(QString::fromUtf8("GBTypeAdaptation"));
148         hboxLayout = new QHBoxLayout(GBTypeAdaptation);
149 #ifndef Q_OS_MAC
150         hboxLayout->setSpacing(6);
151 #endif
152 #ifndef Q_OS_MAC
153         hboxLayout->setContentsMargins(9, 9, 9, 9);
154 #endif
155         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
156         RBUniforme = new QRadioButton(GBTypeAdaptation);
157         RBUniforme->setObjectName(QString::fromUtf8("RBUniforme"));
158         RBUniforme->setCheckable(true);
159
160         hboxLayout->addWidget(RBUniforme);
161
162         RBChamp = new QRadioButton(GBTypeAdaptation);
163         RBChamp->setObjectName(QString::fromUtf8("RBChamp"));
164
165         hboxLayout->addWidget(RBChamp);
166
167         RBZone = new QRadioButton(GBTypeAdaptation);
168         RBZone->setObjectName(QString::fromUtf8("RBZone"));
169
170         hboxLayout->addWidget(RBZone);
171
172
173         gridLayout_3->addWidget(GBTypeAdaptation, 1, 0, 1, 2);
174
175         GBUniform = new QGroupBox(CreateHypothesis);
176         GBUniform->setObjectName(QString::fromUtf8("GBUniform"));
177         gridLayout = new QGridLayout(GBUniform);
178 #ifndef Q_OS_MAC
179         gridLayout->setSpacing(6);
180 #endif
181 #ifndef Q_OS_MAC
182         gridLayout->setContentsMargins(9, 9, 9, 9);
183 #endif
184         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
185         RBUniDera = new QRadioButton(GBUniform);
186         RBUniDera->setObjectName(QString::fromUtf8("RBUniDera"));
187
188         gridLayout->addWidget(RBUniDera, 0, 1, 1, 1);
189
190         RBUniRaff = new QRadioButton(GBUniform);
191         RBUniRaff->setObjectName(QString::fromUtf8("RBUniRaff"));
192         RBUniRaff->setChecked(true);
193
194         gridLayout->addWidget(RBUniRaff, 0, 0, 1, 1);
195
196
197         gridLayout_3->addWidget(GBUniform, 2, 0, 1, 2);
198
199         GBFieldFile = new QGroupBox(CreateHypothesis);
200         GBFieldFile->setObjectName(QString::fromUtf8("GBFieldFile"));
201         gridLayout1 = new QGridLayout(GBFieldFile);
202 #ifndef Q_OS_MAC
203         gridLayout1->setSpacing(6);
204 #endif
205 #ifndef Q_OS_MAC
206         gridLayout1->setContentsMargins(9, 9, 9, 9);
207 #endif
208         gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
209         FieldFile = new QLabel(GBFieldFile);
210         FieldFile->setObjectName(QString::fromUtf8("FieldFile"));
211
212         gridLayout1->addWidget(FieldFile, 0, 0, 1, 1);
213
214         LEFieldFile = new QLineEdit(GBFieldFile);
215         LEFieldFile->setObjectName(QString::fromUtf8("LEFieldFile"));
216         LEFieldFile->setMinimumSize(QSize(282, 31));
217
218         gridLayout1->addWidget(LEFieldFile, 0, 1, 1, 1);
219
220
221         gridLayout_3->addWidget(GBFieldFile, 3, 0, 1, 2);
222
223         GBFieldManagement = new QGroupBox(CreateHypothesis);
224         GBFieldManagement->setObjectName(QString::fromUtf8("GBFieldManagement"));
225         sizePolicy.setHeightForWidth(GBFieldManagement->sizePolicy().hasHeightForWidth());
226         GBFieldManagement->setSizePolicy(sizePolicy);
227         gridLayout2 = new QGridLayout(GBFieldManagement);
228 #ifndef Q_OS_MAC
229         gridLayout2->setSpacing(6);
230 #endif
231 #ifndef Q_OS_MAC
232         gridLayout2->setContentsMargins(9, 9, 9, 9);
233 #endif
234         gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
235         hboxLayout1 = new QHBoxLayout();
236 #ifndef Q_OS_MAC
237         hboxLayout1->setSpacing(6);
238 #endif
239 #ifndef Q_OS_MAC
240         hboxLayout1->setContentsMargins(0, 0, 0, 0);
241 #endif
242         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
243         FieldName = new QLabel(GBFieldManagement);
244         FieldName->setObjectName(QString::fromUtf8("FieldName"));
245
246         hboxLayout1->addWidget(FieldName);
247
248         CBFieldName = new QComboBox(GBFieldManagement);
249         CBFieldName->setObjectName(QString::fromUtf8("CBFieldName"));
250         sizePolicy.setHeightForWidth(CBFieldName->sizePolicy().hasHeightForWidth());
251         CBFieldName->setSizePolicy(sizePolicy);
252         CBFieldName->setEditable(false);
253         CBFieldName->setSizeAdjustPolicy(QComboBox::AdjustToContents);
254
255         hboxLayout1->addWidget(CBFieldName);
256
257         spacerItem = new QSpacerItem(48, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
258
259         hboxLayout1->addItem(spacerItem);
260
261
262         gridLayout2->addLayout(hboxLayout1, 0, 0, 1, 1);
263
264         hboxLayout2 = new QHBoxLayout();
265 #ifndef Q_OS_MAC
266         hboxLayout2->setSpacing(6);
267 #endif
268         hboxLayout2->setContentsMargins(0, 0, 0, 0);
269         hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
270         TWCMP = new QTableWidget(GBFieldManagement);
271         if (TWCMP->columnCount() < 2)
272             TWCMP->setColumnCount(2);
273         QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem();
274         TWCMP->setHorizontalHeaderItem(0, __qtablewidgetitem);
275         QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem();
276         TWCMP->setHorizontalHeaderItem(1, __qtablewidgetitem1);
277         TWCMP->setObjectName(QString::fromUtf8("TWCMP"));
278         TWCMP->setEditTriggers(QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked);
279         TWCMP->setShowGrid(true);
280         TWCMP->setRowCount(0);
281         TWCMP->setColumnCount(2);
282
283         hboxLayout2->addWidget(TWCMP);
284
285         spacerItem1 = new QSpacerItem(60, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
286
287         hboxLayout2->addItem(spacerItem1);
288
289         vboxLayout = new QVBoxLayout();
290 #ifndef Q_OS_MAC
291         vboxLayout->setSpacing(6);
292 #endif
293         vboxLayout->setContentsMargins(0, 0, 0, 0);
294         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
295         hboxLayout3 = new QHBoxLayout();
296 #ifndef Q_OS_MAC
297         hboxLayout3->setSpacing(6);
298 #endif
299 #ifndef Q_OS_MAC
300         hboxLayout3->setContentsMargins(0, 0, 0, 0);
301 #endif
302         hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
303         RBL2 = new QRadioButton(GBFieldManagement);
304         RBL2->setObjectName(QString::fromUtf8("RBL2"));
305         RBL2->setChecked(true);
306
307         hboxLayout3->addWidget(RBL2);
308
309         RBInf = new QRadioButton(GBFieldManagement);
310         RBInf->setObjectName(QString::fromUtf8("RBInf"));
311         RBInf->setChecked(false);
312
313         hboxLayout3->addWidget(RBInf);
314
315
316         vboxLayout->addLayout(hboxLayout3);
317
318         CBJump = new QCheckBox(GBFieldManagement);
319         CBJump->setObjectName(QString::fromUtf8("CBJump"));
320
321         vboxLayout->addWidget(CBJump);
322
323
324         hboxLayout2->addLayout(vboxLayout);
325
326
327         gridLayout2->addLayout(hboxLayout2, 1, 0, 1, 1);
328
329         hboxLayout4 = new QHBoxLayout();
330 #ifndef Q_OS_MAC
331         hboxLayout4->setSpacing(6);
332 #endif
333         hboxLayout4->setContentsMargins(0, 0, 0, 0);
334         hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
335         GBRefinementThresholds = new QGroupBox(GBFieldManagement);
336         GBRefinementThresholds->setObjectName(QString::fromUtf8("GBRefinementThresholds"));
337         sizePolicy.setHeightForWidth(GBRefinementThresholds->sizePolicy().hasHeightForWidth());
338         GBRefinementThresholds->setSizePolicy(sizePolicy);
339         gridLayout3 = new QGridLayout(GBRefinementThresholds);
340 #ifndef Q_OS_MAC
341         gridLayout3->setSpacing(6);
342 #endif
343 #ifndef Q_OS_MAC
344         gridLayout3->setContentsMargins(9, 9, 9, 9);
345 #endif
346         gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
347         RBRPE = new QRadioButton(GBRefinementThresholds);
348         RBRPE->setObjectName(QString::fromUtf8("RBRPE"));
349         RBRPE->setCheckable(true);
350         RBRPE->setChecked(true);
351
352         gridLayout3->addWidget(RBRPE, 0, 0, 1, 1);
353
354         SpinBox_RPE = new QDoubleSpinBox(GBRefinementThresholds);
355         SpinBox_RPE->setObjectName(QString::fromUtf8("SpinBox_RPE"));
356         SpinBox_RPE->setDecimals(3);
357         SpinBox_RPE->setMaximum(100);
358         SpinBox_RPE->setSingleStep(0.1);
359         SpinBox_RPE->setValue(2);
360
361         gridLayout3->addWidget(SpinBox_RPE, 0, 1, 1, 1);
362
363         RBRRel = new QRadioButton(GBRefinementThresholds);
364         RBRRel->setObjectName(QString::fromUtf8("RBRRel"));
365
366         gridLayout3->addWidget(RBRRel, 1, 0, 1, 1);
367
368         SpinBox_RRel = new QDoubleSpinBox(GBRefinementThresholds);
369         SpinBox_RRel->setObjectName(QString::fromUtf8("SpinBox_RRel"));
370         SpinBox_RRel->setEnabled(false);
371         SpinBox_RRel->setDecimals(3);
372         SpinBox_RRel->setMaximum(100);
373         SpinBox_RRel->setSingleStep(0.1);
374
375         gridLayout3->addWidget(SpinBox_RRel, 1, 1, 1, 1);
376
377         RBRAbs = new QRadioButton(GBRefinementThresholds);
378         RBRAbs->setObjectName(QString::fromUtf8("RBRAbs"));
379
380         gridLayout3->addWidget(RBRAbs, 2, 0, 1, 1);
381
382         SpinBox_RAbs = new QDoubleSpinBox(GBRefinementThresholds);
383         SpinBox_RAbs->setObjectName(QString::fromUtf8("SpinBox_RAbs"));
384         SpinBox_RAbs->setEnabled(false);
385         SpinBox_RAbs->setDecimals(8);
386         SpinBox_RAbs->setMinimum(-1e+12);
387         SpinBox_RAbs->setMaximum(1e+12);
388         SpinBox_RAbs->setSingleStep(0.1);
389
390         gridLayout3->addWidget(SpinBox_RAbs, 2, 1, 1, 1);
391
392         RBRNo = new QRadioButton(GBRefinementThresholds);
393         RBRNo->setObjectName(QString::fromUtf8("RBRNo"));
394
395         gridLayout3->addWidget(RBRNo, 3, 0, 1, 1);
396
397
398         hboxLayout4->addWidget(GBRefinementThresholds);
399
400         GBCoarseningThresholds = new QGroupBox(GBFieldManagement);
401         GBCoarseningThresholds->setObjectName(QString::fromUtf8("GBCoarseningThresholds"));
402         gridLayout4 = new QGridLayout(GBCoarseningThresholds);
403 #ifndef Q_OS_MAC
404         gridLayout4->setSpacing(6);
405 #endif
406 #ifndef Q_OS_MAC
407         gridLayout4->setContentsMargins(9, 9, 9, 9);
408 #endif
409         gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
410         RBCPE = new QRadioButton(GBCoarseningThresholds);
411         RBCPE->setObjectName(QString::fromUtf8("RBCPE"));
412         RBCPE->setCheckable(true);
413         RBCPE->setChecked(false);
414
415         gridLayout4->addWidget(RBCPE, 0, 0, 1, 1);
416
417         SpinBox_CPE = new QDoubleSpinBox(GBCoarseningThresholds);
418         SpinBox_CPE->setObjectName(QString::fromUtf8("SpinBox_CPE"));
419         SpinBox_CPE->setEnabled(false);
420         SpinBox_CPE->setDecimals(3);
421         SpinBox_CPE->setMaximum(100);
422         SpinBox_CPE->setSingleStep(0.1);
423
424         gridLayout4->addWidget(SpinBox_CPE, 0, 1, 1, 1);
425
426         RBCRel = new QRadioButton(GBCoarseningThresholds);
427         RBCRel->setObjectName(QString::fromUtf8("RBCRel"));
428
429         gridLayout4->addWidget(RBCRel, 1, 0, 1, 1);
430
431         SpinBox_CRel = new QDoubleSpinBox(GBCoarseningThresholds);
432         SpinBox_CRel->setObjectName(QString::fromUtf8("SpinBox_CRel"));
433         SpinBox_CRel->setEnabled(false);
434         SpinBox_CRel->setDecimals(3);
435         SpinBox_CRel->setMaximum(100);
436         SpinBox_CRel->setSingleStep(0.1);
437
438         gridLayout4->addWidget(SpinBox_CRel, 1, 1, 1, 1);
439
440         RBCAbs = new QRadioButton(GBCoarseningThresholds);
441         RBCAbs->setObjectName(QString::fromUtf8("RBCAbs"));
442
443         gridLayout4->addWidget(RBCAbs, 2, 0, 1, 1);
444
445         SpinBox_CAbs = new QDoubleSpinBox(GBCoarseningThresholds);
446         SpinBox_CAbs->setObjectName(QString::fromUtf8("SpinBox_CAbs"));
447         SpinBox_CAbs->setEnabled(false);
448         SpinBox_CAbs->setDecimals(8);
449         SpinBox_CAbs->setMinimum(-1e+12);
450         SpinBox_CAbs->setMaximum(1e+12);
451         SpinBox_CAbs->setSingleStep(0.1);
452
453         gridLayout4->addWidget(SpinBox_CAbs, 2, 1, 1, 1);
454
455         RBCNo = new QRadioButton(GBCoarseningThresholds);
456         RBCNo->setObjectName(QString::fromUtf8("RBCNo"));
457         RBCNo->setChecked(true);
458
459         gridLayout4->addWidget(RBCNo, 3, 0, 1, 1);
460
461
462         hboxLayout4->addWidget(GBCoarseningThresholds);
463
464
465         gridLayout2->addLayout(hboxLayout4, 2, 0, 1, 1);
466
467
468         gridLayout_3->addWidget(GBFieldManagement, 4, 0, 1, 2);
469
470         GBAreaManagement = new QGroupBox(CreateHypothesis);
471         GBAreaManagement->setObjectName(QString::fromUtf8("GBAreaManagement"));
472         sizePolicy.setHeightForWidth(GBAreaManagement->sizePolicy().hasHeightForWidth());
473         GBAreaManagement->setSizePolicy(sizePolicy);
474         gridLayout_4 = new QGridLayout(GBAreaManagement);
475         gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
476         TWZone = new QTableWidget(GBAreaManagement);
477         if (TWZone->columnCount() < 3)
478             TWZone->setColumnCount(3);
479         QTableWidgetItem *__qtablewidgetitem2 = new QTableWidgetItem();
480         TWZone->setHorizontalHeaderItem(0, __qtablewidgetitem2);
481         QTableWidgetItem *__qtablewidgetitem3 = new QTableWidgetItem();
482         TWZone->setHorizontalHeaderItem(1, __qtablewidgetitem3);
483         QTableWidgetItem *__qtablewidgetitem4 = new QTableWidgetItem();
484         TWZone->setHorizontalHeaderItem(2, __qtablewidgetitem4);
485         TWZone->setObjectName(QString::fromUtf8("TWZone"));
486         TWZone->setMinimumSize(QSize(400, 0));
487         TWZone->setEditTriggers(QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked);
488         TWZone->setShowGrid(true);
489         TWZone->setRowCount(0);
490         TWZone->setColumnCount(3);
491
492         gridLayout_4->addWidget(TWZone, 0, 0, 1, 1);
493
494         horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
495
496         gridLayout_4->addItem(horizontalSpacer, 0, 1, 1, 1);
497
498         vboxLayout1 = new QVBoxLayout();
499 #ifndef Q_OS_MAC
500         vboxLayout1->setSpacing(6);
501 #endif
502         vboxLayout1->setContentsMargins(0, 0, 0, 0);
503         vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
504         vboxLayout2 = new QVBoxLayout();
505 #ifndef Q_OS_MAC
506         vboxLayout2->setSpacing(6);
507 #endif
508 #ifndef Q_OS_MAC
509         vboxLayout2->setContentsMargins(0, 0, 0, 0);
510 #endif
511         vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
512         PBZoneNew = new QPushButton(GBAreaManagement);
513         PBZoneNew->setObjectName(QString::fromUtf8("PBZoneNew"));
514
515         vboxLayout2->addWidget(PBZoneNew);
516
517         PBZoneEdit = new QPushButton(GBAreaManagement);
518         PBZoneEdit->setObjectName(QString::fromUtf8("PBZoneEdit"));
519
520         vboxLayout2->addWidget(PBZoneEdit);
521
522         PBZoneDelete = new QPushButton(GBAreaManagement);
523         PBZoneDelete->setObjectName(QString::fromUtf8("PBZoneDelete"));
524
525         vboxLayout2->addWidget(PBZoneDelete);
526
527
528         vboxLayout1->addLayout(vboxLayout2);
529
530         spacerItem2 = new QSpacerItem(20, 48, QSizePolicy::Minimum, QSizePolicy::Expanding);
531
532         vboxLayout1->addItem(spacerItem2);
533
534
535         gridLayout_4->addLayout(vboxLayout1, 0, 2, 1, 1);
536
537
538         gridLayout_3->addWidget(GBAreaManagement, 5, 0, 1, 2);
539
540         GBField = new QGroupBox(CreateHypothesis);
541         GBField->setObjectName(QString::fromUtf8("GBField"));
542         gridLayout5 = new QGridLayout(GBField);
543 #ifndef Q_OS_MAC
544         gridLayout5->setSpacing(6);
545 #endif
546 #ifndef Q_OS_MAC
547         gridLayout5->setContentsMargins(9, 9, 9, 9);
548 #endif
549         gridLayout5->setObjectName(QString::fromUtf8("gridLayout5"));
550         gridLayout6 = new QGridLayout();
551 #ifndef Q_OS_MAC
552         gridLayout6->setSpacing(6);
553 #endif
554 #ifndef Q_OS_MAC
555         gridLayout6->setContentsMargins(0, 0, 0, 0);
556 #endif
557         gridLayout6->setObjectName(QString::fromUtf8("gridLayout6"));
558         RBFieldNo = new QRadioButton(GBField);
559         RBFieldNo->setObjectName(QString::fromUtf8("RBFieldNo"));
560         RBFieldNo->setChecked(true);
561
562         gridLayout6->addWidget(RBFieldNo, 0, 0, 1, 1);
563
564         RBFieldAll = new QRadioButton(GBField);
565         RBFieldAll->setObjectName(QString::fromUtf8("RBFieldAll"));
566         RBFieldAll->setChecked(false);
567
568         gridLayout6->addWidget(RBFieldAll, 0, 1, 1, 1);
569
570         RBFieldChosen = new QRadioButton(GBField);
571         RBFieldChosen->setObjectName(QString::fromUtf8("RBFieldChosen"));
572         RBFieldChosen->setChecked(false);
573
574         gridLayout6->addWidget(RBFieldChosen, 0, 2, 1, 1);
575
576
577         gridLayout5->addLayout(gridLayout6, 0, 0, 1, 1);
578
579         TWField = new QTableWidget(GBField);
580         if (TWField->columnCount() < 2)
581             TWField->setColumnCount(2);
582         QTableWidgetItem *__qtablewidgetitem5 = new QTableWidgetItem();
583         TWField->setHorizontalHeaderItem(0, __qtablewidgetitem5);
584         QTableWidgetItem *__qtablewidgetitem6 = new QTableWidgetItem();
585         TWField->setHorizontalHeaderItem(1, __qtablewidgetitem6);
586         TWField->setObjectName(QString::fromUtf8("TWField"));
587
588         gridLayout5->addWidget(TWField, 1, 0, 1, 1);
589
590
591         gridLayout_3->addWidget(GBField, 6, 0, 1, 2);
592
593         CBGroupe = new QCheckBox(CreateHypothesis);
594         CBGroupe->setObjectName(QString::fromUtf8("CBGroupe"));
595
596         gridLayout_3->addWidget(CBGroupe, 7, 0, 1, 2);
597
598         CBAdvanced = new QCheckBox(CreateHypothesis);
599         CBAdvanced->setObjectName(QString::fromUtf8("CBAdvanced"));
600
601         gridLayout_3->addWidget(CBAdvanced, 8, 0, 1, 2);
602
603         GBAdvancedOptions = new QGroupBox(CreateHypothesis);
604         GBAdvancedOptions->setObjectName(QString::fromUtf8("GBAdvancedOptions"));
605         gridLayout_1 = new QGridLayout(GBAdvancedOptions);
606         gridLayout_1->setObjectName(QString::fromUtf8("gridLayout_1"));
607         TLMinimalDiameter = new QLabel(GBAdvancedOptions);
608         TLMinimalDiameter->setObjectName(QString::fromUtf8("TLMinimalDiameter"));
609         sizePolicy.setHeightForWidth(TLMinimalDiameter->sizePolicy().hasHeightForWidth());
610         TLMinimalDiameter->setSizePolicy(sizePolicy);
611         TLMinimalDiameter->setWordWrap(false);
612
613         gridLayout_1->addWidget(TLMinimalDiameter, 0, 0, 1, 1);
614
615         doubleSpinBoxDiamMin = new QDoubleSpinBox(GBAdvancedOptions);
616         doubleSpinBoxDiamMin->setObjectName(QString::fromUtf8("doubleSpinBoxDiamMin"));
617         doubleSpinBoxDiamMin->setDecimals(5);
618
619         gridLayout_1->addWidget(doubleSpinBoxDiamMin, 0, 1, 1, 1);
620
621         TLMaximalLevel = new QLabel(GBAdvancedOptions);
622         TLMaximalLevel->setObjectName(QString::fromUtf8("TLMaximalLevel"));
623         sizePolicy.setHeightForWidth(TLMaximalLevel->sizePolicy().hasHeightForWidth());
624         TLMaximalLevel->setSizePolicy(sizePolicy);
625         TLMaximalLevel->setWordWrap(false);
626
627         gridLayout_1->addWidget(TLMaximalLevel, 1, 0, 1, 1);
628
629         spinBoxNivMax = new QSpinBox(GBAdvancedOptions);
630         spinBoxNivMax->setObjectName(QString::fromUtf8("spinBoxNivMax"));
631         spinBoxNivMax->setValue(99);
632
633         gridLayout_1->addWidget(spinBoxNivMax, 1, 1, 1, 1);
634
635         GBAdapInit = new QGroupBox(GBAdvancedOptions);
636         GBAdapInit->setObjectName(QString::fromUtf8("GBAdapInit"));
637         gridLayout_2 = new QGridLayout(GBAdapInit);
638         gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
639         RBAIN = new QRadioButton(GBAdapInit);
640         RBAIN->setObjectName(QString::fromUtf8("RBAIN"));
641         RBAIN->setChecked(true);
642
643         gridLayout_2->addWidget(RBAIN, 0, 0, 1, 1);
644
645         RBAIR = new QRadioButton(GBAdapInit);
646         RBAIR->setObjectName(QString::fromUtf8("RBAIR"));
647
648         gridLayout_2->addWidget(RBAIR, 0, 1, 1, 1);
649
650         RBAID = new QRadioButton(GBAdapInit);
651         RBAID->setObjectName(QString::fromUtf8("RBAID"));
652
653         gridLayout_2->addWidget(RBAID, 0, 2, 1, 1);
654
655
656         gridLayout_1->addWidget(GBAdapInit, 2, 0, 1, 2);
657
658
659         gridLayout_3->addWidget(GBAdvancedOptions, 9, 0, 1, 2);
660
661         GBButtons = new QGroupBox(CreateHypothesis);
662         GBButtons->setObjectName(QString::fromUtf8("GBButtons"));
663         gridLayout7 = new QGridLayout(GBButtons);
664 #ifndef Q_OS_MAC
665         gridLayout7->setSpacing(6);
666 #endif
667 #ifndef Q_OS_MAC
668         gridLayout7->setContentsMargins(9, 9, 9, 9);
669 #endif
670         gridLayout7->setObjectName(QString::fromUtf8("gridLayout7"));
671         buttonOk = new QPushButton(GBButtons);
672         buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
673
674         gridLayout7->addWidget(buttonOk, 0, 0, 1, 1);
675
676         buttonApply = new QPushButton(GBButtons);
677         buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
678
679         gridLayout7->addWidget(buttonApply, 0, 1, 1, 1);
680
681         buttonCancel = new QPushButton(GBButtons);
682         buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
683
684         gridLayout7->addWidget(buttonCancel, 0, 2, 1, 1);
685
686         buttonHelp = new QPushButton(GBButtons);
687         buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
688
689         gridLayout7->addWidget(buttonHelp, 0, 3, 1, 1);
690
691
692         gridLayout_3->addWidget(GBButtons, 10, 0, 1, 2);
693
694         Name = new QLabel(CreateHypothesis);
695         Name->setObjectName(QString::fromUtf8("Name"));
696
697         gridLayout_3->addWidget(Name, 0, 0, 1, 1);
698
699         LEHypothesisName->raise();
700         GBTypeAdaptation->raise();
701         GBUniform->raise();
702         GBFieldFile->raise();
703         GBFieldManagement->raise();
704         GBAreaManagement->raise();
705         GBField->raise();
706         CBGroupe->raise();
707         CBAdvanced->raise();
708         GBAdvancedOptions->raise();
709         GBButtons->raise();
710         Name->raise();
711
712         retranslateUi(CreateHypothesis);
713
714         QMetaObject::connectSlotsByName(CreateHypothesis);
715     } // setupUi
716
717     void retranslateUi(QDialog *CreateHypothesis)
718     {
719         CreateHypothesis->setWindowTitle(QApplication::translate("CreateHypothesis", "Create an hypothesis", 0, QApplication::UnicodeUTF8));
720         GBTypeAdaptation->setTitle(QApplication::translate("CreateHypothesis", "Type of adaptation", 0, QApplication::UnicodeUTF8));
721         RBUniforme->setText(QApplication::translate("CreateHypothesis", "Uniform", 0, QApplication::UnicodeUTF8));
722         RBChamp->setText(QApplication::translate("CreateHypothesis", "Driven by a field", 0, QApplication::UnicodeUTF8));
723         RBZone->setText(QApplication::translate("CreateHypothesis", "With geometrical zones", 0, QApplication::UnicodeUTF8));
724         GBUniform->setTitle(QApplication::translate("CreateHypothesis", "Uniform adaptation", 0, QApplication::UnicodeUTF8));
725         RBUniDera->setText(QApplication::translate("CreateHypothesis", "Coarsening", 0, QApplication::UnicodeUTF8));
726         RBUniRaff->setText(QApplication::translate("CreateHypothesis", "Refinement", 0, QApplication::UnicodeUTF8));
727         GBFieldFile->setTitle(QString());
728         FieldFile->setText(QApplication::translate("CreateHypothesis", "File of the fields", 0, QApplication::UnicodeUTF8));
729         GBFieldManagement->setTitle(QApplication::translate("CreateHypothesis", "Governing field for the adaptation", 0, QApplication::UnicodeUTF8));
730         FieldName->setText(QApplication::translate("CreateHypothesis", "Field name", 0, QApplication::UnicodeUTF8));
731         QTableWidgetItem *___qtablewidgetitem = TWCMP->horizontalHeaderItem(0);
732         ___qtablewidgetitem->setText(QApplication::translate("CreateHypothesis", "Selection", 0, QApplication::UnicodeUTF8));
733         QTableWidgetItem *___qtablewidgetitem1 = TWCMP->horizontalHeaderItem(1);
734         ___qtablewidgetitem1->setText(QApplication::translate("CreateHypothesis", "Component", 0, QApplication::UnicodeUTF8));
735         RBL2->setText(QApplication::translate("CreateHypothesis", "L2 norm", 0, QApplication::UnicodeUTF8));
736         RBInf->setText(QApplication::translate("CreateHypothesis", "Infinite norm", 0, QApplication::UnicodeUTF8));
737         CBJump->setText(QApplication::translate("CreateHypothesis", "Jump between elements", 0, QApplication::UnicodeUTF8));
738         GBRefinementThresholds->setTitle(QApplication::translate("CreateHypothesis", "Refinement threshold", 0, QApplication::UnicodeUTF8));
739         RBRPE->setText(QApplication::translate("CreateHypothesis", "Percentage of meshes", 0, QApplication::UnicodeUTF8));
740         SpinBox_RPE->setSuffix(QApplication::translate("CreateHypothesis", " %", 0, QApplication::UnicodeUTF8));
741         RBRRel->setText(QApplication::translate("CreateHypothesis", "Relative", 0, QApplication::UnicodeUTF8));
742         SpinBox_RRel->setSuffix(QApplication::translate("CreateHypothesis", " %", 0, QApplication::UnicodeUTF8));
743         RBRAbs->setText(QApplication::translate("CreateHypothesis", "Absolute", 0, QApplication::UnicodeUTF8));
744         RBRNo->setText(QApplication::translate("CreateHypothesis", "No refinement", 0, QApplication::UnicodeUTF8));
745         GBCoarseningThresholds->setTitle(QApplication::translate("CreateHypothesis", "Coarsening threshold", 0, QApplication::UnicodeUTF8));
746         RBCPE->setText(QApplication::translate("CreateHypothesis", "Percentage of meshes", 0, QApplication::UnicodeUTF8));
747         SpinBox_CPE->setSuffix(QApplication::translate("CreateHypothesis", " %", 0, QApplication::UnicodeUTF8));
748         RBCRel->setText(QApplication::translate("CreateHypothesis", "Relative", 0, QApplication::UnicodeUTF8));
749         SpinBox_CRel->setSuffix(QApplication::translate("CreateHypothesis", " %", 0, QApplication::UnicodeUTF8));
750         RBCAbs->setText(QApplication::translate("CreateHypothesis", "Absolute", 0, QApplication::UnicodeUTF8));
751         RBCNo->setText(QApplication::translate("CreateHypothesis", "No coarsening", 0, QApplication::UnicodeUTF8));
752         GBAreaManagement->setTitle(QApplication::translate("CreateHypothesis", "Zone management", 0, QApplication::UnicodeUTF8));
753         QTableWidgetItem *___qtablewidgetitem2 = TWZone->horizontalHeaderItem(0);
754         ___qtablewidgetitem2->setText(QApplication::translate("CreateHypothesis", "Refinement", 0, QApplication::UnicodeUTF8));
755         QTableWidgetItem *___qtablewidgetitem3 = TWZone->horizontalHeaderItem(1);
756         ___qtablewidgetitem3->setText(QApplication::translate("CreateHypothesis", "Coarsening", 0, QApplication::UnicodeUTF8));
757         QTableWidgetItem *___qtablewidgetitem4 = TWZone->horizontalHeaderItem(2);
758         ___qtablewidgetitem4->setText(QApplication::translate("CreateHypothesis", "Zone name", 0, QApplication::UnicodeUTF8));
759         PBZoneNew->setText(QApplication::translate("CreateHypothesis", "New", 0, QApplication::UnicodeUTF8));
760         PBZoneEdit->setText(QApplication::translate("CreateHypothesis", "Edit", 0, QApplication::UnicodeUTF8));
761         PBZoneDelete->setText(QString());
762         GBField->setTitle(QApplication::translate("CreateHypothesis", "Field Interpolation", 0, QApplication::UnicodeUTF8));
763         RBFieldNo->setText(QApplication::translate("CreateHypothesis", "None", 0, QApplication::UnicodeUTF8));
764         RBFieldAll->setText(QApplication::translate("CreateHypothesis", "All", 0, QApplication::UnicodeUTF8));
765         RBFieldChosen->setText(QApplication::translate("CreateHypothesis", "Chosen", 0, QApplication::UnicodeUTF8));
766         QTableWidgetItem *___qtablewidgetitem5 = TWField->horizontalHeaderItem(0);
767         ___qtablewidgetitem5->setText(QApplication::translate("CreateHypothesis", "Selection", 0, QApplication::UnicodeUTF8));
768         QTableWidgetItem *___qtablewidgetitem6 = TWField->horizontalHeaderItem(1);
769         ___qtablewidgetitem6->setText(QApplication::translate("CreateHypothesis", "Field Name", 0, QApplication::UnicodeUTF8));
770         CBGroupe->setText(QApplication::translate("CreateHypothesis", "Filtering with groups", 0, QApplication::UnicodeUTF8));
771         CBAdvanced->setText(QApplication::translate("CreateHypothesis", "Advanced options", 0, QApplication::UnicodeUTF8));
772         GBAdvancedOptions->setTitle(QApplication::translate("CreateHypothesis", "Advanced options", 0, QApplication::UnicodeUTF8));
773         TLMinimalDiameter->setText(QApplication::translate("CreateHypothesis", "Minimal diameter", 0, QApplication::UnicodeUTF8));
774         TLMaximalLevel->setText(QApplication::translate("CreateHypothesis", "Maximal level", 0, QApplication::UnicodeUTF8));
775         GBAdapInit->setTitle(QApplication::translate("CreateHypothesis", "Initialization of adaptation", 0, QApplication::UnicodeUTF8));
776         RBAIN->setText(QApplication::translate("CreateHypothesis", "Nothing", 0, QApplication::UnicodeUTF8));
777         RBAIR->setText(QApplication::translate("CreateHypothesis", "Refinement", 0, QApplication::UnicodeUTF8));
778         RBAID->setText(QApplication::translate("CreateHypothesis", "Coarsening", 0, QApplication::UnicodeUTF8));
779         GBButtons->setTitle(QString());
780         buttonOk->setText(QApplication::translate("CreateHypothesis", "OK", 0, QApplication::UnicodeUTF8));
781         buttonApply->setText(QApplication::translate("CreateHypothesis", "Apply", 0, QApplication::UnicodeUTF8));
782         buttonCancel->setText(QApplication::translate("CreateHypothesis", "Cancel", 0, QApplication::UnicodeUTF8));
783         buttonHelp->setText(QApplication::translate("CreateHypothesis", "Help", 0, QApplication::UnicodeUTF8));
784         Name->setText(QApplication::translate("CreateHypothesis", "Name", 0, QApplication::UnicodeUTF8));
785     } // retranslateUi
786
787 };
788
789 namespace Ui {
790     class CreateHypothesis: public Ui_CreateHypothesis {};
791 } // namespace Ui
792
793 QT_END_NAMESPACE
794
795 #endif // CREATEHYPOTHESIS_H