00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_ARCHBUILDERDLG_H
00011 #define UI_ARCHBUILDERDLG_H
00012
00013 #include <Qt3Support/Q3MimeSourceFactory>
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QCheckBox>
00019 #include <QtGui/QDialog>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSpinBox>
00025
00026 QT_BEGIN_NAMESPACE
00027
00028 class Ui_ArchBuilderDlgUI
00029 {
00030 public:
00031 QLabel *textLabel1;
00032 QLabel *textLabel4;
00033 QLabel *textLabel2;
00034 QLabel *textLabel3;
00035 QLineEdit *innerRadiusEdit;
00036 QLineEdit *outerRadiusEdit;
00037 QLineEdit *thicknessEdit;
00038 QSpinBox *numberBlocksBox;
00039 QCheckBox *supportsCheckBox;
00040 QPushButton *OKButton;
00041 QPushButton *cancelButton;
00042
00043 void setupUi(QDialog *ArchBuilderDlgUI)
00044 {
00045 if (ArchBuilderDlgUI->objectName().isEmpty())
00046 ArchBuilderDlgUI->setObjectName(QString::fromUtf8("ArchBuilderDlgUI"));
00047 ArchBuilderDlgUI->resize(174, 210);
00048 textLabel1 = new QLabel(ArchBuilderDlgUI);
00049 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00050 textLabel1->setGeometry(QRect(10, 10, 70, 20));
00051 textLabel1->setWordWrap(false);
00052 textLabel4 = new QLabel(ArchBuilderDlgUI);
00053 textLabel4->setObjectName(QString::fromUtf8("textLabel4"));
00054 textLabel4->setGeometry(QRect(10, 70, 49, 20));
00055 textLabel4->setWordWrap(false);
00056 textLabel2 = new QLabel(ArchBuilderDlgUI);
00057 textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00058 textLabel2->setGeometry(QRect(10, 40, 70, 20));
00059 textLabel2->setWordWrap(false);
00060 textLabel3 = new QLabel(ArchBuilderDlgUI);
00061 textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
00062 textLabel3->setGeometry(QRect(10, 100, 83, 20));
00063 textLabel3->setWordWrap(false);
00064 innerRadiusEdit = new QLineEdit(ArchBuilderDlgUI);
00065 innerRadiusEdit->setObjectName(QString::fromUtf8("innerRadiusEdit"));
00066 innerRadiusEdit->setGeometry(QRect(90, 10, 71, 21));
00067 outerRadiusEdit = new QLineEdit(ArchBuilderDlgUI);
00068 outerRadiusEdit->setObjectName(QString::fromUtf8("outerRadiusEdit"));
00069 outerRadiusEdit->setGeometry(QRect(90, 40, 71, 21));
00070 thicknessEdit = new QLineEdit(ArchBuilderDlgUI);
00071 thicknessEdit->setObjectName(QString::fromUtf8("thicknessEdit"));
00072 thicknessEdit->setGeometry(QRect(90, 70, 71, 21));
00073 numberBlocksBox = new QSpinBox(ArchBuilderDlgUI);
00074 numberBlocksBox->setObjectName(QString::fromUtf8("numberBlocksBox"));
00075 numberBlocksBox->setGeometry(QRect(120, 100, 40, 20));
00076 supportsCheckBox = new QCheckBox(ArchBuilderDlgUI);
00077 supportsCheckBox->setObjectName(QString::fromUtf8("supportsCheckBox"));
00078 supportsCheckBox->setGeometry(QRect(10, 140, 90, 21));
00079 OKButton = new QPushButton(ArchBuilderDlgUI);
00080 OKButton->setObjectName(QString::fromUtf8("OKButton"));
00081 OKButton->setGeometry(QRect(10, 170, 70, 30));
00082 cancelButton = new QPushButton(ArchBuilderDlgUI);
00083 cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00084 cancelButton->setGeometry(QRect(90, 170, 70, 31));
00085
00086 retranslateUi(ArchBuilderDlgUI);
00087 QObject::connect(OKButton, SIGNAL(clicked()), ArchBuilderDlgUI, SLOT(accept()));
00088 QObject::connect(cancelButton, SIGNAL(clicked()), ArchBuilderDlgUI, SLOT(reject()));
00089
00090 QMetaObject::connectSlotsByName(ArchBuilderDlgUI);
00091 }
00092
00093 void retranslateUi(QDialog *ArchBuilderDlgUI)
00094 {
00095 ArchBuilderDlgUI->setWindowTitle(QApplication::translate("ArchBuilderDlgUI", "Arch Builder", 0, QApplication::UnicodeUTF8));
00096 textLabel1->setText(QApplication::translate("ArchBuilderDlgUI", "Inner radius", 0, QApplication::UnicodeUTF8));
00097 textLabel4->setText(QApplication::translate("ArchBuilderDlgUI", "Thickness", 0, QApplication::UnicodeUTF8));
00098 textLabel2->setText(QApplication::translate("ArchBuilderDlgUI", "Outer radius", 0, QApplication::UnicodeUTF8));
00099 textLabel3->setText(QApplication::translate("ArchBuilderDlgUI", "Number of blocks", 0, QApplication::UnicodeUTF8));
00100 supportsCheckBox->setText(QApplication::translate("ArchBuilderDlgUI", "Add supports", 0, QApplication::UnicodeUTF8));
00101 OKButton->setText(QApplication::translate("ArchBuilderDlgUI", "OK", 0, QApplication::UnicodeUTF8));
00102 cancelButton->setText(QApplication::translate("ArchBuilderDlgUI", "Cancel", 0, QApplication::UnicodeUTF8));
00103 }
00104
00105 };
00106
00107 namespace Ui {
00108 class ArchBuilderDlgUI: public Ui_ArchBuilderDlgUI {};
00109 }
00110
00111 QT_END_NAMESPACE
00112
00113 #endif // UI_ARCHBUILDERDLG_H