ui_InsertDatum.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_INSERTDATUM_H
00011 #define UI_INSERTDATUM_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QDialogButtonBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QVBoxLayout>
00024
00025 namespace SketcherGui {
00026
00027 class Ui_InsertDatum
00028 {
00029 public:
00030 QVBoxLayout *verticalLayout;
00031 QHBoxLayout *horizontalLayout;
00032 QLabel *label;
00033 QLineEdit *lineEdit;
00034 QDialogButtonBox *buttonBox;
00035
00036 void setupUi(QDialog *SketcherGui__InsertDatum)
00037 {
00038 if (SketcherGui__InsertDatum->objectName().isEmpty())
00039 SketcherGui__InsertDatum->setObjectName(QString::fromUtf8("SketcherGui__InsertDatum"));
00040 SketcherGui__InsertDatum->setWindowModality(Qt::ApplicationModal);
00041 SketcherGui__InsertDatum->resize(178, 72);
00042 verticalLayout = new QVBoxLayout(SketcherGui__InsertDatum);
00043 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00044 horizontalLayout = new QHBoxLayout();
00045 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00046 label = new QLabel(SketcherGui__InsertDatum);
00047 label->setObjectName(QString::fromUtf8("label"));
00048
00049 horizontalLayout->addWidget(label);
00050
00051 lineEdit = new QLineEdit(SketcherGui__InsertDatum);
00052 lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
00053
00054 horizontalLayout->addWidget(lineEdit);
00055
00056
00057 verticalLayout->addLayout(horizontalLayout);
00058
00059 buttonBox = new QDialogButtonBox(SketcherGui__InsertDatum);
00060 buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
00061 buttonBox->setOrientation(Qt::Horizontal);
00062 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
00063
00064 verticalLayout->addWidget(buttonBox);
00065
00066
00067 retranslateUi(SketcherGui__InsertDatum);
00068 QObject::connect(buttonBox, SIGNAL(accepted()), SketcherGui__InsertDatum, SLOT(accept()));
00069 QObject::connect(buttonBox, SIGNAL(rejected()), SketcherGui__InsertDatum, SLOT(reject()));
00070
00071 QMetaObject::connectSlotsByName(SketcherGui__InsertDatum);
00072 }
00073
00074 void retranslateUi(QDialog *SketcherGui__InsertDatum)
00075 {
00076 SketcherGui__InsertDatum->setWindowTitle(QApplication::translate("SketcherGui::InsertDatum", "Insert datum", 0, QApplication::UnicodeUTF8));
00077 label->setText(QApplication::translate("SketcherGui::InsertDatum", "datum:", 0, QApplication::UnicodeUTF8));
00078 Q_UNUSED(SketcherGui__InsertDatum);
00079 }
00080
00081 };
00082
00083 }
00084
00085 namespace SketcherGui {
00086 namespace Ui {
00087 class InsertDatum: public Ui_InsertDatum {};
00088 }
00089 }
00090
00091 #endif // UI_INSERTDATUM_H