Salome HOME
37603d3942ebcec3d12132a9f47b2be69942a7ef
[modules/homard.git] / src / HOMARDGUI / CreateCase.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'CreateCase.ui'
3 **
4 ** Created: Fri Oct 28 11:27:32 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 CREATECASE_H
11 #define CREATECASE_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/QGridLayout>
21 #include <QtGui/QGroupBox>
22 #include <QtGui/QHBoxLayout>
23 #include <QtGui/QLabel>
24 #include <QtGui/QLineEdit>
25 #include <QtGui/QPushButton>
26 #include <QtGui/QRadioButton>
27 #include <QtGui/QSpacerItem>
28 #include <QtGui/QTableWidget>
29 #include <QtGui/QWidget>
30
31 class Ui_CreateCase
32 {
33 public:
34     QGridLayout *gridLayout;
35     QGroupBox *GBBoundaryA;
36     QTableWidget *TWBoundary;
37     QWidget *layoutWidget;
38     QGridLayout *gridLayout1;
39     QPushButton *PBBoundaryAnEdit;
40     QPushButton *PBBoundaryAnNew;
41     QPushButton *PBBoundaryAnHelp;
42     QGroupBox *GBBoundaryD;
43     QGridLayout *gridLayout2;
44     QPushButton *PBBoundaryDiEdit;
45     QPushButton *PBBoundaryDiNew;
46     QComboBox *CBBoundaryDi;
47     QSpacerItem *spacerItem;
48     QPushButton *PBBoundaryDiHelp;
49     QGroupBox *GroupButtons;
50     QGridLayout *gridLayout3;
51     QPushButton *buttonHelp;
52     QPushButton *buttonCancel;
53     QPushButton *buttonApply;
54     QPushButton *buttonOk;
55     QHBoxLayout *hboxLayout;
56     QCheckBox *CBBoundaryD;
57     QCheckBox *CBBoundaryA;
58     QHBoxLayout *hboxLayout1;
59     QLabel *Name;
60     QLineEdit *LECaseName;
61     QHBoxLayout *hboxLayout2;
62     QLabel *Directory;
63     QPushButton *PushDir;
64     QLineEdit *LEDirName;
65     QHBoxLayout *hboxLayout3;
66     QLabel *Mesh_2;
67     QPushButton *PushFichier;
68     QLineEdit *LEFileName;
69     QSpacerItem *spacerItem1;
70     QGroupBox *GBTypeConf;
71     QHBoxLayout *hboxLayout4;
72     QRadioButton *RBConforme;
73     QRadioButton *RBNonConforme;
74     QSpacerItem *spacerItem2;
75     QGroupBox *GBTypeNoConf;
76     QHBoxLayout *hboxLayout5;
77     QRadioButton *RB1NpM;
78     QRadioButton *RB1NpA;
79     QRadioButton *RBQuelconque;
80     QSpacerItem *spacerItem3;
81     QSpacerItem *spacerItem4;
82     QSpacerItem *spacerItem5;
83
84     void setupUi(QDialog *CreateCase)
85     {
86     CreateCase->setObjectName(QString::fromUtf8("CreateCase"));
87     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
88     sizePolicy.setHorizontalStretch(0);
89     sizePolicy.setVerticalStretch(0);
90     sizePolicy.setHeightForWidth(CreateCase->sizePolicy().hasHeightForWidth());
91     CreateCase->setSizePolicy(sizePolicy);
92     CreateCase->setAutoFillBackground(true);
93     gridLayout = new QGridLayout(CreateCase);
94     gridLayout->setSpacing(6);
95     gridLayout->setMargin(9);
96     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
97     GBBoundaryA = new QGroupBox(CreateCase);
98     GBBoundaryA->setObjectName(QString::fromUtf8("GBBoundaryA"));
99     GBBoundaryA->setMinimumSize(QSize(548, 200));
100     TWBoundary = new QTableWidget(GBBoundaryA);
101     TWBoundary->setObjectName(QString::fromUtf8("TWBoundary"));
102     TWBoundary->setGeometry(QRect(4, 20, 371, 161));
103     TWBoundary->setEditTriggers(QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::NoEditTriggers|QAbstractItemView::SelectedClicked);
104     TWBoundary->setShowGrid(true);
105     TWBoundary->setRowCount(0);
106     TWBoundary->setColumnCount(1);
107     layoutWidget = new QWidget(GBBoundaryA);
108     layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
109     layoutWidget->setGeometry(QRect(430, 40, 77, 95));
110     gridLayout1 = new QGridLayout(layoutWidget);
111     gridLayout1->setSpacing(6);
112     gridLayout1->setMargin(0);
113     gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
114     PBBoundaryAnEdit = new QPushButton(layoutWidget);
115     PBBoundaryAnEdit->setObjectName(QString::fromUtf8("PBBoundaryAnEdit"));
116     PBBoundaryAnEdit->setAutoDefault(false);
117
118     gridLayout1->addWidget(PBBoundaryAnEdit, 1, 0, 1, 1);
119
120     PBBoundaryAnNew = new QPushButton(layoutWidget);
121     PBBoundaryAnNew->setObjectName(QString::fromUtf8("PBBoundaryAnNew"));
122     PBBoundaryAnNew->setAutoDefault(false);
123
124     gridLayout1->addWidget(PBBoundaryAnNew, 0, 0, 1, 1);
125
126     PBBoundaryAnHelp = new QPushButton(layoutWidget);
127     PBBoundaryAnHelp->setObjectName(QString::fromUtf8("PBBoundaryAnHelp"));
128     PBBoundaryAnHelp->setAutoDefault(false);
129
130     gridLayout1->addWidget(PBBoundaryAnHelp, 2, 0, 1, 1);
131
132
133     gridLayout->addWidget(GBBoundaryA, 12, 0, 1, 2);
134
135     GBBoundaryD = new QGroupBox(CreateCase);
136     GBBoundaryD->setObjectName(QString::fromUtf8("GBBoundaryD"));
137     QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
138     sizePolicy1.setHorizontalStretch(0);
139     sizePolicy1.setVerticalStretch(0);
140     sizePolicy1.setHeightForWidth(GBBoundaryD->sizePolicy().hasHeightForWidth());
141     GBBoundaryD->setSizePolicy(sizePolicy1);
142     gridLayout2 = new QGridLayout(GBBoundaryD);
143     gridLayout2->setSpacing(6);
144     gridLayout2->setMargin(9);
145     gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
146     PBBoundaryDiEdit = new QPushButton(GBBoundaryD);
147     PBBoundaryDiEdit->setObjectName(QString::fromUtf8("PBBoundaryDiEdit"));
148     PBBoundaryDiEdit->setAutoDefault(false);
149
150     gridLayout2->addWidget(PBBoundaryDiEdit, 0, 3, 1, 1);
151
152     PBBoundaryDiNew = new QPushButton(GBBoundaryD);
153     PBBoundaryDiNew->setObjectName(QString::fromUtf8("PBBoundaryDiNew"));
154     PBBoundaryDiNew->setAutoDefault(false);
155
156     gridLayout2->addWidget(PBBoundaryDiNew, 0, 2, 1, 1);
157
158     CBBoundaryDi = new QComboBox(GBBoundaryD);
159     CBBoundaryDi->setObjectName(QString::fromUtf8("CBBoundaryDi"));
160     CBBoundaryDi->setSizeAdjustPolicy(QComboBox::AdjustToContents);
161
162     gridLayout2->addWidget(CBBoundaryDi, 0, 0, 1, 1);
163
164     spacerItem = new QSpacerItem(40, 13, QSizePolicy::Fixed, QSizePolicy::Minimum);
165
166     gridLayout2->addItem(spacerItem, 0, 1, 1, 1);
167
168     PBBoundaryDiHelp = new QPushButton(GBBoundaryD);
169     PBBoundaryDiHelp->setObjectName(QString::fromUtf8("PBBoundaryDiHelp"));
170     PBBoundaryDiHelp->setAutoDefault(false);
171
172     gridLayout2->addWidget(PBBoundaryDiHelp, 0, 4, 1, 1);
173
174
175     gridLayout->addWidget(GBBoundaryD, 11, 0, 1, 1);
176
177     GroupButtons = new QGroupBox(CreateCase);
178     GroupButtons->setObjectName(QString::fromUtf8("GroupButtons"));
179     gridLayout3 = new QGridLayout(GroupButtons);
180     gridLayout3->setSpacing(6);
181     gridLayout3->setMargin(9);
182     gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
183     buttonHelp = new QPushButton(GroupButtons);
184     buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
185     buttonHelp->setAutoDefault(false);
186
187     gridLayout3->addWidget(buttonHelp, 0, 3, 1, 1);
188
189     buttonCancel = new QPushButton(GroupButtons);
190     buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
191     buttonCancel->setAutoDefault(false);
192
193     gridLayout3->addWidget(buttonCancel, 0, 2, 1, 1);
194
195     buttonApply = new QPushButton(GroupButtons);
196     buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
197     buttonApply->setAutoDefault(false);
198
199     gridLayout3->addWidget(buttonApply, 0, 1, 1, 1);
200
201     buttonOk = new QPushButton(GroupButtons);
202     buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
203     buttonOk->setAutoDefault(false);
204
205     gridLayout3->addWidget(buttonOk, 0, 0, 1, 1);
206
207
208     gridLayout->addWidget(GroupButtons, 13, 0, 1, 1);
209
210     hboxLayout = new QHBoxLayout();
211     hboxLayout->setSpacing(6);
212     hboxLayout->setMargin(0);
213     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
214     CBBoundaryD = new QCheckBox(CreateCase);
215     CBBoundaryD->setObjectName(QString::fromUtf8("CBBoundaryD"));
216
217     hboxLayout->addWidget(CBBoundaryD);
218
219     CBBoundaryA = new QCheckBox(CreateCase);
220     CBBoundaryA->setObjectName(QString::fromUtf8("CBBoundaryA"));
221
222     hboxLayout->addWidget(CBBoundaryA);
223
224
225     gridLayout->addLayout(hboxLayout, 9, 0, 1, 1);
226
227     hboxLayout1 = new QHBoxLayout();
228     hboxLayout1->setSpacing(6);
229     hboxLayout1->setMargin(0);
230     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
231     Name = new QLabel(CreateCase);
232     Name->setObjectName(QString::fromUtf8("Name"));
233
234     hboxLayout1->addWidget(Name);
235
236     LECaseName = new QLineEdit(CreateCase);
237     LECaseName->setObjectName(QString::fromUtf8("LECaseName"));
238     LECaseName->setMinimumSize(QSize(382, 21));
239
240     hboxLayout1->addWidget(LECaseName);
241
242
243     gridLayout->addLayout(hboxLayout1, 0, 0, 1, 2);
244
245     hboxLayout2 = new QHBoxLayout();
246     hboxLayout2->setSpacing(6);
247     hboxLayout2->setMargin(0);
248     hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
249     Directory = new QLabel(CreateCase);
250     Directory->setObjectName(QString::fromUtf8("Directory"));
251
252     hboxLayout2->addWidget(Directory);
253
254     PushDir = new QPushButton(CreateCase);
255     PushDir->setObjectName(QString::fromUtf8("PushDir"));
256     PushDir->setAutoDefault(false);
257
258     hboxLayout2->addWidget(PushDir);
259
260     LEDirName = new QLineEdit(CreateCase);
261     LEDirName->setObjectName(QString::fromUtf8("LEDirName"));
262     LEDirName->setMinimumSize(QSize(382, 21));
263
264     hboxLayout2->addWidget(LEDirName);
265
266
267     gridLayout->addLayout(hboxLayout2, 1, 0, 1, 1);
268
269     hboxLayout3 = new QHBoxLayout();
270     hboxLayout3->setSpacing(6);
271     hboxLayout3->setMargin(0);
272     hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
273     Mesh_2 = new QLabel(CreateCase);
274     Mesh_2->setObjectName(QString::fromUtf8("Mesh_2"));
275
276     hboxLayout3->addWidget(Mesh_2);
277
278     PushFichier = new QPushButton(CreateCase);
279     PushFichier->setObjectName(QString::fromUtf8("PushFichier"));
280     PushFichier->setAutoDefault(false);
281
282     hboxLayout3->addWidget(PushFichier);
283
284     LEFileName = new QLineEdit(CreateCase);
285     LEFileName->setObjectName(QString::fromUtf8("LEFileName"));
286     LEFileName->setMinimumSize(QSize(382, 21));
287
288     hboxLayout3->addWidget(LEFileName);
289
290
291     gridLayout->addLayout(hboxLayout3, 3, 0, 1, 2);
292
293     spacerItem1 = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);
294
295     gridLayout->addItem(spacerItem1, 4, 0, 1, 1);
296
297     GBTypeConf = new QGroupBox(CreateCase);
298     GBTypeConf->setObjectName(QString::fromUtf8("GBTypeConf"));
299     hboxLayout4 = new QHBoxLayout(GBTypeConf);
300     hboxLayout4->setSpacing(6);
301     hboxLayout4->setMargin(9);
302     hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
303     RBConforme = new QRadioButton(GBTypeConf);
304     RBConforme->setObjectName(QString::fromUtf8("RBConforme"));
305     RBConforme->setChecked(true);
306
307     hboxLayout4->addWidget(RBConforme);
308
309     RBNonConforme = new QRadioButton(GBTypeConf);
310     RBNonConforme->setObjectName(QString::fromUtf8("RBNonConforme"));
311
312     hboxLayout4->addWidget(RBNonConforme);
313
314
315     gridLayout->addWidget(GBTypeConf, 5, 0, 1, 2);
316
317     spacerItem2 = new QSpacerItem(20, 1, QSizePolicy::Minimum, QSizePolicy::Expanding);
318
319     gridLayout->addItem(spacerItem2, 6, 0, 1, 1);
320
321     GBTypeNoConf = new QGroupBox(CreateCase);
322     GBTypeNoConf->setObjectName(QString::fromUtf8("GBTypeNoConf"));
323     hboxLayout5 = new QHBoxLayout(GBTypeNoConf);
324     hboxLayout5->setSpacing(6);
325     hboxLayout5->setMargin(9);
326     hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
327     RB1NpM = new QRadioButton(GBTypeNoConf);
328     RB1NpM->setObjectName(QString::fromUtf8("RB1NpM"));
329
330     hboxLayout5->addWidget(RB1NpM);
331
332     RB1NpA = new QRadioButton(GBTypeNoConf);
333     RB1NpA->setObjectName(QString::fromUtf8("RB1NpA"));
334
335     hboxLayout5->addWidget(RB1NpA);
336
337     RBQuelconque = new QRadioButton(GBTypeNoConf);
338     RBQuelconque->setObjectName(QString::fromUtf8("RBQuelconque"));
339
340     hboxLayout5->addWidget(RBQuelconque);
341
342
343     gridLayout->addWidget(GBTypeNoConf, 7, 0, 1, 2);
344
345     spacerItem3 = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);
346
347     gridLayout->addItem(spacerItem3, 8, 0, 1, 1);
348
349     spacerItem4 = new QSpacerItem(20, 2, QSizePolicy::Minimum, QSizePolicy::Expanding);
350
351     gridLayout->addItem(spacerItem4, 10, 0, 1, 1);
352
353     spacerItem5 = new QSpacerItem(20, 18, QSizePolicy::Minimum, QSizePolicy::Expanding);
354
355     gridLayout->addItem(spacerItem5, 2, 1, 1, 1);
356
357
358     retranslateUi(CreateCase);
359
360     QSize size(601, 843);
361     size = size.expandedTo(CreateCase->minimumSizeHint());
362     CreateCase->resize(size);
363
364
365     CBBoundaryDi->setCurrentIndex(-1);
366
367
368     QMetaObject::connectSlotsByName(CreateCase);
369     } // setupUi
370
371     void retranslateUi(QDialog *CreateCase)
372     {
373     CreateCase->setWindowTitle(QApplication::translate("CreateCase", "Create a case", 0, QApplication::UnicodeUTF8));
374     GBBoundaryA->setTitle(QApplication::translate("CreateCase", "Analytical boundary", 0, QApplication::UnicodeUTF8));
375     if (TWBoundary->columnCount() < 1)
376         TWBoundary->setColumnCount(1);
377
378     QTableWidgetItem *__colItem = new QTableWidgetItem();
379     __colItem->setText(QApplication::translate("CreateCase", "a_virer", 0, QApplication::UnicodeUTF8));
380     TWBoundary->setHorizontalHeaderItem(0, __colItem);
381     PBBoundaryAnEdit->setText(QApplication::translate("CreateCase", "Edit", 0, QApplication::UnicodeUTF8));
382     PBBoundaryAnNew->setText(QApplication::translate("CreateCase", "New", 0, QApplication::UnicodeUTF8));
383     PBBoundaryAnHelp->setText(QApplication::translate("CreateCase", "Help", 0, QApplication::UnicodeUTF8));
384     GBBoundaryD->setTitle(QApplication::translate("CreateCase", "Discrete boundary", 0, QApplication::UnicodeUTF8));
385     PBBoundaryDiEdit->setText(QApplication::translate("CreateCase", "Edit", 0, QApplication::UnicodeUTF8));
386     PBBoundaryDiNew->setText(QApplication::translate("CreateCase", "New", 0, QApplication::UnicodeUTF8));
387     PBBoundaryDiHelp->setText(QApplication::translate("CreateCase", "Help", 0, QApplication::UnicodeUTF8));
388     GroupButtons->setTitle(QString());
389     buttonHelp->setText(QApplication::translate("CreateCase", "Help", 0, QApplication::UnicodeUTF8));
390     buttonCancel->setText(QApplication::translate("CreateCase", "Cancel", 0, QApplication::UnicodeUTF8));
391     buttonApply->setText(QApplication::translate("CreateCase", "Apply", 0, QApplication::UnicodeUTF8));
392     buttonOk->setText(QApplication::translate("CreateCase", "OK", 0, QApplication::UnicodeUTF8));
393     CBBoundaryD->setText(QApplication::translate("CreateCase", "Discrete boundary", 0, QApplication::UnicodeUTF8));
394     CBBoundaryA->setText(QApplication::translate("CreateCase", "Analytical boundary", 0, QApplication::UnicodeUTF8));
395     Name->setText(QApplication::translate("CreateCase", "Name", 0, QApplication::UnicodeUTF8));
396     Directory->setText(QApplication::translate("CreateCase", "Directory", 0, QApplication::UnicodeUTF8));
397     PushDir->setText(QString());
398     Mesh_2->setText(QApplication::translate("CreateCase", "Mesh", 0, QApplication::UnicodeUTF8));
399     PushFichier->setText(QString());
400     GBTypeConf->setTitle(QApplication::translate("CreateCase", "Conformity type", 0, QApplication::UnicodeUTF8));
401     RBConforme->setText(QApplication::translate("CreateCase", "Conformal", 0, QApplication::UnicodeUTF8));
402     RBNonConforme->setText(QApplication::translate("CreateCase", "Non conformal", 0, QApplication::UnicodeUTF8));
403     GBTypeNoConf->setTitle(QApplication::translate("CreateCase", "Non conformal option", 0, QApplication::UnicodeUTF8));
404     RB1NpM->setText(QApplication::translate("CreateCase", "1 hanging node per mesh", 0, QApplication::UnicodeUTF8));
405     RB1NpA->setText(QApplication::translate("CreateCase", "1 node per edge", 0, QApplication::UnicodeUTF8));
406     RBQuelconque->setText(QApplication::translate("CreateCase", "Free", 0, QApplication::UnicodeUTF8));
407     Q_UNUSED(CreateCase);
408     } // retranslateUi
409
410 };
411
412 namespace Ui {
413     class CreateCase: public Ui_CreateCase {};
414 } // namespace Ui
415
416 #endif // CREATECASE_H