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