ui_SketchOrientationDialog.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_SKETCHORIENTATIONDIALOG_H
00011 #define UI_SKETCHORIENTATIONDIALOG_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QDialogButtonBox>
00020 #include <QtGui/QDoubleSpinBox>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QHeaderView>
00024 #include <QtGui/QLabel>
00025 #include <QtGui/QRadioButton>
00026 #include <QtGui/QVBoxLayout>
00027
00028 QT_BEGIN_NAMESPACE
00029
00030 class Ui_SketchOrientationDialog
00031 {
00032 public:
00033 QVBoxLayout *verticalLayout_2;
00034 QGroupBox *groupBox;
00035 QVBoxLayout *verticalLayout;
00036 QRadioButton *XY_radioButton;
00037 QRadioButton *XZ_radioButton;
00038 QRadioButton *YZ_radioButton;
00039 QCheckBox *Reverse_checkBox;
00040 QHBoxLayout *horizontalLayout;
00041 QLabel *label;
00042 QDoubleSpinBox *Offset_doubleSpinBox;
00043 QDialogButtonBox *buttonBox;
00044
00045 void setupUi(QDialog *SketchOrientationDialog)
00046 {
00047 if (SketchOrientationDialog->objectName().isEmpty())
00048 SketchOrientationDialog->setObjectName(QString::fromUtf8("SketchOrientationDialog"));
00049 SketchOrientationDialog->resize(178, 201);
00050 verticalLayout_2 = new QVBoxLayout(SketchOrientationDialog);
00051 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00052 groupBox = new QGroupBox(SketchOrientationDialog);
00053 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00054 verticalLayout = new QVBoxLayout(groupBox);
00055 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00056 XY_radioButton = new QRadioButton(groupBox);
00057 XY_radioButton->setObjectName(QString::fromUtf8("XY_radioButton"));
00058 XY_radioButton->setChecked(true);
00059
00060 verticalLayout->addWidget(XY_radioButton);
00061
00062 XZ_radioButton = new QRadioButton(groupBox);
00063 XZ_radioButton->setObjectName(QString::fromUtf8("XZ_radioButton"));
00064
00065 verticalLayout->addWidget(XZ_radioButton);
00066
00067 YZ_radioButton = new QRadioButton(groupBox);
00068 YZ_radioButton->setObjectName(QString::fromUtf8("YZ_radioButton"));
00069
00070 verticalLayout->addWidget(YZ_radioButton);
00071
00072
00073 verticalLayout_2->addWidget(groupBox);
00074
00075 Reverse_checkBox = new QCheckBox(SketchOrientationDialog);
00076 Reverse_checkBox->setObjectName(QString::fromUtf8("Reverse_checkBox"));
00077
00078 verticalLayout_2->addWidget(Reverse_checkBox);
00079
00080 horizontalLayout = new QHBoxLayout();
00081 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00082 label = new QLabel(SketchOrientationDialog);
00083 label->setObjectName(QString::fromUtf8("label"));
00084
00085 horizontalLayout->addWidget(label);
00086
00087 Offset_doubleSpinBox = new QDoubleSpinBox(SketchOrientationDialog);
00088 Offset_doubleSpinBox->setObjectName(QString::fromUtf8("Offset_doubleSpinBox"));
00089 Offset_doubleSpinBox->setDecimals(1);
00090 Offset_doubleSpinBox->setMinimum(-1e+09);
00091 Offset_doubleSpinBox->setMaximum(1e+09);
00092 Offset_doubleSpinBox->setSingleStep(10);
00093
00094 horizontalLayout->addWidget(Offset_doubleSpinBox);
00095
00096
00097 verticalLayout_2->addLayout(horizontalLayout);
00098
00099 buttonBox = new QDialogButtonBox(SketchOrientationDialog);
00100 buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
00101 buttonBox->setOrientation(Qt::Horizontal);
00102 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
00103
00104 verticalLayout_2->addWidget(buttonBox);
00105
00106
00107 retranslateUi(SketchOrientationDialog);
00108 QObject::connect(buttonBox, SIGNAL(accepted()), SketchOrientationDialog, SLOT(accept()));
00109 QObject::connect(buttonBox, SIGNAL(rejected()), SketchOrientationDialog, SLOT(reject()));
00110
00111 QMetaObject::connectSlotsByName(SketchOrientationDialog);
00112 }
00113
00114 void retranslateUi(QDialog *SketchOrientationDialog)
00115 {
00116 SketchOrientationDialog->setWindowTitle(QApplication::translate("SketchOrientationDialog", "Choose orientation", 0, QApplication::UnicodeUTF8));
00117 groupBox->setTitle(QApplication::translate("SketchOrientationDialog", "Sketch orientation", 0, QApplication::UnicodeUTF8));
00118 XY_radioButton->setText(QApplication::translate("SketchOrientationDialog", "XY-Plane", 0, QApplication::UnicodeUTF8));
00119 XZ_radioButton->setText(QApplication::translate("SketchOrientationDialog", "XZ-Plane", 0, QApplication::UnicodeUTF8));
00120 YZ_radioButton->setText(QApplication::translate("SketchOrientationDialog", "YZ-Plane", 0, QApplication::UnicodeUTF8));
00121 Reverse_checkBox->setText(QApplication::translate("SketchOrientationDialog", "Reverse direction", 0, QApplication::UnicodeUTF8));
00122 label->setText(QApplication::translate("SketchOrientationDialog", "Offset:", 0, QApplication::UnicodeUTF8));
00123 Q_UNUSED(SketchOrientationDialog);
00124 }
00125
00126 };
00127
00128 namespace Ui {
00129 class SketchOrientationDialog: public Ui_SketchOrientationDialog {};
00130 }
00131
00132 QT_END_NAMESPACE
00133
00134 #endif // UI_SKETCHORIENTATIONDIALOG_H