ui_DlgInputDialog.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_DLGINPUTDIALOG_H
00011 #define UI_DLGINPUTDIALOG_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QDoubleSpinBox>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QHeaderView>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QPushButton>
00026 #include <QtGui/QSpacerItem>
00027 #include <QtGui/QSpinBox>
00028 #include <QtGui/QStackedWidget>
00029 #include <QtGui/QVBoxLayout>
00030 #include <QtGui/QWidget>
00031 #include "Gui/SpinBox.h"
00032
00033 namespace Gui {
00034 namespace Dialog {
00035
00036 class Ui_DlgInputDialog
00037 {
00038 public:
00039 QVBoxLayout *vboxLayout;
00040 QLabel *label;
00041 QStackedWidget *stack;
00042 QWidget *WStackPage1;
00043 QGridLayout *gridLayout;
00044 QLineEdit *lineEdit;
00045 QWidget *WStackPage2;
00046 QGridLayout *gridLayout1;
00047 QSpinBox *spinBox;
00048 QWidget *WStackPage3;
00049 QGridLayout *gridLayout2;
00050 QDoubleSpinBox *floatSpinBox;
00051 QWidget *WStackPage4;
00052 QGridLayout *gridLayout3;
00053 QComboBox *comboBox;
00054 QWidget *WStackPage5;
00055 QHBoxLayout *hboxLayout;
00056 Gui::UIntSpinBox *uIntSpinBox;
00057 QHBoxLayout *hboxLayout1;
00058 QSpacerItem *spacerItem;
00059 QPushButton *buttonOk;
00060 QPushButton *buttonCancel;
00061
00062 void setupUi(QDialog *Gui__Dialog__DlgInputDialog)
00063 {
00064 if (Gui__Dialog__DlgInputDialog->objectName().isEmpty())
00065 Gui__Dialog__DlgInputDialog->setObjectName(QString::fromUtf8("Gui__Dialog__DlgInputDialog"));
00066 Gui__Dialog__DlgInputDialog->resize(400, 89);
00067 Gui__Dialog__DlgInputDialog->setSizeGripEnabled(false);
00068 vboxLayout = new QVBoxLayout(Gui__Dialog__DlgInputDialog);
00069 vboxLayout->setSpacing(6);
00070 vboxLayout->setMargin(6);
00071 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00072 label = new QLabel(Gui__Dialog__DlgInputDialog);
00073 label->setObjectName(QString::fromUtf8("label"));
00074
00075 vboxLayout->addWidget(label);
00076
00077 stack = new QStackedWidget(Gui__Dialog__DlgInputDialog);
00078 stack->setObjectName(QString::fromUtf8("stack"));
00079 WStackPage1 = new QWidget();
00080 WStackPage1->setObjectName(QString::fromUtf8("WStackPage1"));
00081 gridLayout = new QGridLayout(WStackPage1);
00082 gridLayout->setSpacing(6);
00083 gridLayout->setMargin(1);
00084 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00085 lineEdit = new QLineEdit(WStackPage1);
00086 lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
00087
00088 gridLayout->addWidget(lineEdit, 0, 0, 1, 1);
00089
00090 stack->addWidget(WStackPage1);
00091 WStackPage2 = new QWidget();
00092 WStackPage2->setObjectName(QString::fromUtf8("WStackPage2"));
00093 gridLayout1 = new QGridLayout(WStackPage2);
00094 gridLayout1->setSpacing(6);
00095 gridLayout1->setMargin(1);
00096 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00097 spinBox = new QSpinBox(WStackPage2);
00098 spinBox->setObjectName(QString::fromUtf8("spinBox"));
00099
00100 gridLayout1->addWidget(spinBox, 0, 0, 1, 1);
00101
00102 stack->addWidget(WStackPage2);
00103 WStackPage3 = new QWidget();
00104 WStackPage3->setObjectName(QString::fromUtf8("WStackPage3"));
00105 gridLayout2 = new QGridLayout(WStackPage3);
00106 gridLayout2->setSpacing(6);
00107 gridLayout2->setMargin(1);
00108 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00109 floatSpinBox = new QDoubleSpinBox(WStackPage3);
00110 floatSpinBox->setObjectName(QString::fromUtf8("floatSpinBox"));
00111
00112 gridLayout2->addWidget(floatSpinBox, 0, 0, 1, 1);
00113
00114 stack->addWidget(WStackPage3);
00115 WStackPage4 = new QWidget();
00116 WStackPage4->setObjectName(QString::fromUtf8("WStackPage4"));
00117 gridLayout3 = new QGridLayout(WStackPage4);
00118 gridLayout3->setSpacing(6);
00119 gridLayout3->setMargin(1);
00120 gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00121 comboBox = new QComboBox(WStackPage4);
00122 comboBox->setObjectName(QString::fromUtf8("comboBox"));
00123
00124 gridLayout3->addWidget(comboBox, 0, 0, 1, 1);
00125
00126 stack->addWidget(WStackPage4);
00127 WStackPage5 = new QWidget();
00128 WStackPage5->setObjectName(QString::fromUtf8("WStackPage5"));
00129 hboxLayout = new QHBoxLayout(WStackPage5);
00130 hboxLayout->setSpacing(6);
00131 hboxLayout->setMargin(1);
00132 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00133 uIntSpinBox = new Gui::UIntSpinBox(WStackPage5);
00134 uIntSpinBox->setObjectName(QString::fromUtf8("uIntSpinBox"));
00135
00136 hboxLayout->addWidget(uIntSpinBox);
00137
00138 stack->addWidget(WStackPage5);
00139
00140 vboxLayout->addWidget(stack);
00141
00142 hboxLayout1 = new QHBoxLayout();
00143 hboxLayout1->setSpacing(6);
00144 hboxLayout1->setMargin(0);
00145 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00146 spacerItem = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00147
00148 hboxLayout1->addItem(spacerItem);
00149
00150 buttonOk = new QPushButton(Gui__Dialog__DlgInputDialog);
00151 buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
00152 buttonOk->setDefault(true);
00153
00154 hboxLayout1->addWidget(buttonOk);
00155
00156 buttonCancel = new QPushButton(Gui__Dialog__DlgInputDialog);
00157 buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
00158
00159 hboxLayout1->addWidget(buttonCancel);
00160
00161
00162 vboxLayout->addLayout(hboxLayout1);
00163
00164
00165 retranslateUi(Gui__Dialog__DlgInputDialog);
00166 QObject::connect(buttonOk, SIGNAL(clicked()), Gui__Dialog__DlgInputDialog, SLOT(accept()));
00167 QObject::connect(buttonCancel, SIGNAL(clicked()), Gui__Dialog__DlgInputDialog, SLOT(reject()));
00168
00169 QMetaObject::connectSlotsByName(Gui__Dialog__DlgInputDialog);
00170 }
00171
00172 void retranslateUi(QDialog *Gui__Dialog__DlgInputDialog)
00173 {
00174 Gui__Dialog__DlgInputDialog->setWindowTitle(QApplication::translate("Gui::Dialog::DlgInputDialog", "Input", 0, QApplication::UnicodeUTF8));
00175 label->setText(QString());
00176 buttonOk->setText(QApplication::translate("Gui::Dialog::DlgInputDialog", "OK", 0, QApplication::UnicodeUTF8));
00177 buttonOk->setShortcut(QString());
00178 buttonCancel->setText(QApplication::translate("Gui::Dialog::DlgInputDialog", "Cancel", 0, QApplication::UnicodeUTF8));
00179 buttonCancel->setShortcut(QString());
00180 Q_UNUSED(Gui__Dialog__DlgInputDialog);
00181 }
00182
00183 };
00184
00185 }
00186 }
00187
00188 namespace Gui {
00189 namespace Dialog {
00190 namespace Ui {
00191 class DlgInputDialog: public Ui_DlgInputDialog {};
00192 }
00193 }
00194 }
00195
00196 #endif // UI_DLGINPUTDIALOG_H