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