Salome HOME
b7e85dcafafb96b9978de9acb37c03aef92e3d1a
[modules/smesh.git] / src / ADAPTGUI / ui_CreateBoundaryAn.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'CreateBoundaryAn.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.9.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8
9 #ifndef UI_CREATEBOUNDARYAN_H
10 #define UI_CREATEBOUNDARYAN_H
11
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDoubleSpinBox>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QGroupBox>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QLineEdit>
23 #include <QtWidgets/QPushButton>
24 #include <QtWidgets/QRadioButton>
25
26 QT_BEGIN_NAMESPACE
27
28 class Ui_CreateBoundaryAn
29 {
30 public:
31     QGridLayout *gridLayout_5;
32     QLabel *Name;
33     QLineEdit *LEName;
34     QGroupBox *TypeBoundary;
35     QGridLayout *gridLayout;
36     QRadioButton *RBCylindre;
37     QRadioButton *RBSphere;
38     QRadioButton *RBCone;
39     QRadioButton *RBTore;
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 *gBTore;
89     QGridLayout *gridLayout_4;
90     QLabel *TLToreXcent;
91     QDoubleSpinBox *SpinBoxToreXcent;
92     QLabel *TLToreXaxe;
93     QDoubleSpinBox *SpinBoxToreXaxe;
94     QLabel *TLToreYcent;
95     QDoubleSpinBox *SpinBoxToreYcent;
96     QLabel *TLToreYaxe;
97     QDoubleSpinBox *SpinBoxToreYaxe;
98     QLabel *TLToreZcent;
99     QDoubleSpinBox *SpinBoxToreZcent;
100     QLabel *TLToreZaxe;
101     QDoubleSpinBox *SpinBoxToreZaxe;
102     QLabel *TLToreRayRev;
103     QDoubleSpinBox *SpinBoxToreRRev;
104     QLabel *TLToreRayPri;
105     QDoubleSpinBox *SpinBoxToreRPri;
106     QGroupBox *GBButtons;
107     QGridLayout *gridLayout3;
108     QPushButton *buttonHelp;
109     QPushButton *buttonCancel;
110     QPushButton *buttonApply;
111     QPushButton *buttonOk;
112
113     void setupUi(QDialog *CreateBoundaryAn)
114     {
115         if (CreateBoundaryAn->objectName().isEmpty())
116             CreateBoundaryAn->setObjectName(QStringLiteral("CreateBoundaryAn"));
117         CreateBoundaryAn->resize(522, 835);
118         CreateBoundaryAn->setAutoFillBackground(true);
119         CreateBoundaryAn->setSizeGripEnabled(true);
120         gridLayout_5 = new QGridLayout(CreateBoundaryAn);
121         gridLayout_5->setObjectName(QStringLiteral("gridLayout_5"));
122         Name = new QLabel(CreateBoundaryAn);
123         Name->setObjectName(QStringLiteral("Name"));
124
125         gridLayout_5->addWidget(Name, 0, 0, 1, 1);
126
127         LEName = new QLineEdit(CreateBoundaryAn);
128         LEName->setObjectName(QStringLiteral("LEName"));
129         LEName->setMaxLength(32);
130
131         gridLayout_5->addWidget(LEName, 0, 1, 1, 1);
132
133         TypeBoundary = new QGroupBox(CreateBoundaryAn);
134         TypeBoundary->setObjectName(QStringLiteral("TypeBoundary"));
135         QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
136         sizePolicy.setHorizontalStretch(0);
137         sizePolicy.setVerticalStretch(0);
138         sizePolicy.setHeightForWidth(TypeBoundary->sizePolicy().hasHeightForWidth());
139         TypeBoundary->setSizePolicy(sizePolicy);
140         TypeBoundary->setMinimumSize(QSize(340, 0));
141         gridLayout = new QGridLayout(TypeBoundary);
142         gridLayout->setObjectName(QStringLiteral("gridLayout"));
143         RBCylindre = new QRadioButton(TypeBoundary);
144         RBCylindre->setObjectName(QStringLiteral("RBCylindre"));
145         QIcon icon;
146         icon.addFile(QStringLiteral("../../resources/cylinderpointvector.png"), QSize(), QIcon::Normal, QIcon::Off);
147         RBCylindre->setIcon(icon);
148         RBCylindre->setCheckable(true);
149         RBCylindre->setChecked(true);
150
151         gridLayout->addWidget(RBCylindre, 0, 0, 1, 1);
152
153         RBSphere = new QRadioButton(TypeBoundary);
154         RBSphere->setObjectName(QStringLiteral("RBSphere"));
155         QIcon icon1;
156         icon1.addFile(QStringLiteral("../../resources/zone_spherepoint.png"), QSize(), QIcon::Normal, QIcon::Off);
157         RBSphere->setIcon(icon1);
158
159         gridLayout->addWidget(RBSphere, 0, 1, 1, 1);
160
161         RBCone = new QRadioButton(TypeBoundary);
162         RBCone->setObjectName(QStringLiteral("RBCone"));
163         QIcon icon2;
164         icon2.addFile(QStringLiteral("../../resources/cone.png"), QSize(), QIcon::Normal, QIcon::Off);
165         RBCone->setIcon(icon2);
166
167         gridLayout->addWidget(RBCone, 0, 2, 1, 1);
168
169         RBTore = new QRadioButton(TypeBoundary);
170         RBTore->setObjectName(QStringLiteral("RBTore"));
171         QIcon icon3;
172         icon3.addFile(QStringLiteral("../../resources/toruspointvector.png"), QSize(), QIcon::Normal, QIcon::Off);
173         RBTore->setIcon(icon3);
174         RBTore->setCheckable(true);
175         RBTore->setChecked(false);
176
177         gridLayout->addWidget(RBTore, 0, 3, 1, 1);
178
179
180         gridLayout_5->addWidget(TypeBoundary, 1, 0, 1, 2);
181
182         gBCylindre = new QGroupBox(CreateBoundaryAn);
183         gBCylindre->setObjectName(QStringLiteral("gBCylindre"));
184         sizePolicy.setHeightForWidth(gBCylindre->sizePolicy().hasHeightForWidth());
185         gBCylindre->setSizePolicy(sizePolicy);
186         gridLayout1 = new QGridLayout(gBCylindre);
187 #ifndef Q_OS_MAC
188         gridLayout1->setSpacing(6);
189 #endif
190 #ifndef Q_OS_MAC
191         gridLayout1->setContentsMargins(9, 9, 9, 9);
192 #endif
193         gridLayout1->setObjectName(QStringLiteral("gridLayout1"));
194         SpinBox_Xcent = new QDoubleSpinBox(gBCylindre);
195         SpinBox_Xcent->setObjectName(QStringLiteral("SpinBox_Xcent"));
196         SpinBox_Xcent->setDecimals(5);
197         SpinBox_Xcent->setMinimum(-1e+9);
198         SpinBox_Xcent->setMaximum(1e+9);
199         SpinBox_Xcent->setValue(0);
200
201         gridLayout1->addWidget(SpinBox_Xcent, 0, 1, 1, 1);
202
203         TLXcent = new QLabel(gBCylindre);
204         TLXcent->setObjectName(QStringLiteral("TLXcent"));
205         sizePolicy.setHeightForWidth(TLXcent->sizePolicy().hasHeightForWidth());
206         TLXcent->setSizePolicy(sizePolicy);
207         TLXcent->setWordWrap(false);
208
209         gridLayout1->addWidget(TLXcent, 0, 0, 1, 1);
210
211         SpinBox_Radius = new QDoubleSpinBox(gBCylindre);
212         SpinBox_Radius->setObjectName(QStringLiteral("SpinBox_Radius"));
213         SpinBox_Radius->setDecimals(5);
214         SpinBox_Radius->setMaximum(1e+9);
215
216         gridLayout1->addWidget(SpinBox_Radius, 3, 1, 1, 2);
217
218         SpinBox_Zcent = new QDoubleSpinBox(gBCylindre);
219         SpinBox_Zcent->setObjectName(QStringLiteral("SpinBox_Zcent"));
220         SpinBox_Zcent->setDecimals(5);
221         SpinBox_Zcent->setMinimum(-1e+9);
222         SpinBox_Zcent->setMaximum(1e+9);
223         SpinBox_Zcent->setValue(0);
224
225         gridLayout1->addWidget(SpinBox_Zcent, 2, 1, 1, 1);
226
227         TLradius = new QLabel(gBCylindre);
228         TLradius->setObjectName(QStringLiteral("TLradius"));
229         sizePolicy.setHeightForWidth(TLradius->sizePolicy().hasHeightForWidth());
230         TLradius->setSizePolicy(sizePolicy);
231         TLradius->setWordWrap(false);
232
233         gridLayout1->addWidget(TLradius, 3, 0, 1, 1);
234
235         TLZcent = new QLabel(gBCylindre);
236         TLZcent->setObjectName(QStringLiteral("TLZcent"));
237         sizePolicy.setHeightForWidth(TLZcent->sizePolicy().hasHeightForWidth());
238         TLZcent->setSizePolicy(sizePolicy);
239         TLZcent->setWordWrap(false);
240
241         gridLayout1->addWidget(TLZcent, 2, 0, 1, 1);
242
243         TLYcent = new QLabel(gBCylindre);
244         TLYcent->setObjectName(QStringLiteral("TLYcent"));
245         sizePolicy.setHeightForWidth(TLYcent->sizePolicy().hasHeightForWidth());
246         TLYcent->setSizePolicy(sizePolicy);
247         TLYcent->setWordWrap(false);
248
249         gridLayout1->addWidget(TLYcent, 1, 0, 1, 1);
250
251         SpinBox_Ycent = new QDoubleSpinBox(gBCylindre);
252         SpinBox_Ycent->setObjectName(QStringLiteral("SpinBox_Ycent"));
253         SpinBox_Ycent->setDecimals(5);
254         SpinBox_Ycent->setMinimum(-1e+9);
255         SpinBox_Ycent->setMaximum(1e+9);
256         SpinBox_Ycent->setValue(0);
257
258         gridLayout1->addWidget(SpinBox_Ycent, 1, 1, 1, 1);
259
260         TLXaxis = new QLabel(gBCylindre);
261         TLXaxis->setObjectName(QStringLiteral("TLXaxis"));
262         sizePolicy.setHeightForWidth(TLXaxis->sizePolicy().hasHeightForWidth());
263         TLXaxis->setSizePolicy(sizePolicy);
264         TLXaxis->setWordWrap(false);
265
266         gridLayout1->addWidget(TLXaxis, 0, 2, 1, 1);
267
268         TLYaxis = new QLabel(gBCylindre);
269         TLYaxis->setObjectName(QStringLiteral("TLYaxis"));
270         sizePolicy.setHeightForWidth(TLYaxis->sizePolicy().hasHeightForWidth());
271         TLYaxis->setSizePolicy(sizePolicy);
272         TLYaxis->setWordWrap(false);
273
274         gridLayout1->addWidget(TLYaxis, 1, 2, 1, 1);
275
276         TLZaxis = new QLabel(gBCylindre);
277         TLZaxis->setObjectName(QStringLiteral("TLZaxis"));
278         sizePolicy.setHeightForWidth(TLZaxis->sizePolicy().hasHeightForWidth());
279         TLZaxis->setSizePolicy(sizePolicy);
280         TLZaxis->setWordWrap(false);
281
282         gridLayout1->addWidget(TLZaxis, 2, 2, 1, 1);
283
284         SpinBox_Zaxis = new QDoubleSpinBox(gBCylindre);
285         SpinBox_Zaxis->setObjectName(QStringLiteral("SpinBox_Zaxis"));
286         SpinBox_Zaxis->setDecimals(5);
287         SpinBox_Zaxis->setMinimum(-1e+9);
288         SpinBox_Zaxis->setMaximum(1e+9);
289         SpinBox_Zaxis->setValue(0);
290
291         gridLayout1->addWidget(SpinBox_Zaxis, 2, 3, 1, 1);
292
293         SpinBox_Yaxis = new QDoubleSpinBox(gBCylindre);
294         SpinBox_Yaxis->setObjectName(QStringLiteral("SpinBox_Yaxis"));
295         SpinBox_Yaxis->setDecimals(5);
296         SpinBox_Yaxis->setMinimum(-1e+9);
297         SpinBox_Yaxis->setMaximum(1e+9);
298         SpinBox_Yaxis->setValue(0);
299
300         gridLayout1->addWidget(SpinBox_Yaxis, 1, 3, 1, 1);
301
302         SpinBox_Xaxis = new QDoubleSpinBox(gBCylindre);
303         SpinBox_Xaxis->setObjectName(QStringLiteral("SpinBox_Xaxis"));
304         SpinBox_Xaxis->setDecimals(5);
305         SpinBox_Xaxis->setMinimum(-1e+9);
306         SpinBox_Xaxis->setMaximum(1e+9);
307         SpinBox_Xaxis->setValue(0);
308
309         gridLayout1->addWidget(SpinBox_Xaxis, 0, 3, 1, 1);
310
311
312         gridLayout_5->addWidget(gBCylindre, 2, 0, 1, 2);
313
314         gBSphere = new QGroupBox(CreateBoundaryAn);
315         gBSphere->setObjectName(QStringLiteral("gBSphere"));
316         sizePolicy.setHeightForWidth(gBSphere->sizePolicy().hasHeightForWidth());
317         gBSphere->setSizePolicy(sizePolicy);
318         gridLayout2 = new QGridLayout(gBSphere);
319 #ifndef Q_OS_MAC
320         gridLayout2->setSpacing(6);
321 #endif
322 #ifndef Q_OS_MAC
323         gridLayout2->setContentsMargins(9, 9, 9, 9);
324 #endif
325         gridLayout2->setObjectName(QStringLiteral("gridLayout2"));
326         SpinBox_Rayon = new QDoubleSpinBox(gBSphere);
327         SpinBox_Rayon->setObjectName(QStringLiteral("SpinBox_Rayon"));
328         SpinBox_Rayon->setDecimals(5);
329         SpinBox_Rayon->setMinimum(0);
330         SpinBox_Rayon->setMaximum(1e+9);
331         SpinBox_Rayon->setValue(0);
332
333         gridLayout2->addWidget(SpinBox_Rayon, 1, 3, 1, 1);
334
335         SpinBox_Zcentre = new QDoubleSpinBox(gBSphere);
336         SpinBox_Zcentre->setObjectName(QStringLiteral("SpinBox_Zcentre"));
337         SpinBox_Zcentre->setDecimals(5);
338         SpinBox_Zcentre->setMinimum(-1e+9);
339         SpinBox_Zcentre->setMaximum(1e+9);
340         SpinBox_Zcentre->setValue(0);
341
342         gridLayout2->addWidget(SpinBox_Zcentre, 2, 1, 1, 1);
343
344         TLRayon = new QLabel(gBSphere);
345         TLRayon->setObjectName(QStringLiteral("TLRayon"));
346         sizePolicy.setHeightForWidth(TLRayon->sizePolicy().hasHeightForWidth());
347         TLRayon->setSizePolicy(sizePolicy);
348         TLRayon->setWordWrap(false);
349
350         gridLayout2->addWidget(TLRayon, 1, 2, 1, 1);
351
352         TLZcentre = new QLabel(gBSphere);
353         TLZcentre->setObjectName(QStringLiteral("TLZcentre"));
354         sizePolicy.setHeightForWidth(TLZcentre->sizePolicy().hasHeightForWidth());
355         TLZcentre->setSizePolicy(sizePolicy);
356         TLZcentre->setWordWrap(false);
357
358         gridLayout2->addWidget(TLZcentre, 2, 0, 1, 1);
359
360         TLYcentre = new QLabel(gBSphere);
361         TLYcentre->setObjectName(QStringLiteral("TLYcentre"));
362         sizePolicy.setHeightForWidth(TLYcentre->sizePolicy().hasHeightForWidth());
363         TLYcentre->setSizePolicy(sizePolicy);
364         TLYcentre->setWordWrap(false);
365
366         gridLayout2->addWidget(TLYcentre, 1, 0, 1, 1);
367
368         SpinBox_Ycentre = new QDoubleSpinBox(gBSphere);
369         SpinBox_Ycentre->setObjectName(QStringLiteral("SpinBox_Ycentre"));
370         SpinBox_Ycentre->setDecimals(5);
371         SpinBox_Ycentre->setMinimum(-1e+9);
372         SpinBox_Ycentre->setMaximum(1e+9);
373         SpinBox_Ycentre->setValue(0);
374
375         gridLayout2->addWidget(SpinBox_Ycentre, 1, 1, 1, 1);
376
377         SpinBox_Xcentre = new QDoubleSpinBox(gBSphere);
378         SpinBox_Xcentre->setObjectName(QStringLiteral("SpinBox_Xcentre"));
379         SpinBox_Xcentre->setDecimals(5);
380         SpinBox_Xcentre->setMinimum(-1e+9);
381         SpinBox_Xcentre->setMaximum(1e+9);
382         SpinBox_Xcentre->setValue(0);
383
384         gridLayout2->addWidget(SpinBox_Xcentre, 0, 1, 1, 1);
385
386         TLXcentre = new QLabel(gBSphere);
387         TLXcentre->setObjectName(QStringLiteral("TLXcentre"));
388         sizePolicy.setHeightForWidth(TLXcentre->sizePolicy().hasHeightForWidth());
389         TLXcentre->setSizePolicy(sizePolicy);
390         TLXcentre->setWordWrap(false);
391
392         gridLayout2->addWidget(TLXcentre, 0, 0, 1, 1);
393
394
395         gridLayout_5->addWidget(gBSphere, 3, 0, 1, 2);
396
397         gBCone = new QGroupBox(CreateBoundaryAn);
398         gBCone->setObjectName(QStringLiteral("gBCone"));
399         sizePolicy.setHeightForWidth(gBCone->sizePolicy().hasHeightForWidth());
400         gBCone->setSizePolicy(sizePolicy);
401         gridLayout_3 = new QGridLayout(gBCone);
402         gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
403         groupBox = new QGroupBox(gBCone);
404         groupBox->setObjectName(QStringLiteral("groupBox"));
405         gridLayout_2 = new QGridLayout(groupBox);
406         gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
407         RB_Def_radius = new QRadioButton(groupBox);
408         RB_Def_radius->setObjectName(QStringLiteral("RB_Def_radius"));
409         QIcon icon4;
410         icon4.addFile(QStringLiteral("../../resources/conedxyz.png"), QSize(), QIcon::Normal, QIcon::Off);
411         RB_Def_radius->setIcon(icon4);
412         RB_Def_radius->setChecked(true);
413
414         gridLayout_2->addWidget(RB_Def_radius, 0, 0, 1, 1);
415
416         RB_Def_angle = new QRadioButton(groupBox);
417         RB_Def_angle->setObjectName(QStringLiteral("RB_Def_angle"));
418         QIcon icon5;
419         icon5.addFile(QStringLiteral("../../resources/conepointvector.png"), QSize(), QIcon::Normal, QIcon::Off);
420         RB_Def_angle->setIcon(icon5);
421
422         gridLayout_2->addWidget(RB_Def_angle, 0, 1, 1, 1);
423
424
425         gridLayout_3->addWidget(groupBox, 0, 0, 1, 2);
426
427         TLCone_X1 = new QLabel(gBCone);
428         TLCone_X1->setObjectName(QStringLiteral("TLCone_X1"));
429         sizePolicy.setHeightForWidth(TLCone_X1->sizePolicy().hasHeightForWidth());
430         TLCone_X1->setSizePolicy(sizePolicy);
431         TLCone_X1->setWordWrap(false);
432
433         gridLayout_3->addWidget(TLCone_X1, 1, 0, 1, 1);
434
435         SpinBox_Cone_X1 = new QDoubleSpinBox(gBCone);
436         SpinBox_Cone_X1->setObjectName(QStringLiteral("SpinBox_Cone_X1"));
437         SpinBox_Cone_X1->setDecimals(5);
438         SpinBox_Cone_X1->setMinimum(-1e+9);
439         SpinBox_Cone_X1->setMaximum(1e+9);
440         SpinBox_Cone_X1->setValue(0);
441
442         gridLayout_3->addWidget(SpinBox_Cone_X1, 1, 1, 1, 1);
443
444         TLCone_X2 = new QLabel(gBCone);
445         TLCone_X2->setObjectName(QStringLiteral("TLCone_X2"));
446         sizePolicy.setHeightForWidth(TLCone_X2->sizePolicy().hasHeightForWidth());
447         TLCone_X2->setSizePolicy(sizePolicy);
448         TLCone_X2->setWordWrap(false);
449
450         gridLayout_3->addWidget(TLCone_X2, 1, 2, 1, 1);
451
452         SpinBox_Cone_X2 = new QDoubleSpinBox(gBCone);
453         SpinBox_Cone_X2->setObjectName(QStringLiteral("SpinBox_Cone_X2"));
454         SpinBox_Cone_X2->setDecimals(5);
455         SpinBox_Cone_X2->setMinimum(-1e+9);
456         SpinBox_Cone_X2->setMaximum(1e+9);
457         SpinBox_Cone_X2->setValue(0);
458
459         gridLayout_3->addWidget(SpinBox_Cone_X2, 1, 3, 1, 1);
460
461         TLCone_Y1 = new QLabel(gBCone);
462         TLCone_Y1->setObjectName(QStringLiteral("TLCone_Y1"));
463         sizePolicy.setHeightForWidth(TLCone_Y1->sizePolicy().hasHeightForWidth());
464         TLCone_Y1->setSizePolicy(sizePolicy);
465         TLCone_Y1->setWordWrap(false);
466
467         gridLayout_3->addWidget(TLCone_Y1, 2, 0, 1, 1);
468
469         SpinBox_Cone_Y1 = new QDoubleSpinBox(gBCone);
470         SpinBox_Cone_Y1->setObjectName(QStringLiteral("SpinBox_Cone_Y1"));
471         SpinBox_Cone_Y1->setDecimals(5);
472         SpinBox_Cone_Y1->setMinimum(-1e+9);
473         SpinBox_Cone_Y1->setMaximum(1e+9);
474         SpinBox_Cone_Y1->setValue(0);
475
476         gridLayout_3->addWidget(SpinBox_Cone_Y1, 2, 1, 1, 1);
477
478         TLCone_Y2 = new QLabel(gBCone);
479         TLCone_Y2->setObjectName(QStringLiteral("TLCone_Y2"));
480         sizePolicy.setHeightForWidth(TLCone_Y2->sizePolicy().hasHeightForWidth());
481         TLCone_Y2->setSizePolicy(sizePolicy);
482         TLCone_Y2->setWordWrap(false);
483
484         gridLayout_3->addWidget(TLCone_Y2, 2, 2, 1, 1);
485
486         SpinBox_Cone_Y2 = new QDoubleSpinBox(gBCone);
487         SpinBox_Cone_Y2->setObjectName(QStringLiteral("SpinBox_Cone_Y2"));
488         SpinBox_Cone_Y2->setDecimals(5);
489         SpinBox_Cone_Y2->setMinimum(-1e+9);
490         SpinBox_Cone_Y2->setMaximum(1e+9);
491         SpinBox_Cone_Y2->setValue(0);
492
493         gridLayout_3->addWidget(SpinBox_Cone_Y2, 2, 3, 1, 1);
494
495         TLCone_Z1 = new QLabel(gBCone);
496         TLCone_Z1->setObjectName(QStringLiteral("TLCone_Z1"));
497         sizePolicy.setHeightForWidth(TLCone_Z1->sizePolicy().hasHeightForWidth());
498         TLCone_Z1->setSizePolicy(sizePolicy);
499         TLCone_Z1->setWordWrap(false);
500
501         gridLayout_3->addWidget(TLCone_Z1, 3, 0, 1, 1);
502
503         SpinBox_Cone_Z1 = new QDoubleSpinBox(gBCone);
504         SpinBox_Cone_Z1->setObjectName(QStringLiteral("SpinBox_Cone_Z1"));
505         SpinBox_Cone_Z1->setDecimals(5);
506         SpinBox_Cone_Z1->setMinimum(-1e+9);
507         SpinBox_Cone_Z1->setMaximum(1e+9);
508         SpinBox_Cone_Z1->setValue(0);
509
510         gridLayout_3->addWidget(SpinBox_Cone_Z1, 3, 1, 1, 1);
511
512         TLCone_Z2 = new QLabel(gBCone);
513         TLCone_Z2->setObjectName(QStringLiteral("TLCone_Z2"));
514         sizePolicy.setHeightForWidth(TLCone_Z2->sizePolicy().hasHeightForWidth());
515         TLCone_Z2->setSizePolicy(sizePolicy);
516         TLCone_Z2->setWordWrap(false);
517
518         gridLayout_3->addWidget(TLCone_Z2, 3, 2, 1, 1);
519
520         SpinBox_Cone_Z2 = new QDoubleSpinBox(gBCone);
521         SpinBox_Cone_Z2->setObjectName(QStringLiteral("SpinBox_Cone_Z2"));
522         SpinBox_Cone_Z2->setDecimals(5);
523         SpinBox_Cone_Z2->setMinimum(-1e+9);
524         SpinBox_Cone_Z2->setMaximum(1e+9);
525         SpinBox_Cone_Z2->setValue(0);
526
527         gridLayout_3->addWidget(SpinBox_Cone_Z2, 3, 3, 1, 1);
528
529         TLCone_V1 = new QLabel(gBCone);
530         TLCone_V1->setObjectName(QStringLiteral("TLCone_V1"));
531         sizePolicy.setHeightForWidth(TLCone_V1->sizePolicy().hasHeightForWidth());
532         TLCone_V1->setSizePolicy(sizePolicy);
533         TLCone_V1->setWordWrap(false);
534
535         gridLayout_3->addWidget(TLCone_V1, 4, 0, 1, 1);
536
537         SpinBox_Cone_V1 = new QDoubleSpinBox(gBCone);
538         SpinBox_Cone_V1->setObjectName(QStringLiteral("SpinBox_Cone_V1"));
539         SpinBox_Cone_V1->setDecimals(5);
540         SpinBox_Cone_V1->setMaximum(1e+9);
541
542         gridLayout_3->addWidget(SpinBox_Cone_V1, 4, 1, 1, 1);
543
544         TLCone_V2 = new QLabel(gBCone);
545         TLCone_V2->setObjectName(QStringLiteral("TLCone_V2"));
546         sizePolicy.setHeightForWidth(TLCone_V2->sizePolicy().hasHeightForWidth());
547         TLCone_V2->setSizePolicy(sizePolicy);
548         TLCone_V2->setWordWrap(false);
549
550         gridLayout_3->addWidget(TLCone_V2, 4, 2, 1, 1);
551
552         SpinBox_Cone_V2 = new QDoubleSpinBox(gBCone);
553         SpinBox_Cone_V2->setObjectName(QStringLiteral("SpinBox_Cone_V2"));
554         SpinBox_Cone_V2->setDecimals(5);
555         SpinBox_Cone_V2->setMaximum(1e+9);
556
557         gridLayout_3->addWidget(SpinBox_Cone_V2, 4, 3, 1, 1);
558
559
560         gridLayout_5->addWidget(gBCone, 4, 0, 1, 2);
561
562         gBTore = new QGroupBox(CreateBoundaryAn);
563         gBTore->setObjectName(QStringLiteral("gBTore"));
564         sizePolicy.setHeightForWidth(gBTore->sizePolicy().hasHeightForWidth());
565         gBTore->setSizePolicy(sizePolicy);
566         gridLayout_4 = new QGridLayout(gBTore);
567         gridLayout_4->setObjectName(QStringLiteral("gridLayout_4"));
568         TLToreXcent = new QLabel(gBTore);
569         TLToreXcent->setObjectName(QStringLiteral("TLToreXcent"));
570         sizePolicy.setHeightForWidth(TLToreXcent->sizePolicy().hasHeightForWidth());
571         TLToreXcent->setSizePolicy(sizePolicy);
572         TLToreXcent->setWordWrap(false);
573
574         gridLayout_4->addWidget(TLToreXcent, 0, 0, 1, 1);
575
576         SpinBoxToreXcent = new QDoubleSpinBox(gBTore);
577         SpinBoxToreXcent->setObjectName(QStringLiteral("SpinBoxToreXcent"));
578         SpinBoxToreXcent->setDecimals(5);
579         SpinBoxToreXcent->setMinimum(-1e+9);
580         SpinBoxToreXcent->setMaximum(1e+9);
581         SpinBoxToreXcent->setValue(0);
582
583         gridLayout_4->addWidget(SpinBoxToreXcent, 0, 1, 1, 1);
584
585         TLToreXaxe = new QLabel(gBTore);
586         TLToreXaxe->setObjectName(QStringLiteral("TLToreXaxe"));
587         sizePolicy.setHeightForWidth(TLToreXaxe->sizePolicy().hasHeightForWidth());
588         TLToreXaxe->setSizePolicy(sizePolicy);
589         TLToreXaxe->setWordWrap(false);
590
591         gridLayout_4->addWidget(TLToreXaxe, 0, 2, 1, 1);
592
593         SpinBoxToreXaxe = new QDoubleSpinBox(gBTore);
594         SpinBoxToreXaxe->setObjectName(QStringLiteral("SpinBoxToreXaxe"));
595         SpinBoxToreXaxe->setDecimals(5);
596         SpinBoxToreXaxe->setMinimum(-1e+9);
597         SpinBoxToreXaxe->setMaximum(1e+9);
598         SpinBoxToreXaxe->setValue(0);
599
600         gridLayout_4->addWidget(SpinBoxToreXaxe, 0, 3, 1, 1);
601
602         TLToreYcent = new QLabel(gBTore);
603         TLToreYcent->setObjectName(QStringLiteral("TLToreYcent"));
604         sizePolicy.setHeightForWidth(TLToreYcent->sizePolicy().hasHeightForWidth());
605         TLToreYcent->setSizePolicy(sizePolicy);
606         TLToreYcent->setWordWrap(false);
607
608         gridLayout_4->addWidget(TLToreYcent, 1, 0, 1, 1);
609
610         SpinBoxToreYcent = new QDoubleSpinBox(gBTore);
611         SpinBoxToreYcent->setObjectName(QStringLiteral("SpinBoxToreYcent"));
612         SpinBoxToreYcent->setDecimals(5);
613         SpinBoxToreYcent->setMinimum(-1e+9);
614         SpinBoxToreYcent->setMaximum(1e+9);
615         SpinBoxToreYcent->setValue(0);
616
617         gridLayout_4->addWidget(SpinBoxToreYcent, 1, 1, 1, 1);
618
619         TLToreYaxe = new QLabel(gBTore);
620         TLToreYaxe->setObjectName(QStringLiteral("TLToreYaxe"));
621         sizePolicy.setHeightForWidth(TLToreYaxe->sizePolicy().hasHeightForWidth());
622         TLToreYaxe->setSizePolicy(sizePolicy);
623         TLToreYaxe->setWordWrap(false);
624
625         gridLayout_4->addWidget(TLToreYaxe, 1, 2, 1, 1);
626
627         SpinBoxToreYaxe = new QDoubleSpinBox(gBTore);
628         SpinBoxToreYaxe->setObjectName(QStringLiteral("SpinBoxToreYaxe"));
629         SpinBoxToreYaxe->setDecimals(5);
630         SpinBoxToreYaxe->setMinimum(-1e+9);
631         SpinBoxToreYaxe->setMaximum(1e+9);
632         SpinBoxToreYaxe->setValue(0);
633
634         gridLayout_4->addWidget(SpinBoxToreYaxe, 1, 3, 1, 1);
635
636         TLToreZcent = new QLabel(gBTore);
637         TLToreZcent->setObjectName(QStringLiteral("TLToreZcent"));
638         sizePolicy.setHeightForWidth(TLToreZcent->sizePolicy().hasHeightForWidth());
639         TLToreZcent->setSizePolicy(sizePolicy);
640         TLToreZcent->setWordWrap(false);
641
642         gridLayout_4->addWidget(TLToreZcent, 2, 0, 1, 1);
643
644         SpinBoxToreZcent = new QDoubleSpinBox(gBTore);
645         SpinBoxToreZcent->setObjectName(QStringLiteral("SpinBoxToreZcent"));
646         SpinBoxToreZcent->setDecimals(5);
647         SpinBoxToreZcent->setMinimum(-1e+9);
648         SpinBoxToreZcent->setMaximum(1e+9);
649         SpinBoxToreZcent->setValue(0);
650
651         gridLayout_4->addWidget(SpinBoxToreZcent, 2, 1, 1, 1);
652
653         TLToreZaxe = new QLabel(gBTore);
654         TLToreZaxe->setObjectName(QStringLiteral("TLToreZaxe"));
655         sizePolicy.setHeightForWidth(TLToreZaxe->sizePolicy().hasHeightForWidth());
656         TLToreZaxe->setSizePolicy(sizePolicy);
657         TLToreZaxe->setWordWrap(false);
658
659         gridLayout_4->addWidget(TLToreZaxe, 2, 2, 1, 1);
660
661         SpinBoxToreZaxe = new QDoubleSpinBox(gBTore);
662         SpinBoxToreZaxe->setObjectName(QStringLiteral("SpinBoxToreZaxe"));
663         SpinBoxToreZaxe->setDecimals(5);
664         SpinBoxToreZaxe->setMinimum(-1e+9);
665         SpinBoxToreZaxe->setMaximum(1e+9);
666         SpinBoxToreZaxe->setValue(0);
667
668         gridLayout_4->addWidget(SpinBoxToreZaxe, 2, 3, 1, 1);
669
670         TLToreRayRev = new QLabel(gBTore);
671         TLToreRayRev->setObjectName(QStringLiteral("TLToreRayRev"));
672         sizePolicy.setHeightForWidth(TLToreRayRev->sizePolicy().hasHeightForWidth());
673         TLToreRayRev->setSizePolicy(sizePolicy);
674         TLToreRayRev->setWordWrap(false);
675
676         gridLayout_4->addWidget(TLToreRayRev, 3, 0, 1, 1);
677
678         SpinBoxToreRRev = new QDoubleSpinBox(gBTore);
679         SpinBoxToreRRev->setObjectName(QStringLiteral("SpinBoxToreRRev"));
680         SpinBoxToreRRev->setDecimals(5);
681         SpinBoxToreRRev->setMaximum(1e+9);
682
683         gridLayout_4->addWidget(SpinBoxToreRRev, 3, 1, 1, 1);
684
685         TLToreRayPri = new QLabel(gBTore);
686         TLToreRayPri->setObjectName(QStringLiteral("TLToreRayPri"));
687         sizePolicy.setHeightForWidth(TLToreRayPri->sizePolicy().hasHeightForWidth());
688         TLToreRayPri->setSizePolicy(sizePolicy);
689         TLToreRayPri->setWordWrap(false);
690
691         gridLayout_4->addWidget(TLToreRayPri, 3, 2, 1, 1);
692
693         SpinBoxToreRPri = new QDoubleSpinBox(gBTore);
694         SpinBoxToreRPri->setObjectName(QStringLiteral("SpinBoxToreRPri"));
695         SpinBoxToreRPri->setDecimals(5);
696         SpinBoxToreRPri->setMaximum(1e+9);
697
698         gridLayout_4->addWidget(SpinBoxToreRPri, 3, 3, 1, 1);
699
700
701         gridLayout_5->addWidget(gBTore, 5, 0, 1, 2);
702
703         GBButtons = new QGroupBox(CreateBoundaryAn);
704         GBButtons->setObjectName(QStringLiteral("GBButtons"));
705         sizePolicy.setHeightForWidth(GBButtons->sizePolicy().hasHeightForWidth());
706         GBButtons->setSizePolicy(sizePolicy);
707         gridLayout3 = new QGridLayout(GBButtons);
708 #ifndef Q_OS_MAC
709         gridLayout3->setSpacing(6);
710 #endif
711 #ifndef Q_OS_MAC
712         gridLayout3->setContentsMargins(9, 9, 9, 9);
713 #endif
714         gridLayout3->setObjectName(QStringLiteral("gridLayout3"));
715         buttonHelp = new QPushButton(GBButtons);
716         buttonHelp->setObjectName(QStringLiteral("buttonHelp"));
717
718         gridLayout3->addWidget(buttonHelp, 0, 3, 1, 1);
719
720         buttonCancel = new QPushButton(GBButtons);
721         buttonCancel->setObjectName(QStringLiteral("buttonCancel"));
722
723         gridLayout3->addWidget(buttonCancel, 0, 2, 1, 1);
724
725         buttonApply = new QPushButton(GBButtons);
726         buttonApply->setObjectName(QStringLiteral("buttonApply"));
727
728         gridLayout3->addWidget(buttonApply, 0, 1, 1, 1);
729
730         buttonOk = new QPushButton(GBButtons);
731         buttonOk->setObjectName(QStringLiteral("buttonOk"));
732
733         gridLayout3->addWidget(buttonOk, 0, 0, 1, 1);
734
735
736         gridLayout_5->addWidget(GBButtons, 6, 0, 1, 2);
737
738
739         retranslateUi(CreateBoundaryAn);
740
741         QMetaObject::connectSlotsByName(CreateBoundaryAn);
742     } // setupUi
743
744     void retranslateUi(QDialog *CreateBoundaryAn)
745     {
746         CreateBoundaryAn->setWindowTitle(QApplication::translate("CreateBoundaryAn", "Create an analytical boundary", Q_NULLPTR));
747         Name->setText(QApplication::translate("CreateBoundaryAn", "Name", Q_NULLPTR));
748         TypeBoundary->setTitle(QApplication::translate("CreateBoundaryAn", "Type of boundary", Q_NULLPTR));
749         RBCylindre->setText(QApplication::translate("CreateBoundaryAn", "Cylinder", Q_NULLPTR));
750         RBSphere->setText(QApplication::translate("CreateBoundaryAn", "Sphere", Q_NULLPTR));
751         RBCone->setText(QApplication::translate("CreateBoundaryAn", "Cone", Q_NULLPTR));
752         RBTore->setText(QApplication::translate("CreateBoundaryAn", "Torus", Q_NULLPTR));
753         gBCylindre->setTitle(QApplication::translate("CreateBoundaryAn", "Coordinates", Q_NULLPTR));
754         TLXcent->setText(QApplication::translate("CreateBoundaryAn", "X centre", Q_NULLPTR));
755         TLradius->setText(QApplication::translate("CreateBoundaryAn", "Radius", Q_NULLPTR));
756         TLZcent->setText(QApplication::translate("CreateBoundaryAn", "Z centre", Q_NULLPTR));
757         TLYcent->setText(QApplication::translate("CreateBoundaryAn", "Y centre", Q_NULLPTR));
758         TLXaxis->setText(QApplication::translate("CreateBoundaryAn", "X axis", Q_NULLPTR));
759         TLYaxis->setText(QApplication::translate("CreateBoundaryAn", "Y axis", Q_NULLPTR));
760         TLZaxis->setText(QApplication::translate("CreateBoundaryAn", "Z axis", Q_NULLPTR));
761         gBSphere->setTitle(QApplication::translate("CreateBoundaryAn", "Coordinates", Q_NULLPTR));
762         TLRayon->setText(QApplication::translate("CreateBoundaryAn", "Radius", Q_NULLPTR));
763         TLZcentre->setText(QApplication::translate("CreateBoundaryAn", "Z centre", Q_NULLPTR));
764         TLYcentre->setText(QApplication::translate("CreateBoundaryAn", "Y centre", Q_NULLPTR));
765         TLXcentre->setText(QApplication::translate("CreateBoundaryAn", "X centre", Q_NULLPTR));
766         gBCone->setTitle(QApplication::translate("CreateBoundaryAn", "Coordinates", Q_NULLPTR));
767         groupBox->setTitle(QApplication::translate("CreateBoundaryAn", "Definition", Q_NULLPTR));
768         RB_Def_radius->setText(QApplication::translate("CreateBoundaryAn", "Radius", Q_NULLPTR));
769         RB_Def_angle->setText(QApplication::translate("CreateBoundaryAn", "Angle", Q_NULLPTR));
770         TLCone_X1->setText(QApplication::translate("CreateBoundaryAn", "X 1", Q_NULLPTR));
771         TLCone_X2->setText(QApplication::translate("CreateBoundaryAn", "X 2", Q_NULLPTR));
772         TLCone_Y1->setText(QApplication::translate("CreateBoundaryAn", "Y 1", Q_NULLPTR));
773         TLCone_Y2->setText(QApplication::translate("CreateBoundaryAn", "Y 2", Q_NULLPTR));
774         TLCone_Z1->setText(QApplication::translate("CreateBoundaryAn", "Z 1", Q_NULLPTR));
775         TLCone_Z2->setText(QApplication::translate("CreateBoundaryAn", "Z 2", Q_NULLPTR));
776         TLCone_V1->setText(QApplication::translate("CreateBoundaryAn", "V 1", Q_NULLPTR));
777         TLCone_V2->setText(QApplication::translate("CreateBoundaryAn", "V 2", Q_NULLPTR));
778         gBTore->setTitle(QApplication::translate("CreateBoundaryAn", "Coordinates", Q_NULLPTR));
779         TLToreXcent->setText(QApplication::translate("CreateBoundaryAn", "X centre", Q_NULLPTR));
780         TLToreXaxe->setText(QApplication::translate("CreateBoundaryAn", "X axis", Q_NULLPTR));
781         TLToreYcent->setText(QApplication::translate("CreateBoundaryAn", "Y centre", Q_NULLPTR));
782         TLToreYaxe->setText(QApplication::translate("CreateBoundaryAn", "Y axis", Q_NULLPTR));
783         TLToreZcent->setText(QApplication::translate("CreateBoundaryAn", "Z centre", Q_NULLPTR));
784         TLToreZaxe->setText(QApplication::translate("CreateBoundaryAn", "Z axis", Q_NULLPTR));
785         TLToreRayRev->setText(QApplication::translate("CreateBoundaryAn", "R revolution", Q_NULLPTR));
786         TLToreRayPri->setText(QApplication::translate("CreateBoundaryAn", "Primary R", Q_NULLPTR));
787         GBButtons->setTitle(QString());
788         buttonHelp->setText(QApplication::translate("CreateBoundaryAn", "Help", Q_NULLPTR));
789         buttonCancel->setText(QApplication::translate("CreateBoundaryAn", "Cancel", Q_NULLPTR));
790         buttonApply->setText(QApplication::translate("CreateBoundaryAn", "Apply", Q_NULLPTR));
791         buttonOk->setText(QApplication::translate("CreateBoundaryAn", "OK", Q_NULLPTR));
792     } // retranslateUi
793
794 };
795
796 namespace Ui {
797     class CreateBoundaryAn: public Ui_CreateBoundaryAn {};
798 } // namespace Ui
799
800 QT_END_NAMESPACE
801
802 #endif // UI_CREATEBOUNDARYAN_H