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