Salome HOME
retour arrière
[modules/smesh.git] / src / ADAPTGUI / ui_MeshInfo.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'MeshInfo.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_MESHINFO_H
10 #define UI_MESHINFO_H
11
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QGroupBox>
20 #include <QtWidgets/QHBoxLayout>
21 #include <QtWidgets/QHeaderView>
22 #include <QtWidgets/QLabel>
23 #include <QtWidgets/QLineEdit>
24 #include <QtWidgets/QPushButton>
25 #include <QtWidgets/QSpacerItem>
26
27 QT_BEGIN_NAMESPACE
28
29 class Ui_MeshInfo
30 {
31 public:
32     QGridLayout *gridLayout_2;
33     QHBoxLayout *hboxLayout;
34     QLabel *Name;
35     QLineEdit *LECaseName;
36     QHBoxLayout *hboxLayout1;
37     QLabel *Directory;
38     QPushButton *PushDir;
39     QLineEdit *LEDirName;
40     QSpacerItem *spacerItem;
41     QHBoxLayout *hboxLayout2;
42     QLabel *Mesh_2;
43     QPushButton *PushFichier;
44     QLineEdit *LEFileName;
45     QSpacerItem *spacerItem1;
46     QGroupBox *GBOptions;
47     QGridLayout *gridLayout;
48     QCheckBox *CBQuality;
49     QCheckBox *CBConnection;
50     QCheckBox *CBDiametre;
51     QCheckBox *CBBlockSize;
52     QCheckBox *CBEntanglement;
53     QSpacerItem *verticalSpacer;
54     QGroupBox *GroupButtons;
55     QGridLayout *gridLayout1;
56     QPushButton *buttonHelp;
57     QPushButton *buttonApply;
58     QPushButton *buttonOk;
59     QPushButton *buttonCancel;
60     QSpacerItem *spacer_2;
61
62     void setupUi(QDialog *MeshInfo)
63     {
64         if (MeshInfo->objectName().isEmpty())
65             MeshInfo->setObjectName(QStringLiteral("MeshInfo"));
66         MeshInfo->resize(536, 372);
67         QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
68         sizePolicy.setHorizontalStretch(0);
69         sizePolicy.setVerticalStretch(0);
70         sizePolicy.setHeightForWidth(MeshInfo->sizePolicy().hasHeightForWidth());
71         MeshInfo->setSizePolicy(sizePolicy);
72         MeshInfo->setAutoFillBackground(true);
73         gridLayout_2 = new QGridLayout(MeshInfo);
74         gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
75         hboxLayout = new QHBoxLayout();
76 #ifndef Q_OS_MAC
77         hboxLayout->setSpacing(6);
78 #endif
79 #ifndef Q_OS_MAC
80         hboxLayout->setContentsMargins(0, 0, 0, 0);
81 #endif
82         hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
83         Name = new QLabel(MeshInfo);
84         Name->setObjectName(QStringLiteral("Name"));
85
86         hboxLayout->addWidget(Name);
87
88         LECaseName = new QLineEdit(MeshInfo);
89         LECaseName->setObjectName(QStringLiteral("LECaseName"));
90         LECaseName->setMinimumSize(QSize(382, 21));
91
92         hboxLayout->addWidget(LECaseName);
93
94
95         gridLayout_2->addLayout(hboxLayout, 0, 0, 1, 2);
96
97         hboxLayout1 = new QHBoxLayout();
98 #ifndef Q_OS_MAC
99         hboxLayout1->setSpacing(6);
100 #endif
101         hboxLayout1->setContentsMargins(0, 0, 0, 0);
102         hboxLayout1->setObjectName(QStringLiteral("hboxLayout1"));
103         Directory = new QLabel(MeshInfo);
104         Directory->setObjectName(QStringLiteral("Directory"));
105
106         hboxLayout1->addWidget(Directory);
107
108         PushDir = new QPushButton(MeshInfo);
109         PushDir->setObjectName(QStringLiteral("PushDir"));
110         PushDir->setAutoDefault(false);
111
112         hboxLayout1->addWidget(PushDir);
113
114         LEDirName = new QLineEdit(MeshInfo);
115         LEDirName->setObjectName(QStringLiteral("LEDirName"));
116         LEDirName->setMinimumSize(QSize(382, 21));
117
118         hboxLayout1->addWidget(LEDirName);
119
120
121         gridLayout_2->addLayout(hboxLayout1, 1, 0, 1, 2);
122
123         spacerItem = new QSpacerItem(20, 18, QSizePolicy::Minimum, QSizePolicy::Expanding);
124
125         gridLayout_2->addItem(spacerItem, 2, 0, 1, 1);
126
127         hboxLayout2 = new QHBoxLayout();
128 #ifndef Q_OS_MAC
129         hboxLayout2->setSpacing(6);
130 #endif
131         hboxLayout2->setContentsMargins(0, 0, 0, 0);
132         hboxLayout2->setObjectName(QStringLiteral("hboxLayout2"));
133         Mesh_2 = new QLabel(MeshInfo);
134         Mesh_2->setObjectName(QStringLiteral("Mesh_2"));
135
136         hboxLayout2->addWidget(Mesh_2);
137
138         PushFichier = new QPushButton(MeshInfo);
139         PushFichier->setObjectName(QStringLiteral("PushFichier"));
140         PushFichier->setAutoDefault(false);
141
142         hboxLayout2->addWidget(PushFichier);
143
144         LEFileName = new QLineEdit(MeshInfo);
145         LEFileName->setObjectName(QStringLiteral("LEFileName"));
146         LEFileName->setMinimumSize(QSize(382, 21));
147
148         hboxLayout2->addWidget(LEFileName);
149
150
151         gridLayout_2->addLayout(hboxLayout2, 3, 0, 1, 2);
152
153         spacerItem1 = new QSpacerItem(20, 1, QSizePolicy::Minimum, QSizePolicy::Expanding);
154
155         gridLayout_2->addItem(spacerItem1, 4, 0, 1, 1);
156
157         GBOptions = new QGroupBox(MeshInfo);
158         GBOptions->setObjectName(QStringLiteral("GBOptions"));
159         gridLayout = new QGridLayout(GBOptions);
160         gridLayout->setObjectName(QStringLiteral("gridLayout"));
161         CBQuality = new QCheckBox(GBOptions);
162         CBQuality->setObjectName(QStringLiteral("CBQuality"));
163
164         gridLayout->addWidget(CBQuality, 0, 0, 1, 1);
165
166         CBConnection = new QCheckBox(GBOptions);
167         CBConnection->setObjectName(QStringLiteral("CBConnection"));
168
169         gridLayout->addWidget(CBConnection, 0, 1, 1, 1);
170
171         CBDiametre = new QCheckBox(GBOptions);
172         CBDiametre->setObjectName(QStringLiteral("CBDiametre"));
173
174         gridLayout->addWidget(CBDiametre, 1, 0, 1, 1);
175
176         CBBlockSize = new QCheckBox(GBOptions);
177         CBBlockSize->setObjectName(QStringLiteral("CBBlockSize"));
178
179         gridLayout->addWidget(CBBlockSize, 1, 1, 1, 1);
180
181         CBEntanglement = new QCheckBox(GBOptions);
182         CBEntanglement->setObjectName(QStringLiteral("CBEntanglement"));
183
184         gridLayout->addWidget(CBEntanglement, 2, 0, 1, 2);
185
186
187         gridLayout_2->addWidget(GBOptions, 5, 0, 1, 1);
188
189         verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
190
191         gridLayout_2->addItem(verticalSpacer, 6, 0, 1, 1);
192
193         GroupButtons = new QGroupBox(MeshInfo);
194         GroupButtons->setObjectName(QStringLiteral("GroupButtons"));
195         gridLayout1 = new QGridLayout(GroupButtons);
196 #ifndef Q_OS_MAC
197         gridLayout1->setSpacing(6);
198 #endif
199 #ifndef Q_OS_MAC
200         gridLayout1->setContentsMargins(9, 9, 9, 9);
201 #endif
202         gridLayout1->setObjectName(QStringLiteral("gridLayout1"));
203         buttonHelp = new QPushButton(GroupButtons);
204         buttonHelp->setObjectName(QStringLiteral("buttonHelp"));
205         buttonHelp->setAutoDefault(false);
206
207         gridLayout1->addWidget(buttonHelp, 0, 4, 1, 1);
208
209         buttonApply = new QPushButton(GroupButtons);
210         buttonApply->setObjectName(QStringLiteral("buttonApply"));
211         buttonApply->setAutoDefault(false);
212
213         gridLayout1->addWidget(buttonApply, 0, 1, 1, 1);
214
215         buttonOk = new QPushButton(GroupButtons);
216         buttonOk->setObjectName(QStringLiteral("buttonOk"));
217         buttonOk->setAutoDefault(false);
218
219         gridLayout1->addWidget(buttonOk, 0, 0, 1, 1);
220
221         buttonCancel = new QPushButton(GroupButtons);
222         buttonCancel->setObjectName(QStringLiteral("buttonCancel"));
223         buttonCancel->setAutoDefault(false);
224
225         gridLayout1->addWidget(buttonCancel, 0, 2, 1, 1);
226
227
228         gridLayout_2->addWidget(GroupButtons, 7, 0, 1, 1);
229
230         spacer_2 = new QSpacerItem(128, 25, QSizePolicy::Fixed, QSizePolicy::Minimum);
231
232         gridLayout_2->addItem(spacer_2, 7, 1, 1, 1);
233
234
235         retranslateUi(MeshInfo);
236
237         QMetaObject::connectSlotsByName(MeshInfo);
238     } // setupUi
239
240     void retranslateUi(QDialog *MeshInfo)
241     {
242         MeshInfo->setWindowTitle(QApplication::translate("MeshInfo", "Information on a mesh", Q_NULLPTR));
243         Name->setText(QApplication::translate("MeshInfo", "Name", Q_NULLPTR));
244         Directory->setText(QApplication::translate("MeshInfo", "Directory", Q_NULLPTR));
245         PushDir->setText(QString());
246         Mesh_2->setText(QApplication::translate("MeshInfo", "Mesh", Q_NULLPTR));
247         PushFichier->setText(QString());
248         GBOptions->setTitle(QApplication::translate("MeshInfo", "Options", Q_NULLPTR));
249         CBQuality->setText(QApplication::translate("MeshInfo", "Quality", Q_NULLPTR));
250         CBConnection->setText(QApplication::translate("MeshInfo", "Connection", Q_NULLPTR));
251         CBDiametre->setText(QApplication::translate("MeshInfo", "Diametre", Q_NULLPTR));
252         CBBlockSize->setText(QApplication::translate("MeshInfo", "Group size", Q_NULLPTR));
253         CBEntanglement->setText(QApplication::translate("MeshInfo", "Entanglement", Q_NULLPTR));
254         GroupButtons->setTitle(QString());
255         buttonHelp->setText(QApplication::translate("MeshInfo", "Help", Q_NULLPTR));
256         buttonApply->setText(QApplication::translate("MeshInfo", "Apply", Q_NULLPTR));
257         buttonOk->setText(QApplication::translate("MeshInfo", "OK", Q_NULLPTR));
258         buttonCancel->setText(QApplication::translate("MeshInfo", "Cancel", Q_NULLPTR));
259     } // retranslateUi
260
261 };
262
263 namespace Ui {
264     class MeshInfo: public Ui_MeshInfo {};
265 } // namespace Ui
266
267 QT_END_NAMESPACE
268
269 #endif // UI_MESHINFO_H