]> SALOME platform Git repositories - modules/homard.git/blob - src/HOMARDGUI/CreateHypothesis.h
Salome HOME
version 5_1_4 HOMARD_SRC
[modules/homard.git] / src / HOMARDGUI / CreateHypothesis.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'CreateHypothesis.ui'
3 **
4 ** Created: Thu Nov 18 15:21:42 2010
5 **      by: Qt User Interface Compiler version 4.4.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/QLabel>
25 #include <QtGui/QLineEdit>
26 #include <QtGui/QPushButton>
27 #include <QtGui/QRadioButton>
28 #include <QtGui/QSpacerItem>
29 #include <QtGui/QTableWidget>
30 #include <QtGui/QVBoxLayout>
31
32 QT_BEGIN_NAMESPACE
33
34 class Ui_CreateHypothesis
35 {
36 public:
37     QGridLayout *gridLayout_10;
38     QLabel *Name;
39     QLineEdit *LEHypothesisName;
40     QGroupBox *GBTypeAdaptation;
41     QHBoxLayout *horizontalLayout;
42     QRadioButton *RBUniforme;
43     QRadioButton *RBChamp;
44     QRadioButton *RBZone;
45     QGroupBox *GBUniform;
46     QGridLayout *gridLayout_2;
47     QRadioButton *RBUniDera;
48     QRadioButton *RBUniRaff;
49     QGroupBox *GBFieldFile;
50     QGridLayout *gridLayout_9;
51     QLabel *FieldFile;
52     QLineEdit *LEFieldFile;
53     QGroupBox *GBFieldManagement;
54     QGridLayout *gridLayout_6;
55     QHBoxLayout *horizontalLayout_6;
56     QLabel *FieldName;
57     QComboBox *CBFieldName;
58     QSpacerItem *horizontalSpacer_3;
59     QHBoxLayout *horizontalLayout_7;
60     QTableWidget *TWCMP;
61     QSpacerItem *horizontalSpacer_4;
62     QVBoxLayout *verticalLayout_3;
63     QHBoxLayout *horizontalLayout_3;
64     QRadioButton *RBL2;
65     QRadioButton *RBInf;
66     QHBoxLayout *horizontalLayout_2;
67     QGroupBox *GBRefinementThresholds;
68     QGridLayout *gridLayout;
69     QRadioButton *RBRPE;
70     QDoubleSpinBox *SpinBox_RPE;
71     QRadioButton *RBRRel;
72     QDoubleSpinBox *SpinBox_RRel;
73     QRadioButton *RBRAbs;
74     QDoubleSpinBox *SpinBox_RAbs;
75     QRadioButton *RBRNo;
76     QGroupBox *GBCoarseningThresholds;
77     QGridLayout *gridLayout_4;
78     QRadioButton *RBCPE;
79     QDoubleSpinBox *SpinBox_CPE;
80     QRadioButton *RBCRel;
81     QDoubleSpinBox *SpinBox_CRel;
82     QRadioButton *RBCAbs;
83     QDoubleSpinBox *SpinBox_CAbs;
84     QRadioButton *RBCNo;
85     QGroupBox *GBAreaManagement;
86     QGridLayout *gridLayout_3;
87     QTableWidget *TWZone;
88     QVBoxLayout *verticalLayout_2;
89     QVBoxLayout *verticalLayout;
90     QPushButton *PBZoneNew;
91     QPushButton *PBZoneEdit;
92     QPushButton *PBZoneDelete;
93     QSpacerItem *verticalSpacer;
94     QGroupBox *GBField;
95     QGridLayout *gridLayout_8;
96     QGridLayout *gridLayout_7;
97     QRadioButton *RBFieldNo;
98     QRadioButton *RBFieldAll;
99     QRadioButton *RBFieldChosen;
100     QTableWidget *TWField;
101     QCheckBox *CBGroupe;
102     QGroupBox *GBButtons;
103     QGridLayout *gridLayout_5;
104     QPushButton *buttonOk;
105     QPushButton *buttonApply;
106     QPushButton *buttonCancel;
107     QPushButton *buttonHelp;
108
109     void setupUi(QDialog *CreateHypothesis)
110     {
111     if (CreateHypothesis->objectName().isEmpty())
112         CreateHypothesis->setObjectName(QString::fromUtf8("CreateHypothesis"));
113     CreateHypothesis->resize(717, 1005);
114     QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
115     sizePolicy.setHorizontalStretch(0);
116     sizePolicy.setVerticalStretch(0);
117     sizePolicy.setHeightForWidth(CreateHypothesis->sizePolicy().hasHeightForWidth());
118     CreateHypothesis->setSizePolicy(sizePolicy);
119     CreateHypothesis->setAutoFillBackground(false);
120     CreateHypothesis->setSizeGripEnabled(true);
121     gridLayout_10 = new QGridLayout(CreateHypothesis);
122     gridLayout_10->setObjectName(QString::fromUtf8("gridLayout_10"));
123     Name = new QLabel(CreateHypothesis);
124     Name->setObjectName(QString::fromUtf8("Name"));
125
126     gridLayout_10->addWidget(Name, 0, 0, 1, 1);
127
128     LEHypothesisName = new QLineEdit(CreateHypothesis);
129     LEHypothesisName->setObjectName(QString::fromUtf8("LEHypothesisName"));
130     LEHypothesisName->setMinimumSize(QSize(382, 31));
131     LEHypothesisName->setMaxLength(32);
132
133     gridLayout_10->addWidget(LEHypothesisName, 0, 1, 1, 1);
134
135     GBTypeAdaptation = new QGroupBox(CreateHypothesis);
136     GBTypeAdaptation->setObjectName(QString::fromUtf8("GBTypeAdaptation"));
137     horizontalLayout = new QHBoxLayout(GBTypeAdaptation);
138     horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
139     RBUniforme = new QRadioButton(GBTypeAdaptation);
140     RBUniforme->setObjectName(QString::fromUtf8("RBUniforme"));
141     RBUniforme->setCheckable(true);
142
143     horizontalLayout->addWidget(RBUniforme);
144
145     RBChamp = new QRadioButton(GBTypeAdaptation);
146     RBChamp->setObjectName(QString::fromUtf8("RBChamp"));
147
148     horizontalLayout->addWidget(RBChamp);
149
150     RBZone = new QRadioButton(GBTypeAdaptation);
151     RBZone->setObjectName(QString::fromUtf8("RBZone"));
152
153     horizontalLayout->addWidget(RBZone);
154
155
156     gridLayout_10->addWidget(GBTypeAdaptation, 1, 0, 1, 2);
157
158     GBUniform = new QGroupBox(CreateHypothesis);
159     GBUniform->setObjectName(QString::fromUtf8("GBUniform"));
160     gridLayout_2 = new QGridLayout(GBUniform);
161     gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
162     RBUniDera = new QRadioButton(GBUniform);
163     RBUniDera->setObjectName(QString::fromUtf8("RBUniDera"));
164
165     gridLayout_2->addWidget(RBUniDera, 0, 1, 1, 1);
166
167     RBUniRaff = new QRadioButton(GBUniform);
168     RBUniRaff->setObjectName(QString::fromUtf8("RBUniRaff"));
169     RBUniRaff->setChecked(true);
170
171     gridLayout_2->addWidget(RBUniRaff, 0, 0, 1, 1);
172
173
174     gridLayout_10->addWidget(GBUniform, 2, 0, 1, 2);
175
176     GBFieldFile = new QGroupBox(CreateHypothesis);
177     GBFieldFile->setObjectName(QString::fromUtf8("GBFieldFile"));
178     gridLayout_9 = new QGridLayout(GBFieldFile);
179     gridLayout_9->setObjectName(QString::fromUtf8("gridLayout_9"));
180     FieldFile = new QLabel(GBFieldFile);
181     FieldFile->setObjectName(QString::fromUtf8("FieldFile"));
182
183     gridLayout_9->addWidget(FieldFile, 0, 0, 1, 1);
184
185     LEFieldFile = new QLineEdit(GBFieldFile);
186     LEFieldFile->setObjectName(QString::fromUtf8("LEFieldFile"));
187     LEFieldFile->setMinimumSize(QSize(282, 31));
188
189     gridLayout_9->addWidget(LEFieldFile, 0, 1, 1, 1);
190
191
192     gridLayout_10->addWidget(GBFieldFile, 3, 0, 1, 2);
193
194     GBFieldManagement = new QGroupBox(CreateHypothesis);
195     GBFieldManagement->setObjectName(QString::fromUtf8("GBFieldManagement"));
196     sizePolicy.setHeightForWidth(GBFieldManagement->sizePolicy().hasHeightForWidth());
197     GBFieldManagement->setSizePolicy(sizePolicy);
198     gridLayout_6 = new QGridLayout(GBFieldManagement);
199     gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
200     horizontalLayout_6 = new QHBoxLayout();
201     horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
202     FieldName = new QLabel(GBFieldManagement);
203     FieldName->setObjectName(QString::fromUtf8("FieldName"));
204
205     horizontalLayout_6->addWidget(FieldName);
206
207     CBFieldName = new QComboBox(GBFieldManagement);
208     CBFieldName->setObjectName(QString::fromUtf8("CBFieldName"));
209     QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Fixed);
210     sizePolicy1.setHorizontalStretch(0);
211     sizePolicy1.setVerticalStretch(0);
212     sizePolicy1.setHeightForWidth(CBFieldName->sizePolicy().hasHeightForWidth());
213     CBFieldName->setSizePolicy(sizePolicy1);
214     CBFieldName->setEditable(false);
215     CBFieldName->setSizeAdjustPolicy(QComboBox::AdjustToContents);
216
217     horizontalLayout_6->addWidget(CBFieldName);
218
219     horizontalSpacer_3 = new QSpacerItem(48, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
220
221     horizontalLayout_6->addItem(horizontalSpacer_3);
222
223
224     gridLayout_6->addLayout(horizontalLayout_6, 0, 0, 1, 1);
225
226     horizontalLayout_7 = new QHBoxLayout();
227     horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
228     TWCMP = new QTableWidget(GBFieldManagement);
229     if (TWCMP->columnCount() < 2)
230         TWCMP->setColumnCount(2);
231     QTableWidgetItem *__colItem = new QTableWidgetItem();
232     TWCMP->setHorizontalHeaderItem(0, __colItem);
233     QTableWidgetItem *__colItem1 = new QTableWidgetItem();
234     TWCMP->setHorizontalHeaderItem(1, __colItem1);
235     TWCMP->setObjectName(QString::fromUtf8("TWCMP"));
236     TWCMP->setEditTriggers(QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked);
237     TWCMP->setShowGrid(true);
238     TWCMP->setRowCount(0);
239     TWCMP->setColumnCount(2);
240
241     horizontalLayout_7->addWidget(TWCMP);
242
243     horizontalSpacer_4 = new QSpacerItem(60, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
244
245     horizontalLayout_7->addItem(horizontalSpacer_4);
246
247     verticalLayout_3 = new QVBoxLayout();
248     verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
249     horizontalLayout_3 = new QHBoxLayout();
250     horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
251     RBL2 = new QRadioButton(GBFieldManagement);
252     RBL2->setObjectName(QString::fromUtf8("RBL2"));
253     RBL2->setChecked(true);
254
255     horizontalLayout_3->addWidget(RBL2);
256
257     RBInf = new QRadioButton(GBFieldManagement);
258     RBInf->setObjectName(QString::fromUtf8("RBInf"));
259     RBInf->setChecked(false);
260
261     horizontalLayout_3->addWidget(RBInf);
262
263
264     verticalLayout_3->addLayout(horizontalLayout_3);
265
266
267     horizontalLayout_7->addLayout(verticalLayout_3);
268
269
270     gridLayout_6->addLayout(horizontalLayout_7, 1, 0, 1, 1);
271
272     horizontalLayout_2 = new QHBoxLayout();
273     horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
274     GBRefinementThresholds = new QGroupBox(GBFieldManagement);
275     GBRefinementThresholds->setObjectName(QString::fromUtf8("GBRefinementThresholds"));
276     sizePolicy.setHeightForWidth(GBRefinementThresholds->sizePolicy().hasHeightForWidth());
277     GBRefinementThresholds->setSizePolicy(sizePolicy);
278     gridLayout = new QGridLayout(GBRefinementThresholds);
279     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
280     RBRPE = new QRadioButton(GBRefinementThresholds);
281     RBRPE->setObjectName(QString::fromUtf8("RBRPE"));
282     RBRPE->setCheckable(true);
283     RBRPE->setChecked(true);
284
285     gridLayout->addWidget(RBRPE, 0, 0, 1, 1);
286
287     SpinBox_RPE = new QDoubleSpinBox(GBRefinementThresholds);
288     SpinBox_RPE->setObjectName(QString::fromUtf8("SpinBox_RPE"));
289     SpinBox_RPE->setDecimals(3);
290     SpinBox_RPE->setMaximum(100);
291     SpinBox_RPE->setSingleStep(0.1);
292     SpinBox_RPE->setValue(3);
293
294     gridLayout->addWidget(SpinBox_RPE, 0, 1, 1, 1);
295
296     RBRRel = new QRadioButton(GBRefinementThresholds);
297     RBRRel->setObjectName(QString::fromUtf8("RBRRel"));
298
299     gridLayout->addWidget(RBRRel, 1, 0, 1, 1);
300
301     SpinBox_RRel = new QDoubleSpinBox(GBRefinementThresholds);
302     SpinBox_RRel->setObjectName(QString::fromUtf8("SpinBox_RRel"));
303     SpinBox_RRel->setEnabled(false);
304     SpinBox_RRel->setDecimals(3);
305     SpinBox_RRel->setMaximum(100);
306     SpinBox_RRel->setSingleStep(0.1);
307
308     gridLayout->addWidget(SpinBox_RRel, 1, 1, 1, 1);
309
310     RBRAbs = new QRadioButton(GBRefinementThresholds);
311     RBRAbs->setObjectName(QString::fromUtf8("RBRAbs"));
312
313     gridLayout->addWidget(RBRAbs, 2, 0, 1, 1);
314
315     SpinBox_RAbs = new QDoubleSpinBox(GBRefinementThresholds);
316     SpinBox_RAbs->setObjectName(QString::fromUtf8("SpinBox_RAbs"));
317     SpinBox_RAbs->setEnabled(false);
318     SpinBox_RAbs->setDecimals(3);
319     SpinBox_RAbs->setMaximum(100);
320     SpinBox_RAbs->setSingleStep(0.1);
321
322     gridLayout->addWidget(SpinBox_RAbs, 2, 1, 1, 1);
323
324     RBRNo = new QRadioButton(GBRefinementThresholds);
325     RBRNo->setObjectName(QString::fromUtf8("RBRNo"));
326
327     gridLayout->addWidget(RBRNo, 3, 0, 1, 1);
328
329
330     horizontalLayout_2->addWidget(GBRefinementThresholds);
331
332     GBCoarseningThresholds = new QGroupBox(GBFieldManagement);
333     GBCoarseningThresholds->setObjectName(QString::fromUtf8("GBCoarseningThresholds"));
334     gridLayout_4 = new QGridLayout(GBCoarseningThresholds);
335     gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
336     RBCPE = new QRadioButton(GBCoarseningThresholds);
337     RBCPE->setObjectName(QString::fromUtf8("RBCPE"));
338     RBCPE->setCheckable(true);
339     RBCPE->setChecked(false);
340
341     gridLayout_4->addWidget(RBCPE, 0, 0, 1, 1);
342
343     SpinBox_CPE = new QDoubleSpinBox(GBCoarseningThresholds);
344     SpinBox_CPE->setObjectName(QString::fromUtf8("SpinBox_CPE"));
345     SpinBox_CPE->setEnabled(false);
346     SpinBox_CPE->setDecimals(3);
347     SpinBox_CPE->setMaximum(100);
348     SpinBox_CPE->setSingleStep(0.1);
349
350     gridLayout_4->addWidget(SpinBox_CPE, 0, 1, 1, 1);
351
352     RBCRel = new QRadioButton(GBCoarseningThresholds);
353     RBCRel->setObjectName(QString::fromUtf8("RBCRel"));
354
355     gridLayout_4->addWidget(RBCRel, 1, 0, 1, 1);
356
357     SpinBox_CRel = new QDoubleSpinBox(GBCoarseningThresholds);
358     SpinBox_CRel->setObjectName(QString::fromUtf8("SpinBox_CRel"));
359     SpinBox_CRel->setEnabled(false);
360     SpinBox_CRel->setDecimals(3);
361     SpinBox_CRel->setMaximum(100);
362     SpinBox_CRel->setSingleStep(0.1);
363
364     gridLayout_4->addWidget(SpinBox_CRel, 1, 1, 1, 1);
365
366     RBCAbs = new QRadioButton(GBCoarseningThresholds);
367     RBCAbs->setObjectName(QString::fromUtf8("RBCAbs"));
368
369     gridLayout_4->addWidget(RBCAbs, 2, 0, 1, 1);
370
371     SpinBox_CAbs = new QDoubleSpinBox(GBCoarseningThresholds);
372     SpinBox_CAbs->setObjectName(QString::fromUtf8("SpinBox_CAbs"));
373     SpinBox_CAbs->setEnabled(false);
374     SpinBox_CAbs->setDecimals(3);
375     SpinBox_CAbs->setMaximum(100);
376     SpinBox_CAbs->setSingleStep(0.1);
377
378     gridLayout_4->addWidget(SpinBox_CAbs, 2, 1, 1, 1);
379
380     RBCNo = new QRadioButton(GBCoarseningThresholds);
381     RBCNo->setObjectName(QString::fromUtf8("RBCNo"));
382     RBCNo->setChecked(true);
383
384     gridLayout_4->addWidget(RBCNo, 3, 0, 1, 1);
385
386
387     horizontalLayout_2->addWidget(GBCoarseningThresholds);
388
389
390     gridLayout_6->addLayout(horizontalLayout_2, 2, 0, 1, 1);
391
392
393     gridLayout_10->addWidget(GBFieldManagement, 4, 0, 1, 2);
394
395     GBAreaManagement = new QGroupBox(CreateHypothesis);
396     GBAreaManagement->setObjectName(QString::fromUtf8("GBAreaManagement"));
397     sizePolicy.setHeightForWidth(GBAreaManagement->sizePolicy().hasHeightForWidth());
398     GBAreaManagement->setSizePolicy(sizePolicy);
399     gridLayout_3 = new QGridLayout(GBAreaManagement);
400     gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
401     TWZone = new QTableWidget(GBAreaManagement);
402     if (TWZone->columnCount() < 2)
403         TWZone->setColumnCount(2);
404     QTableWidgetItem *__colItem2 = new QTableWidgetItem();
405     TWZone->setHorizontalHeaderItem(0, __colItem2);
406     QTableWidgetItem *__colItem3 = new QTableWidgetItem();
407     TWZone->setHorizontalHeaderItem(1, __colItem3);
408     TWZone->setObjectName(QString::fromUtf8("TWZone"));
409     TWZone->setEditTriggers(QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked);
410     TWZone->setShowGrid(true);
411     TWZone->setRowCount(0);
412     TWZone->setColumnCount(2);
413
414     gridLayout_3->addWidget(TWZone, 0, 0, 1, 1);
415
416     verticalLayout_2 = new QVBoxLayout();
417     verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
418     verticalLayout = new QVBoxLayout();
419     verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
420     PBZoneNew = new QPushButton(GBAreaManagement);
421     PBZoneNew->setObjectName(QString::fromUtf8("PBZoneNew"));
422
423     verticalLayout->addWidget(PBZoneNew);
424
425     PBZoneEdit = new QPushButton(GBAreaManagement);
426     PBZoneEdit->setObjectName(QString::fromUtf8("PBZoneEdit"));
427
428     verticalLayout->addWidget(PBZoneEdit);
429
430     PBZoneDelete = new QPushButton(GBAreaManagement);
431     PBZoneDelete->setObjectName(QString::fromUtf8("PBZoneDelete"));
432
433     verticalLayout->addWidget(PBZoneDelete);
434
435
436     verticalLayout_2->addLayout(verticalLayout);
437
438     verticalSpacer = new QSpacerItem(20, 48, QSizePolicy::Minimum, QSizePolicy::Expanding);
439
440     verticalLayout_2->addItem(verticalSpacer);
441
442
443     gridLayout_3->addLayout(verticalLayout_2, 0, 1, 1, 1);
444
445
446     gridLayout_10->addWidget(GBAreaManagement, 5, 0, 1, 2);
447
448     GBField = new QGroupBox(CreateHypothesis);
449     GBField->setObjectName(QString::fromUtf8("GBField"));
450     gridLayout_8 = new QGridLayout(GBField);
451     gridLayout_8->setObjectName(QString::fromUtf8("gridLayout_8"));
452     gridLayout_7 = new QGridLayout();
453     gridLayout_7->setObjectName(QString::fromUtf8("gridLayout_7"));
454     RBFieldNo = new QRadioButton(GBField);
455     RBFieldNo->setObjectName(QString::fromUtf8("RBFieldNo"));
456     RBFieldNo->setChecked(true);
457
458     gridLayout_7->addWidget(RBFieldNo, 0, 0, 1, 1);
459
460     RBFieldAll = new QRadioButton(GBField);
461     RBFieldAll->setObjectName(QString::fromUtf8("RBFieldAll"));
462     RBFieldAll->setChecked(false);
463
464     gridLayout_7->addWidget(RBFieldAll, 0, 1, 1, 1);
465
466     RBFieldChosen = new QRadioButton(GBField);
467     RBFieldChosen->setObjectName(QString::fromUtf8("RBFieldChosen"));
468     RBFieldChosen->setChecked(false);
469
470     gridLayout_7->addWidget(RBFieldChosen, 0, 2, 1, 1);
471
472
473     gridLayout_8->addLayout(gridLayout_7, 0, 0, 1, 1);
474
475     TWField = new QTableWidget(GBField);
476     if (TWField->columnCount() < 2)
477         TWField->setColumnCount(2);
478     QTableWidgetItem *__colItem4 = new QTableWidgetItem();
479     TWField->setHorizontalHeaderItem(0, __colItem4);
480     QTableWidgetItem *__colItem5 = new QTableWidgetItem();
481     TWField->setHorizontalHeaderItem(1, __colItem5);
482     TWField->setObjectName(QString::fromUtf8("TWField"));
483
484     gridLayout_8->addWidget(TWField, 1, 0, 1, 1);
485
486
487     gridLayout_10->addWidget(GBField, 6, 0, 1, 2);
488
489     CBGroupe = new QCheckBox(CreateHypothesis);
490     CBGroupe->setObjectName(QString::fromUtf8("CBGroupe"));
491
492     gridLayout_10->addWidget(CBGroupe, 7, 0, 1, 2);
493
494     GBButtons = new QGroupBox(CreateHypothesis);
495     GBButtons->setObjectName(QString::fromUtf8("GBButtons"));
496     gridLayout_5 = new QGridLayout(GBButtons);
497     gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
498     buttonOk = new QPushButton(GBButtons);
499     buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
500
501     gridLayout_5->addWidget(buttonOk, 0, 0, 1, 1);
502
503     buttonApply = new QPushButton(GBButtons);
504     buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
505
506     gridLayout_5->addWidget(buttonApply, 0, 1, 1, 1);
507
508     buttonCancel = new QPushButton(GBButtons);
509     buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
510
511     gridLayout_5->addWidget(buttonCancel, 0, 2, 1, 1);
512
513     buttonHelp = new QPushButton(GBButtons);
514     buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
515
516     gridLayout_5->addWidget(buttonHelp, 0, 3, 1, 1);
517
518
519     gridLayout_10->addWidget(GBButtons, 8, 0, 1, 2);
520
521
522     retranslateUi(CreateHypothesis);
523
524     QMetaObject::connectSlotsByName(CreateHypothesis);
525     } // setupUi
526
527     void retranslateUi(QDialog *CreateHypothesis)
528     {
529     CreateHypothesis->setWindowTitle(QApplication::translate("CreateHypothesis", "Create Hypothesis", 0, QApplication::UnicodeUTF8));
530     Name->setText(QApplication::translate("CreateHypothesis", "Name", 0, QApplication::UnicodeUTF8));
531     GBTypeAdaptation->setTitle(QApplication::translate("CreateHypothesis", "Type of adaptation", 0, QApplication::UnicodeUTF8));
532     RBUniforme->setText(QApplication::translate("CreateHypothesis", "Uniform", 0, QApplication::UnicodeUTF8));
533     RBChamp->setText(QApplication::translate("CreateHypothesis", "Following a field", 0, QApplication::UnicodeUTF8));
534     RBZone->setText(QApplication::translate("CreateHypothesis", "With geometrical zones", 0, QApplication::UnicodeUTF8));
535     GBUniform->setTitle(QApplication::translate("CreateHypothesis", "Uniform adaptation", 0, QApplication::UnicodeUTF8));
536     RBUniDera->setText(QApplication::translate("CreateHypothesis", "Coarsening", 0, QApplication::UnicodeUTF8));
537     RBUniRaff->setText(QApplication::translate("CreateHypothesis", "Refinement", 0, QApplication::UnicodeUTF8));
538     GBFieldFile->setTitle(QString());
539     FieldFile->setText(QApplication::translate("CreateHypothesis", "File of the fields", 0, QApplication::UnicodeUTF8));
540     GBFieldManagement->setTitle(QApplication::translate("CreateHypothesis", "Governing field for the adaptation", 0, QApplication::UnicodeUTF8));
541     FieldName->setText(QApplication::translate("CreateHypothesis", "Field Name", 0, QApplication::UnicodeUTF8));
542     TWCMP->horizontalHeaderItem(0)->setText(QApplication::translate("CreateHypothesis", "Selection", 0, QApplication::UnicodeUTF8));
543     TWCMP->horizontalHeaderItem(1)->setText(QApplication::translate("CreateHypothesis", "Component", 0, QApplication::UnicodeUTF8));
544     RBL2->setText(QApplication::translate("CreateHypothesis", "L2 norm", 0, QApplication::UnicodeUTF8));
545     RBInf->setText(QApplication::translate("CreateHypothesis", "Infinite norm", 0, QApplication::UnicodeUTF8));
546     GBRefinementThresholds->setTitle(QApplication::translate("CreateHypothesis", "Refinement thresholds", 0, QApplication::UnicodeUTF8));
547     RBRPE->setText(QApplication::translate("CreateHypothesis", "Percentage of meshes", 0, QApplication::UnicodeUTF8));
548     SpinBox_RPE->setSuffix(QApplication::translate("CreateHypothesis", " %", 0, QApplication::UnicodeUTF8));
549     RBRRel->setText(QApplication::translate("CreateHypothesis", "Relative", 0, QApplication::UnicodeUTF8));
550     SpinBox_RRel->setSuffix(QApplication::translate("CreateHypothesis", " %", 0, QApplication::UnicodeUTF8));
551     RBRAbs->setText(QApplication::translate("CreateHypothesis", "Absolute", 0, QApplication::UnicodeUTF8));
552     RBRNo->setText(QApplication::translate("CreateHypothesis", "No refinement", 0, QApplication::UnicodeUTF8));
553     GBCoarseningThresholds->setTitle(QApplication::translate("CreateHypothesis", "Coarsening thresholds", 0, QApplication::UnicodeUTF8));
554     RBCPE->setText(QApplication::translate("CreateHypothesis", "Percentage of meshes", 0, QApplication::UnicodeUTF8));
555     SpinBox_CPE->setSuffix(QApplication::translate("CreateHypothesis", " %", 0, QApplication::UnicodeUTF8));
556     RBCRel->setText(QApplication::translate("CreateHypothesis", "Relative", 0, QApplication::UnicodeUTF8));
557     SpinBox_CRel->setSuffix(QApplication::translate("CreateHypothesis", " %", 0, QApplication::UnicodeUTF8));
558     RBCAbs->setText(QApplication::translate("CreateHypothesis", "Absolute", 0, QApplication::UnicodeUTF8));
559     RBCNo->setText(QApplication::translate("CreateHypothesis", "No coarsening", 0, QApplication::UnicodeUTF8));
560     GBAreaManagement->setTitle(QApplication::translate("CreateHypothesis", "Area management", 0, QApplication::UnicodeUTF8));
561     TWZone->horizontalHeaderItem(0)->setText(QApplication::translate("CreateHypothesis", "Selection", 0, QApplication::UnicodeUTF8));
562     TWZone->horizontalHeaderItem(1)->setText(QApplication::translate("CreateHypothesis", "Zone name", 0, QApplication::UnicodeUTF8));
563     PBZoneNew->setText(QApplication::translate("CreateHypothesis", "New", 0, QApplication::UnicodeUTF8));
564     PBZoneEdit->setText(QApplication::translate("CreateHypothesis", "Edit", 0, QApplication::UnicodeUTF8));
565     PBZoneDelete->setText(QString());
566     GBField->setTitle(QApplication::translate("CreateHypothesis", "Field Interpolation", 0, QApplication::UnicodeUTF8));
567     RBFieldNo->setText(QApplication::translate("CreateHypothesis", "None", 0, QApplication::UnicodeUTF8));
568     RBFieldAll->setText(QApplication::translate("CreateHypothesis", "All", 0, QApplication::UnicodeUTF8));
569     RBFieldChosen->setText(QApplication::translate("CreateHypothesis", "Chosen", 0, QApplication::UnicodeUTF8));
570     TWField->horizontalHeaderItem(0)->setText(QApplication::translate("CreateHypothesis", "Selection", 0, QApplication::UnicodeUTF8));
571     TWField->horizontalHeaderItem(1)->setText(QApplication::translate("CreateHypothesis", "Field Name", 0, QApplication::UnicodeUTF8));
572     CBGroupe->setText(QApplication::translate("CreateHypothesis", "Filtering with groups", 0, QApplication::UnicodeUTF8));
573     GBButtons->setTitle(QString());
574     buttonOk->setText(QApplication::translate("CreateHypothesis", "&Ok", 0, QApplication::UnicodeUTF8));
575     buttonApply->setText(QApplication::translate("CreateHypothesis", "&Apply", 0, QApplication::UnicodeUTF8));
576     buttonCancel->setText(QApplication::translate("CreateHypothesis", "&Cancel", 0, QApplication::UnicodeUTF8));
577     buttonHelp->setText(QApplication::translate("CreateHypothesis", "&Help", 0, QApplication::UnicodeUTF8));
578     Q_UNUSED(CreateHypothesis);
579     } // retranslateUi
580
581 };
582
583 namespace Ui {
584     class CreateHypothesis: public Ui_CreateHypothesis {};
585 } // namespace Ui
586
587 QT_END_NAMESPACE
588
589 #endif // CREATEHYPOTHESIS_H