]> SALOME platform Git repositories - modules/homard.git/blob - src/HOMARDGUI/CreateListGroup.h
Salome HOME
Fix problems of 'make distcheck'
[modules/homard.git] / src / HOMARDGUI / CreateListGroup.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'CreateListGroup.ui'
3 **
4 ** Created: Thu Feb 24 09:10:36 2011
5 **      by: Qt User Interface Compiler version 4.2.1
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
8 ********************************************************************************/
9
10 #ifndef CREATELISTGROUP_H
11 #define CREATELISTGROUP_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/QGridLayout>
19 #include <QtGui/QGroupBox>
20 #include <QtGui/QPushButton>
21 #include <QtGui/QTableWidget>
22
23 class Ui_CreateListGroup
24 {
25 public:
26     QGridLayout *gridLayout;
27     QGroupBox *GBOptions;
28     QGridLayout *gridLayout1;
29     QTableWidget *TWGroupe;
30     QGroupBox *GBButtons;
31     QGridLayout *gridLayout2;
32     QPushButton *buttonOk;
33     QPushButton *buttonApply;
34     QPushButton *buttonCancel;
35     QPushButton *buttonHelp;
36
37     void setupUi(QDialog *CreateListGroup)
38     {
39     CreateListGroup->setObjectName(QString::fromUtf8("CreateListGroup"));
40     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
41     sizePolicy.setHorizontalStretch(0);
42     sizePolicy.setVerticalStretch(0);
43     sizePolicy.setHeightForWidth(CreateListGroup->sizePolicy().hasHeightForWidth());
44     CreateListGroup->setSizePolicy(sizePolicy);
45     CreateListGroup->setAutoFillBackground(true);
46     CreateListGroup->setSizeGripEnabled(true);
47     gridLayout = new QGridLayout(CreateListGroup);
48     gridLayout->setSpacing(6);
49     gridLayout->setMargin(9);
50     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
51     GBOptions = new QGroupBox(CreateListGroup);
52     GBOptions->setObjectName(QString::fromUtf8("GBOptions"));
53     gridLayout1 = new QGridLayout(GBOptions);
54     gridLayout1->setSpacing(6);
55     gridLayout1->setMargin(9);
56     gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
57     TWGroupe = new QTableWidget(GBOptions);
58     TWGroupe->setObjectName(QString::fromUtf8("TWGroupe"));
59     TWGroupe->setShowGrid(true);
60     TWGroupe->setRowCount(0);
61     TWGroupe->setColumnCount(2);
62
63     gridLayout1->addWidget(TWGroupe, 0, 0, 1, 1);
64
65
66     gridLayout->addWidget(GBOptions, 0, 0, 1, 1);
67
68     GBButtons = new QGroupBox(CreateListGroup);
69     GBButtons->setObjectName(QString::fromUtf8("GBButtons"));
70     gridLayout2 = new QGridLayout(GBButtons);
71     gridLayout2->setSpacing(6);
72     gridLayout2->setMargin(9);
73     gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
74     buttonOk = new QPushButton(GBButtons);
75     buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
76
77     gridLayout2->addWidget(buttonOk, 0, 0, 1, 1);
78
79     buttonApply = new QPushButton(GBButtons);
80     buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
81
82     gridLayout2->addWidget(buttonApply, 0, 1, 1, 1);
83
84     buttonCancel = new QPushButton(GBButtons);
85     buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
86
87     gridLayout2->addWidget(buttonCancel, 0, 2, 1, 1);
88
89     buttonHelp = new QPushButton(GBButtons);
90     buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
91
92     gridLayout2->addWidget(buttonHelp, 0, 3, 1, 1);
93
94
95     gridLayout->addWidget(GBButtons, 1, 0, 1, 1);
96
97
98     retranslateUi(CreateListGroup);
99
100     QSize size(717, 600);
101     size = size.expandedTo(CreateListGroup->minimumSizeHint());
102     CreateListGroup->resize(size);
103
104
105     QMetaObject::connectSlotsByName(CreateListGroup);
106     } // setupUi
107
108     void retranslateUi(QDialog *CreateListGroup)
109     {
110     CreateListGroup->setWindowTitle(QApplication::translate("CreateListGroup", "Selection of groups", 0, QApplication::UnicodeUTF8));
111     GBOptions->setTitle(QApplication::translate("CreateListGroup", "Selected groups", 0, QApplication::UnicodeUTF8));
112     if (TWGroupe->columnCount() < 2)
113         TWGroupe->setColumnCount(2);
114
115     QTableWidgetItem *__colItem = new QTableWidgetItem();
116     __colItem->setText(QApplication::translate("CreateListGroup", "Selection", 0, QApplication::UnicodeUTF8));
117     TWGroupe->setHorizontalHeaderItem(0, __colItem);
118
119     QTableWidgetItem *__colItem1 = new QTableWidgetItem();
120     __colItem1->setText(QApplication::translate("CreateListGroup", "Group", 0, QApplication::UnicodeUTF8));
121     TWGroupe->setHorizontalHeaderItem(1, __colItem1);
122     GBButtons->setTitle(QString());
123     buttonOk->setText(QApplication::translate("CreateListGroup", "OK", 0, QApplication::UnicodeUTF8));
124     buttonApply->setText(QApplication::translate("CreateListGroup", "Apply", 0, QApplication::UnicodeUTF8));
125     buttonCancel->setText(QApplication::translate("CreateListGroup", "Cancel", 0, QApplication::UnicodeUTF8));
126     buttonHelp->setText(QApplication::translate("CreateListGroup", "Help", 0, QApplication::UnicodeUTF8));
127     Q_UNUSED(CreateListGroup);
128     } // retranslateUi
129
130 };
131
132 namespace Ui {
133     class CreateListGroup: public Ui_CreateListGroup {};
134 } // namespace Ui
135
136 #endif // CREATELISTGROUP_H