Salome HOME
Synchronize adm files
[modules/homard.git] / src / HOMARDGUI / CreateYACS.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'CreateYACS.ui'
3 **
4 ** Created: Mon Jan 20 13:23:30 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 CREATEYACS_H
11 #define CREATEYACS_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QDoubleSpinBox>
18 #include <QtGui/QGridLayout>
19 #include <QtGui/QGroupBox>
20 #include <QtGui/QHBoxLayout>
21 #include <QtGui/QHeaderView>
22 #include <QtGui/QLabel>
23 #include <QtGui/QLineEdit>
24 #include <QtGui/QPushButton>
25 #include <QtGui/QRadioButton>
26 #include <QtGui/QScrollArea>
27 #include <QtGui/QSpacerItem>
28 #include <QtGui/QSpinBox>
29 #include <QtGui/QWidget>
30
31 QT_BEGIN_NAMESPACE
32
33 class Ui_CreateYACS
34 {
35 public:
36     QWidget *scrollAreaWidgetContents;
37     QGridLayout *gridLayout_5;
38     QWidget *WName;
39     QGridLayout *gridLayout_2;
40     QLabel *Name;
41     QLineEdit *LEName;
42     QSpacerItem *horizontalSpacer;
43     QGridLayout *gridLayout;
44     QLabel *Case;
45     QPushButton *PBCaseName;
46     QLineEdit *LECaseName;
47     QHBoxLayout *_2;
48     QLabel *Script;
49     QPushButton *PBScriptFile;
50     QLineEdit *LEScriptFile;
51     QHBoxLayout *hboxLayout;
52     QLabel *DirectoryStart;
53     QPushButton *PBDir;
54     QLineEdit *LEDirName;
55     QHBoxLayout *_3;
56     QLabel *MeshFile;
57     QPushButton *PBMeshFile;
58     QLineEdit *LEMeshFile;
59     QGroupBox *GBTypeSchema;
60     QHBoxLayout *_4;
61     QRadioButton *RBConstant;
62     QRadioButton *RBVariable;
63     QGroupBox *GBMax;
64     QGridLayout *gridLayout_3;
65     QLabel *TLMaxIteration;
66     QSpinBox *SpinBoxMaxIter;
67     QLabel *TLMaxNodes;
68     QSpinBox *SpinBoxMaxNode;
69     QLabel *TLMaxElem;
70     QSpinBox *SpinBoxMaxElem;
71     QSpacerItem *horizontalSpacer_2;
72     QGroupBox *GBConvergence;
73     QGridLayout *gridLayout_4;
74     QRadioButton *RBNone;
75     QRadioButton *RBVMinAbs;
76     QRadioButton *RBVMaxAbs;
77     QLabel *labelVref;
78     QDoubleSpinBox *doubleSpinBoxConvergence;
79     QSpacerItem *horizontalSpacer_3;
80     QGroupBox *GroupButtons;
81     QGridLayout *gridLayout1;
82     QPushButton *buttonHelp;
83     QPushButton *buttonApply;
84     QPushButton *buttonOk;
85     QPushButton *buttonCancel;
86     QSpacerItem *spacer_2;
87
88     void setupUi(QScrollArea *CreateYACS)
89     {
90         if (CreateYACS->objectName().isEmpty())
91             CreateYACS->setObjectName(QString::fromUtf8("CreateYACS"));
92         CreateYACS->resize(684, 649);
93         QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
94         sizePolicy.setHorizontalStretch(0);
95         sizePolicy.setVerticalStretch(0);
96         sizePolicy.setHeightForWidth(CreateYACS->sizePolicy().hasHeightForWidth());
97         CreateYACS->setSizePolicy(sizePolicy);
98         CreateYACS->setMinimumSize(QSize(600, 500));
99         CreateYACS->setSizeIncrement(QSize(1, 1));
100         CreateYACS->setBaseSize(QSize(600, 500));
101         CreateYACS->setWidgetResizable(true);
102         scrollAreaWidgetContents = new QWidget();
103         scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
104         scrollAreaWidgetContents->setGeometry(QRect(0, 0, 680, 645));
105         scrollAreaWidgetContents->setProperty("sizeGripEnabled", QVariant(true));
106         gridLayout_5 = new QGridLayout(scrollAreaWidgetContents);
107         gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
108         WName = new QWidget(scrollAreaWidgetContents);
109         WName->setObjectName(QString::fromUtf8("WName"));
110         gridLayout_2 = new QGridLayout(WName);
111         gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
112         Name = new QLabel(WName);
113         Name->setObjectName(QString::fromUtf8("Name"));
114
115         gridLayout_2->addWidget(Name, 0, 0, 1, 1);
116
117         LEName = new QLineEdit(WName);
118         LEName->setObjectName(QString::fromUtf8("LEName"));
119         LEName->setMaxLength(32);
120
121         gridLayout_2->addWidget(LEName, 0, 1, 1, 1);
122
123
124         gridLayout_5->addWidget(WName, 0, 0, 1, 1);
125
126         horizontalSpacer = new QSpacerItem(131, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
127
128         gridLayout_5->addItem(horizontalSpacer, 0, 1, 1, 1);
129
130         gridLayout = new QGridLayout();
131         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
132         Case = new QLabel(scrollAreaWidgetContents);
133         Case->setObjectName(QString::fromUtf8("Case"));
134
135         gridLayout->addWidget(Case, 0, 0, 1, 1);
136
137         PBCaseName = new QPushButton(scrollAreaWidgetContents);
138         PBCaseName->setObjectName(QString::fromUtf8("PBCaseName"));
139         PBCaseName->setEnabled(true);
140         PBCaseName->setMaximumSize(QSize(50, 27));
141
142         gridLayout->addWidget(PBCaseName, 0, 1, 1, 1);
143
144         LECaseName = new QLineEdit(scrollAreaWidgetContents);
145         LECaseName->setObjectName(QString::fromUtf8("LECaseName"));
146         LECaseName->setMinimumSize(QSize(382, 21));
147
148         gridLayout->addWidget(LECaseName, 0, 2, 1, 1);
149
150
151         gridLayout_5->addLayout(gridLayout, 1, 0, 1, 2);
152
153         _2 = new QHBoxLayout();
154 #ifndef Q_OS_MAC
155         _2->setSpacing(6);
156 #endif
157         _2->setContentsMargins(0, 0, 0, 0);
158         _2->setObjectName(QString::fromUtf8("_2"));
159         Script = new QLabel(scrollAreaWidgetContents);
160         Script->setObjectName(QString::fromUtf8("Script"));
161
162         _2->addWidget(Script);
163
164         PBScriptFile = new QPushButton(scrollAreaWidgetContents);
165         PBScriptFile->setObjectName(QString::fromUtf8("PBScriptFile"));
166         PBScriptFile->setAutoDefault(false);
167
168         _2->addWidget(PBScriptFile);
169
170         LEScriptFile = new QLineEdit(scrollAreaWidgetContents);
171         LEScriptFile->setObjectName(QString::fromUtf8("LEScriptFile"));
172         LEScriptFile->setMinimumSize(QSize(382, 21));
173
174         _2->addWidget(LEScriptFile);
175
176
177         gridLayout_5->addLayout(_2, 2, 0, 1, 2);
178
179         hboxLayout = new QHBoxLayout();
180 #ifndef Q_OS_MAC
181         hboxLayout->setSpacing(6);
182 #endif
183         hboxLayout->setContentsMargins(0, 0, 0, 0);
184         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
185         DirectoryStart = new QLabel(scrollAreaWidgetContents);
186         DirectoryStart->setObjectName(QString::fromUtf8("DirectoryStart"));
187
188         hboxLayout->addWidget(DirectoryStart);
189
190         PBDir = new QPushButton(scrollAreaWidgetContents);
191         PBDir->setObjectName(QString::fromUtf8("PBDir"));
192         PBDir->setAutoDefault(false);
193
194         hboxLayout->addWidget(PBDir);
195
196         LEDirName = new QLineEdit(scrollAreaWidgetContents);
197         LEDirName->setObjectName(QString::fromUtf8("LEDirName"));
198         LEDirName->setMinimumSize(QSize(382, 21));
199
200         hboxLayout->addWidget(LEDirName);
201
202
203         gridLayout_5->addLayout(hboxLayout, 3, 0, 1, 2);
204
205         _3 = new QHBoxLayout();
206 #ifndef Q_OS_MAC
207         _3->setSpacing(6);
208 #endif
209         _3->setContentsMargins(0, 0, 0, 0);
210         _3->setObjectName(QString::fromUtf8("_3"));
211         MeshFile = new QLabel(scrollAreaWidgetContents);
212         MeshFile->setObjectName(QString::fromUtf8("MeshFile"));
213
214         _3->addWidget(MeshFile);
215
216         PBMeshFile = new QPushButton(scrollAreaWidgetContents);
217         PBMeshFile->setObjectName(QString::fromUtf8("PBMeshFile"));
218         PBMeshFile->setAutoDefault(false);
219
220         _3->addWidget(PBMeshFile);
221
222         LEMeshFile = new QLineEdit(scrollAreaWidgetContents);
223         LEMeshFile->setObjectName(QString::fromUtf8("LEMeshFile"));
224         LEMeshFile->setMinimumSize(QSize(382, 21));
225
226         _3->addWidget(LEMeshFile);
227
228
229         gridLayout_5->addLayout(_3, 4, 0, 1, 2);
230
231         GBTypeSchema = new QGroupBox(scrollAreaWidgetContents);
232         GBTypeSchema->setObjectName(QString::fromUtf8("GBTypeSchema"));
233         _4 = new QHBoxLayout(GBTypeSchema);
234 #ifndef Q_OS_MAC
235         _4->setSpacing(6);
236 #endif
237 #ifndef Q_OS_MAC
238         _4->setContentsMargins(9, 9, 9, 9);
239 #endif
240         _4->setObjectName(QString::fromUtf8("_4"));
241         RBConstant = new QRadioButton(GBTypeSchema);
242         RBConstant->setObjectName(QString::fromUtf8("RBConstant"));
243         RBConstant->setChecked(true);
244
245         _4->addWidget(RBConstant);
246
247         RBVariable = new QRadioButton(GBTypeSchema);
248         RBVariable->setObjectName(QString::fromUtf8("RBVariable"));
249
250         _4->addWidget(RBVariable);
251
252
253         gridLayout_5->addWidget(GBTypeSchema, 5, 0, 1, 1);
254
255         GBMax = new QGroupBox(scrollAreaWidgetContents);
256         GBMax->setObjectName(QString::fromUtf8("GBMax"));
257         gridLayout_3 = new QGridLayout(GBMax);
258         gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
259         TLMaxIteration = new QLabel(GBMax);
260         TLMaxIteration->setObjectName(QString::fromUtf8("TLMaxIteration"));
261         QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
262         sizePolicy1.setHorizontalStretch(0);
263         sizePolicy1.setVerticalStretch(0);
264         sizePolicy1.setHeightForWidth(TLMaxIteration->sizePolicy().hasHeightForWidth());
265         TLMaxIteration->setSizePolicy(sizePolicy1);
266         TLMaxIteration->setWordWrap(false);
267
268         gridLayout_3->addWidget(TLMaxIteration, 0, 0, 1, 1);
269
270         SpinBoxMaxIter = new QSpinBox(GBMax);
271         SpinBoxMaxIter->setObjectName(QString::fromUtf8("SpinBoxMaxIter"));
272         SpinBoxMaxIter->setMinimum(0);
273         SpinBoxMaxIter->setMaximum(999999999);
274         SpinBoxMaxIter->setValue(0);
275
276         gridLayout_3->addWidget(SpinBoxMaxIter, 0, 1, 1, 1);
277
278         TLMaxNodes = new QLabel(GBMax);
279         TLMaxNodes->setObjectName(QString::fromUtf8("TLMaxNodes"));
280         sizePolicy1.setHeightForWidth(TLMaxNodes->sizePolicy().hasHeightForWidth());
281         TLMaxNodes->setSizePolicy(sizePolicy1);
282         TLMaxNodes->setWordWrap(false);
283
284         gridLayout_3->addWidget(TLMaxNodes, 1, 0, 1, 1);
285
286         SpinBoxMaxNode = new QSpinBox(GBMax);
287         SpinBoxMaxNode->setObjectName(QString::fromUtf8("SpinBoxMaxNode"));
288         SpinBoxMaxNode->setMinimum(0);
289         SpinBoxMaxNode->setMaximum(999999999);
290         SpinBoxMaxNode->setSingleStep(1000);
291         SpinBoxMaxNode->setValue(0);
292
293         gridLayout_3->addWidget(SpinBoxMaxNode, 1, 1, 1, 1);
294
295         TLMaxElem = new QLabel(GBMax);
296         TLMaxElem->setObjectName(QString::fromUtf8("TLMaxElem"));
297         sizePolicy1.setHeightForWidth(TLMaxElem->sizePolicy().hasHeightForWidth());
298         TLMaxElem->setSizePolicy(sizePolicy1);
299         TLMaxElem->setWordWrap(false);
300
301         gridLayout_3->addWidget(TLMaxElem, 1, 2, 1, 1);
302
303         SpinBoxMaxElem = new QSpinBox(GBMax);
304         SpinBoxMaxElem->setObjectName(QString::fromUtf8("SpinBoxMaxElem"));
305         SpinBoxMaxElem->setMinimum(0);
306         SpinBoxMaxElem->setMaximum(999999999);
307         SpinBoxMaxElem->setSingleStep(1000);
308         SpinBoxMaxElem->setValue(0);
309
310         gridLayout_3->addWidget(SpinBoxMaxElem, 1, 3, 1, 1);
311
312
313         gridLayout_5->addWidget(GBMax, 6, 0, 1, 1);
314
315         horizontalSpacer_2 = new QSpacerItem(269, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
316
317         gridLayout_5->addItem(horizontalSpacer_2, 6, 1, 1, 1);
318
319         GBConvergence = new QGroupBox(scrollAreaWidgetContents);
320         GBConvergence->setObjectName(QString::fromUtf8("GBConvergence"));
321         gridLayout_4 = new QGridLayout(GBConvergence);
322         gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
323         RBNone = new QRadioButton(GBConvergence);
324         RBNone->setObjectName(QString::fromUtf8("RBNone"));
325         RBNone->setChecked(true);
326
327         gridLayout_4->addWidget(RBNone, 0, 0, 1, 1);
328
329         RBVMinAbs = new QRadioButton(GBConvergence);
330         RBVMinAbs->setObjectName(QString::fromUtf8("RBVMinAbs"));
331
332         gridLayout_4->addWidget(RBVMinAbs, 0, 1, 1, 1);
333
334         RBVMaxAbs = new QRadioButton(GBConvergence);
335         RBVMaxAbs->setObjectName(QString::fromUtf8("RBVMaxAbs"));
336
337         gridLayout_4->addWidget(RBVMaxAbs, 0, 2, 1, 1);
338
339         labelVref = new QLabel(GBConvergence);
340         labelVref->setObjectName(QString::fromUtf8("labelVref"));
341
342         gridLayout_4->addWidget(labelVref, 1, 0, 1, 1);
343
344         doubleSpinBoxConvergence = new QDoubleSpinBox(GBConvergence);
345         doubleSpinBoxConvergence->setObjectName(QString::fromUtf8("doubleSpinBoxConvergence"));
346         doubleSpinBoxConvergence->setDecimals(4);
347         doubleSpinBoxConvergence->setMinimum(-1e+09);
348         doubleSpinBoxConvergence->setMaximum(1e+09);
349
350         gridLayout_4->addWidget(doubleSpinBoxConvergence, 1, 1, 1, 1);
351
352
353         gridLayout_5->addWidget(GBConvergence, 7, 0, 1, 1);
354
355         horizontalSpacer_3 = new QSpacerItem(269, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
356
357         gridLayout_5->addItem(horizontalSpacer_3, 7, 1, 1, 1);
358
359         GroupButtons = new QGroupBox(scrollAreaWidgetContents);
360         GroupButtons->setObjectName(QString::fromUtf8("GroupButtons"));
361         gridLayout1 = new QGridLayout(GroupButtons);
362 #ifndef Q_OS_MAC
363         gridLayout1->setSpacing(6);
364 #endif
365 #ifndef Q_OS_MAC
366         gridLayout1->setContentsMargins(9, 9, 9, 9);
367 #endif
368         gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
369         buttonHelp = new QPushButton(GroupButtons);
370         buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
371         buttonHelp->setAutoDefault(false);
372
373         gridLayout1->addWidget(buttonHelp, 0, 4, 1, 1);
374
375         buttonApply = new QPushButton(GroupButtons);
376         buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
377         buttonApply->setAutoDefault(false);
378
379         gridLayout1->addWidget(buttonApply, 0, 1, 1, 1);
380
381         buttonOk = new QPushButton(GroupButtons);
382         buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
383         buttonOk->setAutoDefault(false);
384
385         gridLayout1->addWidget(buttonOk, 0, 0, 1, 1);
386
387         buttonCancel = new QPushButton(GroupButtons);
388         buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
389         buttonCancel->setAutoDefault(false);
390
391         gridLayout1->addWidget(buttonCancel, 0, 2, 1, 1);
392
393
394         gridLayout_5->addWidget(GroupButtons, 8, 0, 1, 1);
395
396         spacer_2 = new QSpacerItem(128, 25, QSizePolicy::Fixed, QSizePolicy::Minimum);
397
398         gridLayout_5->addItem(spacer_2, 8, 1, 1, 1);
399
400         CreateYACS->setWidget(scrollAreaWidgetContents);
401
402         retranslateUi(CreateYACS);
403
404         QMetaObject::connectSlotsByName(CreateYACS);
405     } // setupUi
406
407     void retranslateUi(QScrollArea *CreateYACS)
408     {
409         CreateYACS->setWindowTitle(QApplication::translate("CreateYACS", "Create YACS", 0, QApplication::UnicodeUTF8));
410         Name->setText(QApplication::translate("CreateYACS", "Name", 0, QApplication::UnicodeUTF8));
411         Case->setText(QApplication::translate("CreateYACS", "Case", 0, QApplication::UnicodeUTF8));
412         PBCaseName->setText(QString());
413         Script->setText(QApplication::translate("CreateYACS", "Script", 0, QApplication::UnicodeUTF8));
414         PBScriptFile->setText(QString());
415         DirectoryStart->setText(QApplication::translate("CreateYACS", "Directory", 0, QApplication::UnicodeUTF8));
416         PBDir->setText(QString());
417         MeshFile->setText(QApplication::translate("CreateYACS", "Mesh file", 0, QApplication::UnicodeUTF8));
418         PBMeshFile->setText(QString());
419         GBTypeSchema->setTitle(QApplication::translate("CreateYACS", "Type of schema", 0, QApplication::UnicodeUTF8));
420         RBConstant->setText(QApplication::translate("CreateYACS", "Constant", 0, QApplication::UnicodeUTF8));
421         RBVariable->setText(QApplication::translate("CreateYACS", "Variable", 0, QApplication::UnicodeUTF8));
422         GBMax->setTitle(QApplication::translate("CreateYACS", "Maximum of ...", 0, QApplication::UnicodeUTF8));
423         TLMaxIteration->setText(QApplication::translate("CreateYACS", "Iterations", 0, QApplication::UnicodeUTF8));
424         TLMaxNodes->setText(QApplication::translate("CreateYACS", "Nodes", 0, QApplication::UnicodeUTF8));
425         TLMaxElem->setText(QApplication::translate("CreateYACS", "Elements", 0, QApplication::UnicodeUTF8));
426         GBConvergence->setTitle(QApplication::translate("CreateYACS", "Test of convergence", 0, QApplication::UnicodeUTF8));
427         RBNone->setText(QApplication::translate("CreateYACS", "None", 0, QApplication::UnicodeUTF8));
428         RBVMinAbs->setText(QApplication::translate("CreateYACS", "Vtest > Vref", 0, QApplication::UnicodeUTF8));
429         RBVMaxAbs->setText(QApplication::translate("CreateYACS", "Vtest < Vref", 0, QApplication::UnicodeUTF8));
430         labelVref->setText(QApplication::translate("CreateYACS", "Vref", 0, QApplication::UnicodeUTF8));
431         GroupButtons->setTitle(QString());
432         buttonHelp->setText(QApplication::translate("CreateYACS", "Help", 0, QApplication::UnicodeUTF8));
433         buttonApply->setText(QApplication::translate("CreateYACS", "Apply", 0, QApplication::UnicodeUTF8));
434         buttonOk->setText(QApplication::translate("CreateYACS", "OK", 0, QApplication::UnicodeUTF8));
435         buttonCancel->setText(QApplication::translate("CreateYACS", "Cancel", 0, QApplication::UnicodeUTF8));
436     } // retranslateUi
437
438 };
439
440 namespace Ui {
441     class CreateYACS: public Ui_CreateYACS {};
442 } // namespace Ui
443
444 QT_END_NAMESPACE
445
446 #endif // CREATEYACS_H