Salome HOME
48778fdd281447032400cf18a91a6b1c5b3b9745
[modules/homard.git] / src / HOMARDGUI / CreateBoundaryAn.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'CreateBoundaryAn.ui'
3 **
4 ** Created: Tue Sep 17 14:08:40 2013
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 CREATEBOUNDARYAN_H
11 #define CREATEBOUNDARYAN_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QDialog>
18 #include <QtGui/QDoubleSpinBox>
19 #include <QtGui/QGridLayout>
20 #include <QtGui/QGroupBox>
21 #include <QtGui/QHeaderView>
22 #include <QtGui/QLabel>
23 #include <QtGui/QLineEdit>
24 #include <QtGui/QPushButton>
25 #include <QtGui/QRadioButton>
26
27 QT_BEGIN_NAMESPACE
28
29 class Ui_CreateBoundaryAn
30 {
31 public:
32     QGridLayout *gridLayout_4;
33     QLabel *Name;
34     QLineEdit *LEName;
35     QGroupBox *TypeBoundary;
36     QGridLayout *gridLayout;
37     QRadioButton *RBCylindre;
38     QRadioButton *RBSphere;
39     QRadioButton *RBCone;
40     QGroupBox *gBCylindre;
41     QGridLayout *gridLayout1;
42     QDoubleSpinBox *SpinBox_Xcent;
43     QLabel *TLXcent;
44     QDoubleSpinBox *SpinBox_Radius;
45     QDoubleSpinBox *SpinBox_Zcent;
46     QLabel *TLradius;
47     QLabel *TLZcent;
48     QLabel *TLYcent;
49     QDoubleSpinBox *SpinBox_Ycent;
50     QLabel *TLXaxis;
51     QLabel *TLYaxis;
52     QLabel *TLZaxis;
53     QDoubleSpinBox *SpinBox_Zaxis;
54     QDoubleSpinBox *SpinBox_Yaxis;
55     QDoubleSpinBox *SpinBox_Xaxis;
56     QGroupBox *gBSphere;
57     QGridLayout *gridLayout2;
58     QDoubleSpinBox *SpinBox_Rayon;
59     QDoubleSpinBox *SpinBox_Zcentre;
60     QLabel *TLRayon;
61     QLabel *TLZcentre;
62     QLabel *TLYcentre;
63     QDoubleSpinBox *SpinBox_Ycentre;
64     QDoubleSpinBox *SpinBox_Xcentre;
65     QLabel *TLXcentre;
66     QGroupBox *gBCone;
67     QGridLayout *gridLayout_3;
68     QGroupBox *groupBox;
69     QGridLayout *gridLayout_2;
70     QRadioButton *RB_Def_radius;
71     QRadioButton *RB_Def_angle;
72     QLabel *TLCone_X1;
73     QDoubleSpinBox *SpinBox_Cone_X1;
74     QLabel *TLCone_X2;
75     QDoubleSpinBox *SpinBox_Cone_X2;
76     QLabel *TLCone_Y1;
77     QDoubleSpinBox *SpinBox_Cone_Y1;
78     QLabel *TLCone_Y2;
79     QDoubleSpinBox *SpinBox_Cone_Y2;
80     QLabel *TLCone_Z1;
81     QDoubleSpinBox *SpinBox_Cone_Z1;
82     QLabel *TLCone_Z2;
83     QDoubleSpinBox *SpinBox_Cone_Z2;
84     QLabel *TLCone_V1;
85     QDoubleSpinBox *SpinBox_Cone_V1;
86     QLabel *TLCone_V2;
87     QDoubleSpinBox *SpinBox_Cone_V2;
88     QGroupBox *GBButtons;
89     QGridLayout *gridLayout3;
90     QPushButton *buttonHelp;
91     QPushButton *buttonCancel;
92     QPushButton *buttonApply;
93     QPushButton *buttonOk;
94
95     void setupUi(QDialog *CreateBoundaryAn)
96     {
97         if (CreateBoundaryAn->objectName().isEmpty())
98             CreateBoundaryAn->setObjectName(QString::fromUtf8("CreateBoundaryAn"));
99         CreateBoundaryAn->resize(527, 701);
100         CreateBoundaryAn->setAutoFillBackground(true);
101         CreateBoundaryAn->setSizeGripEnabled(true);
102         gridLayout_4 = new QGridLayout(CreateBoundaryAn);
103         gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
104         Name = new QLabel(CreateBoundaryAn);
105         Name->setObjectName(QString::fromUtf8("Name"));
106
107         gridLayout_4->addWidget(Name, 0, 0, 1, 1);
108
109         LEName = new QLineEdit(CreateBoundaryAn);
110         LEName->setObjectName(QString::fromUtf8("LEName"));
111         LEName->setMaxLength(32);
112
113         gridLayout_4->addWidget(LEName, 0, 1, 1, 1);
114
115         TypeBoundary = new QGroupBox(CreateBoundaryAn);
116         TypeBoundary->setObjectName(QString::fromUtf8("TypeBoundary"));
117         QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
118         sizePolicy.setHorizontalStretch(0);
119         sizePolicy.setVerticalStretch(0);
120         sizePolicy.setHeightForWidth(TypeBoundary->sizePolicy().hasHeightForWidth());
121         TypeBoundary->setSizePolicy(sizePolicy);
122         TypeBoundary->setMinimumSize(QSize(340, 0));
123         gridLayout = new QGridLayout(TypeBoundary);
124         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
125         RBCylindre = new QRadioButton(TypeBoundary);
126         RBCylindre->setObjectName(QString::fromUtf8("RBCylindre"));
127         QIcon icon;
128         icon.addFile(QString::fromUtf8("../../resources/cylinderpointvector.png"), QSize(), QIcon::Normal, QIcon::Off);
129         RBCylindre->setIcon(icon);
130         RBCylindre->setCheckable(true);
131         RBCylindre->setChecked(true);
132
133         gridLayout->addWidget(RBCylindre, 0, 0, 1, 1);
134
135         RBSphere = new QRadioButton(TypeBoundary);
136         RBSphere->setObjectName(QString::fromUtf8("RBSphere"));
137         QIcon icon1;
138         icon1.addFile(QString::fromUtf8("../../resources/zone_spherepoint.png"), QSize(), QIcon::Normal, QIcon::Off);
139         RBSphere->setIcon(icon1);
140
141         gridLayout->addWidget(RBSphere, 0, 1, 1, 1);
142
143         RBCone = new QRadioButton(TypeBoundary);
144         RBCone->setObjectName(QString::fromUtf8("RBCone"));
145         QIcon icon2;
146         icon2.addFile(QString::fromUtf8("../../resources/cone.png"), QSize(), QIcon::Normal, QIcon::Off);
147         RBCone->setIcon(icon2);
148
149         gridLayout->addWidget(RBCone, 0, 2, 1, 1);
150
151
152         gridLayout_4->addWidget(TypeBoundary, 1, 0, 1, 2);
153
154         gBCylindre = new QGroupBox(CreateBoundaryAn);
155         gBCylindre->setObjectName(QString::fromUtf8("gBCylindre"));
156         sizePolicy.setHeightForWidth(gBCylindre->sizePolicy().hasHeightForWidth());
157         gBCylindre->setSizePolicy(sizePolicy);
158         gridLayout1 = new QGridLayout(gBCylindre);
159 #ifndef Q_OS_MAC
160         gridLayout1->setSpacing(6);
161 #endif
162 #ifndef Q_OS_MAC
163         gridLayout1->setContentsMargins(9, 9, 9, 9);
164 #endif
165         gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
166         SpinBox_Xcent = new QDoubleSpinBox(gBCylindre);
167         SpinBox_Xcent->setObjectName(QString::fromUtf8("SpinBox_Xcent"));
168         SpinBox_Xcent->setDecimals(5);
169         SpinBox_Xcent->setMinimum(-1e+09);
170         SpinBox_Xcent->setMaximum(1e+09);
171         SpinBox_Xcent->setValue(0);
172
173         gridLayout1->addWidget(SpinBox_Xcent, 0, 1, 1, 1);
174
175         TLXcent = new QLabel(gBCylindre);
176         TLXcent->setObjectName(QString::fromUtf8("TLXcent"));
177         sizePolicy.setHeightForWidth(TLXcent->sizePolicy().hasHeightForWidth());
178         TLXcent->setSizePolicy(sizePolicy);
179         TLXcent->setWordWrap(false);
180
181         gridLayout1->addWidget(TLXcent, 0, 0, 1, 1);
182
183         SpinBox_Radius = new QDoubleSpinBox(gBCylindre);
184         SpinBox_Radius->setObjectName(QString::fromUtf8("SpinBox_Radius"));
185         SpinBox_Radius->setDecimals(5);
186         SpinBox_Radius->setMaximum(1e+09);
187
188         gridLayout1->addWidget(SpinBox_Radius, 3, 1, 1, 2);
189
190         SpinBox_Zcent = new QDoubleSpinBox(gBCylindre);
191         SpinBox_Zcent->setObjectName(QString::fromUtf8("SpinBox_Zcent"));
192         SpinBox_Zcent->setDecimals(5);
193         SpinBox_Zcent->setMinimum(-1e+09);
194         SpinBox_Zcent->setMaximum(1e+09);
195         SpinBox_Zcent->setValue(0);
196
197         gridLayout1->addWidget(SpinBox_Zcent, 2, 1, 1, 1);
198
199         TLradius = new QLabel(gBCylindre);
200         TLradius->setObjectName(QString::fromUtf8("TLradius"));
201         sizePolicy.setHeightForWidth(TLradius->sizePolicy().hasHeightForWidth());
202         TLradius->setSizePolicy(sizePolicy);
203         TLradius->setWordWrap(false);
204
205         gridLayout1->addWidget(TLradius, 3, 0, 1, 1);
206
207         TLZcent = new QLabel(gBCylindre);
208         TLZcent->setObjectName(QString::fromUtf8("TLZcent"));
209         sizePolicy.setHeightForWidth(TLZcent->sizePolicy().hasHeightForWidth());
210         TLZcent->setSizePolicy(sizePolicy);
211         TLZcent->setWordWrap(false);
212
213         gridLayout1->addWidget(TLZcent, 2, 0, 1, 1);
214
215         TLYcent = new QLabel(gBCylindre);
216         TLYcent->setObjectName(QString::fromUtf8("TLYcent"));
217         sizePolicy.setHeightForWidth(TLYcent->sizePolicy().hasHeightForWidth());
218         TLYcent->setSizePolicy(sizePolicy);
219         TLYcent->setWordWrap(false);
220
221         gridLayout1->addWidget(TLYcent, 1, 0, 1, 1);
222
223         SpinBox_Ycent = new QDoubleSpinBox(gBCylindre);
224         SpinBox_Ycent->setObjectName(QString::fromUtf8("SpinBox_Ycent"));
225         SpinBox_Ycent->setDecimals(5);
226         SpinBox_Ycent->setMinimum(-1e+09);
227         SpinBox_Ycent->setMaximum(1e+09);
228         SpinBox_Ycent->setValue(0);
229
230         gridLayout1->addWidget(SpinBox_Ycent, 1, 1, 1, 1);
231
232         TLXaxis = new QLabel(gBCylindre);
233         TLXaxis->setObjectName(QString::fromUtf8("TLXaxis"));
234         sizePolicy.setHeightForWidth(TLXaxis->sizePolicy().hasHeightForWidth());
235         TLXaxis->setSizePolicy(sizePolicy);
236         TLXaxis->setWordWrap(false);
237
238         gridLayout1->addWidget(TLXaxis, 0, 2, 1, 1);
239
240         TLYaxis = new QLabel(gBCylindre);
241         TLYaxis->setObjectName(QString::fromUtf8("TLYaxis"));
242         sizePolicy.setHeightForWidth(TLYaxis->sizePolicy().hasHeightForWidth());
243         TLYaxis->setSizePolicy(sizePolicy);
244         TLYaxis->setWordWrap(false);
245
246         gridLayout1->addWidget(TLYaxis, 1, 2, 1, 1);
247
248         TLZaxis = new QLabel(gBCylindre);
249         TLZaxis->setObjectName(QString::fromUtf8("TLZaxis"));
250         sizePolicy.setHeightForWidth(TLZaxis->sizePolicy().hasHeightForWidth());
251         TLZaxis->setSizePolicy(sizePolicy);
252         TLZaxis->setWordWrap(false);
253
254         gridLayout1->addWidget(TLZaxis, 2, 2, 1, 1);
255
256         SpinBox_Zaxis = new QDoubleSpinBox(gBCylindre);
257         SpinBox_Zaxis->setObjectName(QString::fromUtf8("SpinBox_Zaxis"));
258         SpinBox_Zaxis->setDecimals(5);
259         SpinBox_Zaxis->setMinimum(-1e+09);
260         SpinBox_Zaxis->setMaximum(1e+09);
261         SpinBox_Zaxis->setValue(0);
262
263         gridLayout1->addWidget(SpinBox_Zaxis, 2, 3, 1, 1);
264
265         SpinBox_Yaxis = new QDoubleSpinBox(gBCylindre);
266         SpinBox_Yaxis->setObjectName(QString::fromUtf8("SpinBox_Yaxis"));
267         SpinBox_Yaxis->setDecimals(5);
268         SpinBox_Yaxis->setMinimum(-1e+09);
269         SpinBox_Yaxis->setMaximum(1e+09);
270         SpinBox_Yaxis->setValue(0);
271
272         gridLayout1->addWidget(SpinBox_Yaxis, 1, 3, 1, 1);
273
274         SpinBox_Xaxis = new QDoubleSpinBox(gBCylindre);
275         SpinBox_Xaxis->setObjectName(QString::fromUtf8("SpinBox_Xaxis"));
276         SpinBox_Xaxis->setDecimals(5);
277         SpinBox_Xaxis->setMinimum(-1e+09);
278         SpinBox_Xaxis->setMaximum(1e+09);
279         SpinBox_Xaxis->setValue(0);
280
281         gridLayout1->addWidget(SpinBox_Xaxis, 0, 3, 1, 1);
282
283
284         gridLayout_4->addWidget(gBCylindre, 2, 0, 1, 2);
285
286         gBSphere = new QGroupBox(CreateBoundaryAn);
287         gBSphere->setObjectName(QString::fromUtf8("gBSphere"));
288         sizePolicy.setHeightForWidth(gBSphere->sizePolicy().hasHeightForWidth());
289         gBSphere->setSizePolicy(sizePolicy);
290         gridLayout2 = new QGridLayout(gBSphere);
291 #ifndef Q_OS_MAC
292         gridLayout2->setSpacing(6);
293 #endif
294 #ifndef Q_OS_MAC
295         gridLayout2->setContentsMargins(9, 9, 9, 9);
296 #endif
297         gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
298         SpinBox_Rayon = new QDoubleSpinBox(gBSphere);
299         SpinBox_Rayon->setObjectName(QString::fromUtf8("SpinBox_Rayon"));
300         SpinBox_Rayon->setDecimals(5);
301         SpinBox_Rayon->setMinimum(0);
302         SpinBox_Rayon->setMaximum(1e+09);
303         SpinBox_Rayon->setValue(0);
304
305         gridLayout2->addWidget(SpinBox_Rayon, 1, 3, 1, 1);
306
307         SpinBox_Zcentre = new QDoubleSpinBox(gBSphere);
308         SpinBox_Zcentre->setObjectName(QString::fromUtf8("SpinBox_Zcentre"));
309         SpinBox_Zcentre->setDecimals(5);
310         SpinBox_Zcentre->setMinimum(-1e+09);
311         SpinBox_Zcentre->setMaximum(1e+09);
312         SpinBox_Zcentre->setValue(0);
313
314         gridLayout2->addWidget(SpinBox_Zcentre, 2, 1, 1, 1);
315
316         TLRayon = new QLabel(gBSphere);
317         TLRayon->setObjectName(QString::fromUtf8("TLRayon"));
318         sizePolicy.setHeightForWidth(TLRayon->sizePolicy().hasHeightForWidth());
319         TLRayon->setSizePolicy(sizePolicy);
320         TLRayon->setWordWrap(false);
321
322         gridLayout2->addWidget(TLRayon, 1, 2, 1, 1);
323
324         TLZcentre = new QLabel(gBSphere);
325         TLZcentre->setObjectName(QString::fromUtf8("TLZcentre"));
326         sizePolicy.setHeightForWidth(TLZcentre->sizePolicy().hasHeightForWidth());
327         TLZcentre->setSizePolicy(sizePolicy);
328         TLZcentre->setWordWrap(false);
329
330         gridLayout2->addWidget(TLZcentre, 2, 0, 1, 1);
331
332         TLYcentre = new QLabel(gBSphere);
333         TLYcentre->setObjectName(QString::fromUtf8("TLYcentre"));
334         sizePolicy.setHeightForWidth(TLYcentre->sizePolicy().hasHeightForWidth());
335         TLYcentre->setSizePolicy(sizePolicy);
336         TLYcentre->setWordWrap(false);
337
338         gridLayout2->addWidget(TLYcentre, 1, 0, 1, 1);
339
340         SpinBox_Ycentre = new QDoubleSpinBox(gBSphere);
341         SpinBox_Ycentre->setObjectName(QString::fromUtf8("SpinBox_Ycentre"));
342         SpinBox_Ycentre->setDecimals(5);
343         SpinBox_Ycentre->setMinimum(-1e+09);
344         SpinBox_Ycentre->setMaximum(1e+09);
345         SpinBox_Ycentre->setValue(0);
346
347         gridLayout2->addWidget(SpinBox_Ycentre, 1, 1, 1, 1);
348
349         SpinBox_Xcentre = new QDoubleSpinBox(gBSphere);
350         SpinBox_Xcentre->setObjectName(QString::fromUtf8("SpinBox_Xcentre"));
351         SpinBox_Xcentre->setDecimals(5);
352         SpinBox_Xcentre->setMinimum(-1e+09);
353         SpinBox_Xcentre->setMaximum(1e+09);
354         SpinBox_Xcentre->setValue(0);
355
356         gridLayout2->addWidget(SpinBox_Xcentre, 0, 1, 1, 1);
357
358         TLXcentre = new QLabel(gBSphere);
359         TLXcentre->setObjectName(QString::fromUtf8("TLXcentre"));
360         sizePolicy.setHeightForWidth(TLXcentre->sizePolicy().hasHeightForWidth());
361         TLXcentre->setSizePolicy(sizePolicy);
362         TLXcentre->setWordWrap(false);
363
364         gridLayout2->addWidget(TLXcentre, 0, 0, 1, 1);
365
366
367         gridLayout_4->addWidget(gBSphere, 3, 0, 1, 2);
368
369         gBCone = new QGroupBox(CreateBoundaryAn);
370         gBCone->setObjectName(QString::fromUtf8("gBCone"));
371         sizePolicy.setHeightForWidth(gBCone->sizePolicy().hasHeightForWidth());
372         gBCone->setSizePolicy(sizePolicy);
373         gridLayout_3 = new QGridLayout(gBCone);
374         gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
375         groupBox = new QGroupBox(gBCone);
376         groupBox->setObjectName(QString::fromUtf8("groupBox"));
377         gridLayout_2 = new QGridLayout(groupBox);
378         gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
379         RB_Def_radius = new QRadioButton(groupBox);
380         RB_Def_radius->setObjectName(QString::fromUtf8("RB_Def_radius"));
381         QIcon icon3;
382         icon3.addFile(QString::fromUtf8("../../resources/conedxyz.png"), QSize(), QIcon::Normal, QIcon::Off);
383         RB_Def_radius->setIcon(icon3);
384         RB_Def_radius->setChecked(true);
385
386         gridLayout_2->addWidget(RB_Def_radius, 0, 0, 1, 1);
387
388         RB_Def_angle = new QRadioButton(groupBox);
389         RB_Def_angle->setObjectName(QString::fromUtf8("RB_Def_angle"));
390         QIcon icon4;
391         icon4.addFile(QString::fromUtf8("../../resources/conepointvector.png"), QSize(), QIcon::Normal, QIcon::Off);
392         RB_Def_angle->setIcon(icon4);
393
394         gridLayout_2->addWidget(RB_Def_angle, 0, 1, 1, 1);
395
396
397         gridLayout_3->addWidget(groupBox, 0, 0, 1, 2);
398
399         TLCone_X1 = new QLabel(gBCone);
400         TLCone_X1->setObjectName(QString::fromUtf8("TLCone_X1"));
401         sizePolicy.setHeightForWidth(TLCone_X1->sizePolicy().hasHeightForWidth());
402         TLCone_X1->setSizePolicy(sizePolicy);
403         TLCone_X1->setWordWrap(false);
404
405         gridLayout_3->addWidget(TLCone_X1, 1, 0, 1, 1);
406
407         SpinBox_Cone_X1 = new QDoubleSpinBox(gBCone);
408         SpinBox_Cone_X1->setObjectName(QString::fromUtf8("SpinBox_Cone_X1"));
409         SpinBox_Cone_X1->setDecimals(5);
410         SpinBox_Cone_X1->setMinimum(-1e+09);
411         SpinBox_Cone_X1->setMaximum(1e+09);
412         SpinBox_Cone_X1->setValue(0);
413
414         gridLayout_3->addWidget(SpinBox_Cone_X1, 1, 1, 1, 1);
415
416         TLCone_X2 = new QLabel(gBCone);
417         TLCone_X2->setObjectName(QString::fromUtf8("TLCone_X2"));
418         sizePolicy.setHeightForWidth(TLCone_X2->sizePolicy().hasHeightForWidth());
419         TLCone_X2->setSizePolicy(sizePolicy);
420         TLCone_X2->setWordWrap(false);
421
422         gridLayout_3->addWidget(TLCone_X2, 1, 2, 1, 1);
423
424         SpinBox_Cone_X2 = new QDoubleSpinBox(gBCone);
425         SpinBox_Cone_X2->setObjectName(QString::fromUtf8("SpinBox_Cone_X2"));
426         SpinBox_Cone_X2->setDecimals(5);
427         SpinBox_Cone_X2->setMinimum(-1e+09);
428         SpinBox_Cone_X2->setMaximum(1e+09);
429         SpinBox_Cone_X2->setValue(0);
430
431         gridLayout_3->addWidget(SpinBox_Cone_X2, 1, 3, 1, 1);
432
433         TLCone_Y1 = new QLabel(gBCone);
434         TLCone_Y1->setObjectName(QString::fromUtf8("TLCone_Y1"));
435         sizePolicy.setHeightForWidth(TLCone_Y1->sizePolicy().hasHeightForWidth());
436         TLCone_Y1->setSizePolicy(sizePolicy);
437         TLCone_Y1->setWordWrap(false);
438
439         gridLayout_3->addWidget(TLCone_Y1, 2, 0, 1, 1);
440
441         SpinBox_Cone_Y1 = new QDoubleSpinBox(gBCone);
442         SpinBox_Cone_Y1->setObjectName(QString::fromUtf8("SpinBox_Cone_Y1"));
443         SpinBox_Cone_Y1->setDecimals(5);
444         SpinBox_Cone_Y1->setMinimum(-1e+09);
445         SpinBox_Cone_Y1->setMaximum(1e+09);
446         SpinBox_Cone_Y1->setValue(0);
447
448         gridLayout_3->addWidget(SpinBox_Cone_Y1, 2, 1, 1, 1);
449
450         TLCone_Y2 = new QLabel(gBCone);
451         TLCone_Y2->setObjectName(QString::fromUtf8("TLCone_Y2"));
452         sizePolicy.setHeightForWidth(TLCone_Y2->sizePolicy().hasHeightForWidth());
453         TLCone_Y2->setSizePolicy(sizePolicy);
454         TLCone_Y2->setWordWrap(false);
455
456         gridLayout_3->addWidget(TLCone_Y2, 2, 2, 1, 1);
457
458         SpinBox_Cone_Y2 = new QDoubleSpinBox(gBCone);
459         SpinBox_Cone_Y2->setObjectName(QString::fromUtf8("SpinBox_Cone_Y2"));
460         SpinBox_Cone_Y2->setDecimals(5);
461         SpinBox_Cone_Y2->setMinimum(-1e+09);
462         SpinBox_Cone_Y2->setMaximum(1e+09);
463         SpinBox_Cone_Y2->setValue(0);
464
465         gridLayout_3->addWidget(SpinBox_Cone_Y2, 2, 3, 1, 1);
466
467         TLCone_Z1 = new QLabel(gBCone);
468         TLCone_Z1->setObjectName(QString::fromUtf8("TLCone_Z1"));
469         sizePolicy.setHeightForWidth(TLCone_Z1->sizePolicy().hasHeightForWidth());
470         TLCone_Z1->setSizePolicy(sizePolicy);
471         TLCone_Z1->setWordWrap(false);
472
473         gridLayout_3->addWidget(TLCone_Z1, 3, 0, 1, 1);
474
475         SpinBox_Cone_Z1 = new QDoubleSpinBox(gBCone);
476         SpinBox_Cone_Z1->setObjectName(QString::fromUtf8("SpinBox_Cone_Z1"));
477         SpinBox_Cone_Z1->setDecimals(5);
478         SpinBox_Cone_Z1->setMinimum(-1e+09);
479         SpinBox_Cone_Z1->setMaximum(1e+09);
480         SpinBox_Cone_Z1->setValue(0);
481
482         gridLayout_3->addWidget(SpinBox_Cone_Z1, 3, 1, 1, 1);
483
484         TLCone_Z2 = new QLabel(gBCone);
485         TLCone_Z2->setObjectName(QString::fromUtf8("TLCone_Z2"));
486         sizePolicy.setHeightForWidth(TLCone_Z2->sizePolicy().hasHeightForWidth());
487         TLCone_Z2->setSizePolicy(sizePolicy);
488         TLCone_Z2->setWordWrap(false);
489
490         gridLayout_3->addWidget(TLCone_Z2, 3, 2, 1, 1);
491
492         SpinBox_Cone_Z2 = new QDoubleSpinBox(gBCone);
493         SpinBox_Cone_Z2->setObjectName(QString::fromUtf8("SpinBox_Cone_Z2"));
494         SpinBox_Cone_Z2->setDecimals(5);
495         SpinBox_Cone_Z2->setMinimum(-1e+09);
496         SpinBox_Cone_Z2->setMaximum(1e+09);
497         SpinBox_Cone_Z2->setValue(0);
498
499         gridLayout_3->addWidget(SpinBox_Cone_Z2, 3, 3, 1, 1);
500
501         TLCone_V1 = new QLabel(gBCone);
502         TLCone_V1->setObjectName(QString::fromUtf8("TLCone_V1"));
503         sizePolicy.setHeightForWidth(TLCone_V1->sizePolicy().hasHeightForWidth());
504         TLCone_V1->setSizePolicy(sizePolicy);
505         TLCone_V1->setWordWrap(false);
506
507         gridLayout_3->addWidget(TLCone_V1, 4, 0, 1, 1);
508
509         SpinBox_Cone_V1 = new QDoubleSpinBox(gBCone);
510         SpinBox_Cone_V1->setObjectName(QString::fromUtf8("SpinBox_Cone_V1"));
511         SpinBox_Cone_V1->setDecimals(14);
512         SpinBox_Cone_V1->setMaximum(1e+09);
513
514         gridLayout_3->addWidget(SpinBox_Cone_V1, 4, 1, 1, 1);
515
516         TLCone_V2 = new QLabel(gBCone);
517         TLCone_V2->setObjectName(QString::fromUtf8("TLCone_V2"));
518         sizePolicy.setHeightForWidth(TLCone_V2->sizePolicy().hasHeightForWidth());
519         TLCone_V2->setSizePolicy(sizePolicy);
520         TLCone_V2->setWordWrap(false);
521
522         gridLayout_3->addWidget(TLCone_V2, 4, 2, 1, 1);
523
524         SpinBox_Cone_V2 = new QDoubleSpinBox(gBCone);
525         SpinBox_Cone_V2->setObjectName(QString::fromUtf8("SpinBox_Cone_V2"));
526         SpinBox_Cone_V2->setDecimals(14);
527         SpinBox_Cone_V2->setMaximum(1e+09);
528
529         gridLayout_3->addWidget(SpinBox_Cone_V2, 4, 3, 1, 1);
530
531
532         gridLayout_4->addWidget(gBCone, 4, 0, 1, 2);
533
534         GBButtons = new QGroupBox(CreateBoundaryAn);
535         GBButtons->setObjectName(QString::fromUtf8("GBButtons"));
536         sizePolicy.setHeightForWidth(GBButtons->sizePolicy().hasHeightForWidth());
537         GBButtons->setSizePolicy(sizePolicy);
538         gridLayout3 = new QGridLayout(GBButtons);
539 #ifndef Q_OS_MAC
540         gridLayout3->setSpacing(6);
541 #endif
542 #ifndef Q_OS_MAC
543         gridLayout3->setContentsMargins(9, 9, 9, 9);
544 #endif
545         gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
546         buttonHelp = new QPushButton(GBButtons);
547         buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
548
549         gridLayout3->addWidget(buttonHelp, 0, 3, 1, 1);
550
551         buttonCancel = new QPushButton(GBButtons);
552         buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
553
554         gridLayout3->addWidget(buttonCancel, 0, 2, 1, 1);
555
556         buttonApply = new QPushButton(GBButtons);
557         buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
558
559         gridLayout3->addWidget(buttonApply, 0, 1, 1, 1);
560
561         buttonOk = new QPushButton(GBButtons);
562         buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
563
564         gridLayout3->addWidget(buttonOk, 0, 0, 1, 1);
565
566
567         gridLayout_4->addWidget(GBButtons, 5, 0, 1, 2);
568
569
570         retranslateUi(CreateBoundaryAn);
571
572         QMetaObject::connectSlotsByName(CreateBoundaryAn);
573     } // setupUi
574
575     void retranslateUi(QDialog *CreateBoundaryAn)
576     {
577         CreateBoundaryAn->setWindowTitle(QApplication::translate("CreateBoundaryAn", "Create an analytical boundary", 0, QApplication::UnicodeUTF8));
578         Name->setText(QApplication::translate("CreateBoundaryAn", "Name", 0, QApplication::UnicodeUTF8));
579         TypeBoundary->setTitle(QApplication::translate("CreateBoundaryAn", "Type of boundary", 0, QApplication::UnicodeUTF8));
580         RBCylindre->setText(QApplication::translate("CreateBoundaryAn", "Cylinder", 0, QApplication::UnicodeUTF8));
581         RBSphere->setText(QApplication::translate("CreateBoundaryAn", "Sphere", 0, QApplication::UnicodeUTF8));
582         RBCone->setText(QApplication::translate("CreateBoundaryAn", "Cone", 0, QApplication::UnicodeUTF8));
583         gBCylindre->setTitle(QApplication::translate("CreateBoundaryAn", "Coordinates", 0, QApplication::UnicodeUTF8));
584         TLXcent->setText(QApplication::translate("CreateBoundaryAn", "X centre", 0, QApplication::UnicodeUTF8));
585         TLradius->setText(QApplication::translate("CreateBoundaryAn", "Radius", 0, QApplication::UnicodeUTF8));
586         TLZcent->setText(QApplication::translate("CreateBoundaryAn", "Z centre", 0, QApplication::UnicodeUTF8));
587         TLYcent->setText(QApplication::translate("CreateBoundaryAn", "Y centre", 0, QApplication::UnicodeUTF8));
588         TLXaxis->setText(QApplication::translate("CreateBoundaryAn", "X axis", 0, QApplication::UnicodeUTF8));
589         TLYaxis->setText(QApplication::translate("CreateBoundaryAn", "Y axis", 0, QApplication::UnicodeUTF8));
590         TLZaxis->setText(QApplication::translate("CreateBoundaryAn", "Z axis", 0, QApplication::UnicodeUTF8));
591         gBSphere->setTitle(QApplication::translate("CreateBoundaryAn", "Coordinates", 0, QApplication::UnicodeUTF8));
592         TLRayon->setText(QApplication::translate("CreateBoundaryAn", "Radius", 0, QApplication::UnicodeUTF8));
593         TLZcentre->setText(QApplication::translate("CreateBoundaryAn", "Z centre", 0, QApplication::UnicodeUTF8));
594         TLYcentre->setText(QApplication::translate("CreateBoundaryAn", "Y centre", 0, QApplication::UnicodeUTF8));
595         TLXcentre->setText(QApplication::translate("CreateBoundaryAn", "X centre", 0, QApplication::UnicodeUTF8));
596         gBCone->setTitle(QApplication::translate("CreateBoundaryAn", "Coordinates", 0, QApplication::UnicodeUTF8));
597         groupBox->setTitle(QApplication::translate("CreateBoundaryAn", "Definition", 0, QApplication::UnicodeUTF8));
598         RB_Def_radius->setText(QApplication::translate("CreateBoundaryAn", "Radius", 0, QApplication::UnicodeUTF8));
599         RB_Def_angle->setText(QApplication::translate("CreateBoundaryAn", "Angle", 0, QApplication::UnicodeUTF8));
600         TLCone_X1->setText(QApplication::translate("CreateBoundaryAn", "X 1", 0, QApplication::UnicodeUTF8));
601         TLCone_X2->setText(QApplication::translate("CreateBoundaryAn", "X 2", 0, QApplication::UnicodeUTF8));
602         TLCone_Y1->setText(QApplication::translate("CreateBoundaryAn", "Y 1", 0, QApplication::UnicodeUTF8));
603         TLCone_Y2->setText(QApplication::translate("CreateBoundaryAn", "Y 2", 0, QApplication::UnicodeUTF8));
604         TLCone_Z1->setText(QApplication::translate("CreateBoundaryAn", "Z 1", 0, QApplication::UnicodeUTF8));
605         TLCone_Z2->setText(QApplication::translate("CreateBoundaryAn", "Z 2", 0, QApplication::UnicodeUTF8));
606         TLCone_V1->setText(QApplication::translate("CreateBoundaryAn", "V 1", 0, QApplication::UnicodeUTF8));
607         TLCone_V2->setText(QApplication::translate("CreateBoundaryAn", "V 2", 0, QApplication::UnicodeUTF8));
608         GBButtons->setTitle(QString());
609         buttonHelp->setText(QApplication::translate("CreateBoundaryAn", "Help", 0, QApplication::UnicodeUTF8));
610         buttonCancel->setText(QApplication::translate("CreateBoundaryAn", "Cancel", 0, QApplication::UnicodeUTF8));
611         buttonApply->setText(QApplication::translate("CreateBoundaryAn", "Apply", 0, QApplication::UnicodeUTF8));
612         buttonOk->setText(QApplication::translate("CreateBoundaryAn", "OK", 0, QApplication::UnicodeUTF8));
613     } // retranslateUi
614
615 };
616
617 namespace Ui {
618     class CreateBoundaryAn: public Ui_CreateBoundaryAn {};
619 } // namespace Ui
620
621 QT_END_NAMESPACE
622
623 #endif // CREATEBOUNDARYAN_H