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