Salome HOME
export preselected_id to client
[modules/paravis.git] / PVGUI / ui_pqOptionsDialog.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'pqOptionsDialog.ui'
3 **
4 ** Created: Wed Apr 21 12:59:58 2010
5 **      by: Qt User Interface Compiler version 4.5.3
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
8 ********************************************************************************/
9
10 #ifndef UI_PQOPTIONSDIALOG_H
11 #define UI_PQOPTIONSDIALOG_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/QFrame>
19 #include <QtGui/QGridLayout>
20 #include <QtGui/QHBoxLayout>
21 #include <QtGui/QHeaderView>
22 #include <QtGui/QPushButton>
23 #include <QtGui/QSpacerItem>
24 #include <QtGui/QStackedWidget>
25 #include <QtGui/QTreeView>
26 #include <QtGui/QWidget>
27
28 QT_BEGIN_NAMESPACE
29
30 class Ui_pqOptionsFrame
31 {
32 public:
33     QGridLayout *gridLayout;
34     QHBoxLayout *hboxLayout;
35     QSpacerItem *spacerItem;
36     //QPushButton *ApplyButton;
37     //QPushButton *ResetButton;
38     //QPushButton *CloseButton;
39     QStackedWidget *Stack;
40     QWidget *BlankPage;
41     QTreeView *PageNames;
42     QFrame *Separator;
43
44     void setupUi(QWidget *pqOptionsFrame)
45     {
46         if (pqOptionsFrame->objectName().isEmpty())
47             pqOptionsFrame->setObjectName(QString::fromUtf8("pqOptionsFrame"));
48         pqOptionsFrame->resize(514, 382);
49         gridLayout = new QGridLayout(pqOptionsFrame);
50 #ifndef Q_OS_MAC
51         gridLayout->setSpacing(6);
52 #endif
53 #ifndef Q_OS_MAC
54         gridLayout->setMargin(9);
55 #endif
56         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
57         hboxLayout = new QHBoxLayout();
58 #ifndef Q_OS_MAC
59         hboxLayout->setSpacing(6);
60 #endif
61         hboxLayout->setMargin(4);
62         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
63         spacerItem = new QSpacerItem(0, 26, QSizePolicy::Expanding, QSizePolicy::Minimum);
64
65         hboxLayout->addItem(spacerItem);
66
67         //ApplyButton = new QPushButton(pqOptionsFrame);
68         //ApplyButton->setObjectName(QString::fromUtf8("ApplyButton"));
69
70         //hboxLayout->addWidget(ApplyButton);
71
72         //ResetButton = new QPushButton(pqOptionsFrame);
73         //ResetButton->setObjectName(QString::fromUtf8("ResetButton"));
74
75         //hboxLayout->addWidget(ResetButton);
76
77         //CloseButton = new QPushButton(pqOptionsFrame);
78         //CloseButton->setObjectName(QString::fromUtf8("CloseButton"));
79         //CloseButton->setDefault(true);
80
81         //hboxLayout->addWidget(CloseButton);
82
83
84         gridLayout->addLayout(hboxLayout, 2, 0, 1, 2);
85
86         Stack = new QStackedWidget(pqOptionsFrame);
87         Stack->setObjectName(QString::fromUtf8("Stack"));
88         BlankPage = new QWidget();
89         BlankPage->setObjectName(QString::fromUtf8("BlankPage"));
90         Stack->addWidget(BlankPage);
91
92         gridLayout->addWidget(Stack, 0, 1, 1, 1);
93
94         PageNames = new QTreeView(pqOptionsFrame);
95         PageNames->setObjectName(QString::fromUtf8("PageNames"));
96         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(7));
97         sizePolicy.setHorizontalStretch(0);
98         sizePolicy.setVerticalStretch(0);
99         sizePolicy.setHeightForWidth(PageNames->sizePolicy().hasHeightForWidth());
100         PageNames->setSizePolicy(sizePolicy);
101         PageNames->setMinimumSize(QSize(160, 0));
102         PageNames->setMaximumSize(QSize(160, 16777215));
103
104         gridLayout->addWidget(PageNames, 0, 0, 1, 1);
105
106         Separator = new QFrame(pqOptionsFrame);
107         Separator->setObjectName(QString::fromUtf8("Separator"));
108         Separator->setFrameShape(QFrame::HLine);
109         Separator->setFrameShadow(QFrame::Sunken);
110
111         gridLayout->addWidget(Separator, 1, 0, 1, 2);
112
113         //QWidget::setTabOrder(CloseButton, PageNames);
114         //QWidget::setTabOrder(PageNames, ApplyButton);
115         //QWidget::setTabOrder(ApplyButton, ResetButton);
116
117         retranslateUi(pqOptionsFrame);
118
119         Stack->setCurrentIndex(0);
120
121
122         QMetaObject::connectSlotsByName(pqOptionsFrame);
123     } // setupUi
124
125     void retranslateUi(QWidget *pqOptionsFrame)
126     {
127         pqOptionsFrame->setWindowTitle(QApplication::translate("pqOptionsFrame", "Options", 0, QApplication::UnicodeUTF8));
128         //ApplyButton->setText(QApplication::translate("pqOptionsFrame", "&Apply", 0, QApplication::UnicodeUTF8));
129         //ResetButton->setText(QApplication::translate("pqOptionsFrame", "&Reset", 0, QApplication::UnicodeUTF8));
130         //CloseButton->setText(QApplication::translate("pqOptionsFrame", "&Ok", 0, QApplication::UnicodeUTF8));
131 #ifndef QT_NO_WHATSTHIS
132         PageNames->setWhatsThis(QApplication::translate("pqOptionsFrame", "Select a category to show the options for that category.", 0, QApplication::UnicodeUTF8));
133 #endif // QT_NO_WHATSTHIS
134         Q_UNUSED(pqOptionsFrame);
135     } // retranslateUi
136
137 };
138
139 namespace Ui {
140     class pqOptionsFrame: public Ui_pqOptionsFrame {};
141 } // namespace Ui
142
143 QT_END_NAMESPACE
144
145 #endif // UI_PQOPTIONSDIALOG_H