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