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