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