Salome HOME
version 5_1_4 HOMARD_SRC
[modules/homard.git] / src / HOMARDGUI / CreateListGroup.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'CreateListGroup.ui'
3 **
4 ** Created: Thu Nov 18 16:31:34 2010
5 **      by: Qt User Interface Compiler version 4.5.2
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/QHeaderView>
21 #include <QtGui/QPushButton>
22 #include <QtGui/QTableWidget>
23
24 QT_BEGIN_NAMESPACE
25
26 class Ui_CreateListGroup
27 {
28 public:
29     QGridLayout *gridLayout;
30     QGroupBox *GBOptions;
31     QGridLayout *gridLayout_7;
32     QTableWidget *TWGroupe;
33     QGroupBox *GBButtons;
34     QGridLayout *gridLayout_5;
35     QPushButton *buttonOk;
36     QPushButton *buttonApply;
37     QPushButton *buttonCancel;
38     QPushButton *buttonHelp;
39
40     void setupUi(QDialog *CreateListGroup)
41     {
42         if (CreateListGroup->objectName().isEmpty())
43             CreateListGroup->setObjectName(QString::fromUtf8("CreateListGroup"));
44         CreateListGroup->resize(717, 600);
45         QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
46         sizePolicy.setHorizontalStretch(0);
47         sizePolicy.setVerticalStretch(0);
48         sizePolicy.setHeightForWidth(CreateListGroup->sizePolicy().hasHeightForWidth());
49         CreateListGroup->setSizePolicy(sizePolicy);
50         CreateListGroup->setAutoFillBackground(false);
51         CreateListGroup->setSizeGripEnabled(true);
52         gridLayout = new QGridLayout(CreateListGroup);
53         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
54         GBOptions = new QGroupBox(CreateListGroup);
55         GBOptions->setObjectName(QString::fromUtf8("GBOptions"));
56         gridLayout_7 = new QGridLayout(GBOptions);
57         gridLayout_7->setObjectName(QString::fromUtf8("gridLayout_7"));
58         TWGroupe = new QTableWidget(GBOptions);
59         if (TWGroupe->columnCount() < 2)
60             TWGroupe->setColumnCount(2);
61         QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem();
62         TWGroupe->setHorizontalHeaderItem(0, __qtablewidgetitem);
63         QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem();
64         TWGroupe->setHorizontalHeaderItem(1, __qtablewidgetitem1);
65         TWGroupe->setObjectName(QString::fromUtf8("TWGroupe"));
66         TWGroupe->setShowGrid(true);
67         TWGroupe->setRowCount(0);
68         TWGroupe->setColumnCount(2);
69
70         gridLayout_7->addWidget(TWGroupe, 0, 0, 1, 1);
71
72
73         gridLayout->addWidget(GBOptions, 0, 0, 1, 1);
74
75         GBButtons = new QGroupBox(CreateListGroup);
76         GBButtons->setObjectName(QString::fromUtf8("GBButtons"));
77         gridLayout_5 = new QGridLayout(GBButtons);
78         gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
79         buttonOk = new QPushButton(GBButtons);
80         buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
81
82         gridLayout_5->addWidget(buttonOk, 0, 0, 1, 1);
83
84         buttonApply = new QPushButton(GBButtons);
85         buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
86
87         gridLayout_5->addWidget(buttonApply, 0, 1, 1, 1);
88
89         buttonCancel = new QPushButton(GBButtons);
90         buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
91
92         gridLayout_5->addWidget(buttonCancel, 0, 2, 1, 1);
93
94         buttonHelp = new QPushButton(GBButtons);
95         buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
96
97         gridLayout_5->addWidget(buttonHelp, 0, 3, 1, 1);
98
99
100         gridLayout->addWidget(GBButtons, 1, 0, 1, 1);
101
102
103         retranslateUi(CreateListGroup);
104
105         QMetaObject::connectSlotsByName(CreateListGroup);
106     } // setupUi
107
108     void retranslateUi(QDialog *CreateListGroup)
109     {
110         CreateListGroup->setWindowTitle(QApplication::translate("CreateListGroup", "Create Hypothesis - Group selection", 0, QApplication::UnicodeUTF8));
111         GBOptions->setTitle(QApplication::translate("CreateListGroup", "Selected groups", 0, QApplication::UnicodeUTF8));
112         QTableWidgetItem *___qtablewidgetitem = TWGroupe->horizontalHeaderItem(0);
113         ___qtablewidgetitem->setText(QApplication::translate("CreateListGroup", "Selection", 0, QApplication::UnicodeUTF8));
114         QTableWidgetItem *___qtablewidgetitem1 = TWGroupe->horizontalHeaderItem(1);
115         ___qtablewidgetitem1->setText(QApplication::translate("CreateListGroup", "Group", 0, QApplication::UnicodeUTF8));
116         GBButtons->setTitle(QString());
117         buttonOk->setText(QApplication::translate("CreateListGroup", "&Ok", 0, QApplication::UnicodeUTF8));
118         buttonApply->setText(QApplication::translate("CreateListGroup", "&Apply", 0, QApplication::UnicodeUTF8));
119         buttonCancel->setText(QApplication::translate("CreateListGroup", "&Cancel", 0, QApplication::UnicodeUTF8));
120         buttonHelp->setText(QApplication::translate("CreateListGroup", "&Help", 0, QApplication::UnicodeUTF8));
121         Q_UNUSED(CreateListGroup);
122     } // retranslateUi
123
124 };
125
126 namespace Ui {
127     class CreateListGroup: public Ui_CreateListGroup {};
128 } // namespace Ui
129
130 QT_END_NAMESPACE
131
132 #endif // CREATELISTGROUP_H