]> SALOME platform Git repositories - modules/homard.git/blob - src/HOMARDGUI/HomardDlg.h
Salome HOME
version 5_1_4 HOMARD_SRC
[modules/homard.git] / src / HOMARDGUI / HomardDlg.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'HomardDlg.ui'
3 **
4 ** Created: Fri Jan 16 19:12:09 2009
5 **      by: Qt User Interface Compiler version 4.4.3
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
8 ********************************************************************************/
9
10 #ifndef HOMARDDLG_H
11 #define HOMARDDLG_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/QComboBox>
19 #include <QtGui/QGridLayout>
20 #include <QtGui/QGroupBox>
21 #include <QtGui/QLabel>
22 #include <QtGui/QLineEdit>
23 #include <QtGui/QPushButton>
24 #include <QtGui/QSpacerItem>
25 #include <QtGui/QWidget>
26
27 QT_BEGIN_NAMESPACE
28
29 class Ui_HomardDlg
30 {
31 public:
32     QGroupBox *groupBox;
33     QLabel *label;
34     QLabel *label_2;
35     QComboBox *ListeMeshName;
36     QPushButton *PushFichier;
37     QLineEdit *NomFichier;
38     QGroupBox *groupBox_3;
39     QWidget *widget;
40     QGridLayout *gridLayout;
41     QCheckBox *NbEntites;
42     QSpacerItem *verticalSpacer;
43     QCheckBox *Volumes;
44     QSpacerItem *horizontalSpacer;
45     QCheckBox *Inter;
46     QCheckBox *Qualite;
47     QCheckBox *Connexite;
48     QGroupBox *groupBox_2;
49     QCheckBox *Histo;
50     QCheckBox *Bilan;
51     QGroupBox *groupBox_4;
52     QPushButton *lancement;
53     QPushButton *terminer;
54
55     void setupUi(QWidget *HomardDlg)
56     {
57     if (HomardDlg->objectName().isEmpty())
58         HomardDlg->setObjectName(QString::fromUtf8("HomardDlg"));
59     HomardDlg->resize(632, 372);
60     groupBox = new QGroupBox(HomardDlg);
61     groupBox->setObjectName(QString::fromUtf8("groupBox"));
62     groupBox->setGeometry(QRect(10, 0, 614, 131));
63     label = new QLabel(groupBox);
64     label->setObjectName(QString::fromUtf8("label"));
65     label->setGeometry(QRect(20, 20, 57, 17));
66     label_2 = new QLabel(groupBox);
67     label_2->setObjectName(QString::fromUtf8("label_2"));
68     label_2->setGeometry(QRect(20, 90, 57, 17));
69     ListeMeshName = new QComboBox(groupBox);
70     ListeMeshName->setObjectName(QString::fromUtf8("ListeMeshName"));
71     ListeMeshName->setGeometry(QRect(100, 70, 501, 41));
72     PushFichier = new QPushButton(groupBox);
73     PushFichier->setObjectName(QString::fromUtf8("PushFichier"));
74     PushFichier->setGeometry(QRect(100, 20, 51, 31));
75     NomFichier = new QLineEdit(groupBox);
76     NomFichier->setObjectName(QString::fromUtf8("NomFichier"));
77     NomFichier->setGeometry(QRect(170, 10, 431, 51));
78     groupBox_3 = new QGroupBox(HomardDlg);
79     groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
80     groupBox_3->setGeometry(QRect(10, 140, 614, 78));
81     widget = new QWidget(groupBox_3);
82     widget->setObjectName(QString::fromUtf8("widget"));
83     widget->setGeometry(QRect(21, 10, 445, 92));
84     gridLayout = new QGridLayout(widget);
85     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
86     gridLayout->setContentsMargins(0, 0, 0, 0);
87     NbEntites = new QCheckBox(widget);
88     NbEntites->setObjectName(QString::fromUtf8("NbEntites"));
89     NbEntites->setChecked(true);
90
91     gridLayout->addWidget(NbEntites, 0, 0, 3, 2);
92
93     verticalSpacer = new QSpacerItem(20, 58, QSizePolicy::Minimum, QSizePolicy::Expanding);
94
95     gridLayout->addItem(verticalSpacer, 0, 2, 4, 1);
96
97     Volumes = new QCheckBox(widget);
98     Volumes->setObjectName(QString::fromUtf8("Volumes"));
99     Volumes->setChecked(true);
100
101     gridLayout->addWidget(Volumes, 0, 3, 2, 1);
102
103     horizontalSpacer = new QSpacerItem(198, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
104
105     gridLayout->addItem(horizontalSpacer, 1, 1, 2, 1);
106
107     Inter = new QCheckBox(widget);
108     Inter->setObjectName(QString::fromUtf8("Inter"));
109     Inter->setChecked(false);
110
111     gridLayout->addWidget(Inter, 2, 3, 2, 1);
112
113     Qualite = new QCheckBox(widget);
114     Qualite->setObjectName(QString::fromUtf8("Qualite"));
115     Qualite->setChecked(true);
116
117     gridLayout->addWidget(Qualite, 3, 0, 1, 2);
118
119     Connexite = new QCheckBox(widget);
120     Connexite->setObjectName(QString::fromUtf8("Connexite"));
121     Connexite->setChecked(true);
122
123     gridLayout->addWidget(Connexite, 4, 0, 1, 2);
124
125     groupBox_2 = new QGroupBox(HomardDlg);
126     groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
127     groupBox_2->setGeometry(QRect(10, 220, 614, 78));
128     Histo = new QCheckBox(groupBox_2);
129     Histo->setObjectName(QString::fromUtf8("Histo"));
130     Histo->setGeometry(QRect(330, 30, 171, 22));
131     Histo->setChecked(true);
132     Bilan = new QCheckBox(groupBox_2);
133     Bilan->setObjectName(QString::fromUtf8("Bilan"));
134     Bilan->setGeometry(QRect(10, 30, 171, 22));
135     Bilan->setChecked(true);
136     groupBox_4 = new QGroupBox(HomardDlg);
137     groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
138     groupBox_4->setGeometry(QRect(10, 310, 614, 51));
139     lancement = new QPushButton(groupBox_4);
140     lancement->setObjectName(QString::fromUtf8("lancement"));
141     lancement->setGeometry(QRect(430, 10, 83, 31));
142     terminer = new QPushButton(groupBox_4);
143     terminer->setObjectName(QString::fromUtf8("terminer"));
144     terminer->setGeometry(QRect(520, 10, 83, 31));
145
146     retranslateUi(HomardDlg);
147
148     QMetaObject::connectSlotsByName(HomardDlg);
149     } // setupUi
150
151     void retranslateUi(QWidget *HomardDlg)
152     {
153     HomardDlg->setWindowTitle(QApplication::translate("HomardDlg", "Homard : Analyse de maillage", 0, QApplication::UnicodeUTF8));
154     groupBox->setTitle(QString());
155     label->setText(QApplication::translate("HomardDlg", "MED File", 0, QApplication::UnicodeUTF8));
156     label_2->setText(QApplication::translate("HomardDlg", "Mesh", 0, QApplication::UnicodeUTF8));
157     PushFichier->setText(QApplication::translate("HomardDlg", "Icon", 0, QApplication::UnicodeUTF8));
158     groupBox_3->setTitle(QApplication::translate("HomardDlg", "Options", 0, QApplication::UnicodeUTF8));
159     NbEntites->setText(QApplication::translate("HomardDlg", "Nombre d'entit\303\251s", 0, QApplication::UnicodeUTF8));
160     Volumes->setText(QApplication::translate("HomardDlg", "Volumes/Surfaces/Longueurs", 0, QApplication::UnicodeUTF8));
161     Inter->setText(QApplication::translate("HomardDlg", "Interp\303\251n\303\251tration", 0, QApplication::UnicodeUTF8));
162     Qualite->setText(QApplication::translate("HomardDlg", "Qualit\303\251", 0, QApplication::UnicodeUTF8));
163     Connexite->setText(QApplication::translate("HomardDlg", "Connexit\303\251", 0, QApplication::UnicodeUTF8));
164     groupBox_2->setTitle(QApplication::translate("HomardDlg", "Conservation des r\303\251sultats", 0, QApplication::UnicodeUTF8));
165     Histo->setText(QApplication::translate("HomardDlg", "Histogramme Qualit\303\251", 0, QApplication::UnicodeUTF8));
166     Bilan->setText(QApplication::translate("HomardDlg", "Bilan", 0, QApplication::UnicodeUTF8));
167     groupBox_4->setTitle(QString());
168     lancement->setText(QApplication::translate("HomardDlg", "Ok", 0, QApplication::UnicodeUTF8));
169     terminer->setText(QApplication::translate("HomardDlg", "Cancel", 0, QApplication::UnicodeUTF8));
170     Q_UNUSED(HomardDlg);
171     } // retranslateUi
172
173 };
174
175 namespace Ui {
176     class HomardDlg: public Ui_HomardDlg {};
177 } // namespace Ui
178
179 QT_END_NAMESPACE
180
181 #endif // HOMARDDLG_H