Salome HOME
Revert "Synchronize adm files"
[modules/homard.git] / src / HOMARDGUI / CreateListGroup.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'CreateListGroup.ui'
3 **
4 ** Created: Thu Sep 1 16:35:32 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 *GBButtons;
28     QGridLayout *gridLayout1;
29     QPushButton *buttonHelp;
30     QPushButton *buttonCancel;
31     QPushButton *buttonApply;
32     QPushButton *buttonOk;
33     QGroupBox *GBOptions;
34     QGridLayout *gridLayout2;
35     QTableWidget *TWGroupe;
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     GBButtons = new QGroupBox(CreateListGroup);
52     GBButtons->setObjectName(QString::fromUtf8("GBButtons"));
53     gridLayout1 = new QGridLayout(GBButtons);
54     gridLayout1->setSpacing(6);
55     gridLayout1->setMargin(9);
56     gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
57     buttonHelp = new QPushButton(GBButtons);
58     buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
59
60     gridLayout1->addWidget(buttonHelp, 0, 3, 1, 1);
61
62     buttonCancel = new QPushButton(GBButtons);
63     buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
64
65     gridLayout1->addWidget(buttonCancel, 0, 2, 1, 1);
66
67     buttonApply = new QPushButton(GBButtons);
68     buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
69
70     gridLayout1->addWidget(buttonApply, 0, 1, 1, 1);
71
72     buttonOk = new QPushButton(GBButtons);
73     buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
74
75     gridLayout1->addWidget(buttonOk, 0, 0, 1, 1);
76
77
78     gridLayout->addWidget(GBButtons, 1, 0, 1, 1);
79
80     GBOptions = new QGroupBox(CreateListGroup);
81     GBOptions->setObjectName(QString::fromUtf8("GBOptions"));
82     gridLayout2 = new QGridLayout(GBOptions);
83     gridLayout2->setSpacing(6);
84     gridLayout2->setMargin(9);
85     gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
86     TWGroupe = new QTableWidget(GBOptions);
87     TWGroupe->setObjectName(QString::fromUtf8("TWGroupe"));
88     TWGroupe->setShowGrid(true);
89     TWGroupe->setRowCount(0);
90     TWGroupe->setColumnCount(2);
91
92     gridLayout2->addWidget(TWGroupe, 0, 0, 1, 1);
93
94
95     gridLayout->addWidget(GBOptions, 0, 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     GBButtons->setTitle(QString());
112     buttonHelp->setText(QApplication::translate("CreateListGroup", "Help", 0, QApplication::UnicodeUTF8));
113     buttonCancel->setText(QApplication::translate("CreateListGroup", "Cancel", 0, QApplication::UnicodeUTF8));
114     buttonApply->setText(QApplication::translate("CreateListGroup", "Apply", 0, QApplication::UnicodeUTF8));
115     buttonOk->setText(QApplication::translate("CreateListGroup", "OK", 0, QApplication::UnicodeUTF8));
116     GBOptions->setTitle(QApplication::translate("CreateListGroup", "Selected groups", 0, QApplication::UnicodeUTF8));
117     if (TWGroupe->columnCount() < 2)
118         TWGroupe->setColumnCount(2);
119
120     QTableWidgetItem *__colItem = new QTableWidgetItem();
121     __colItem->setText(QApplication::translate("CreateListGroup", "Selection", 0, QApplication::UnicodeUTF8));
122     TWGroupe->setHorizontalHeaderItem(0, __colItem);
123
124     QTableWidgetItem *__colItem1 = new QTableWidgetItem();
125     __colItem1->setText(QApplication::translate("CreateListGroup", "Group", 0, QApplication::UnicodeUTF8));
126     TWGroupe->setHorizontalHeaderItem(1, __colItem1);
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