ui_TaskSketcherGeneral.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'TaskSketcherGeneral.ui'
00003 **
00004 ** Created: Tue 8. Nov 21:32:00 2011
00005 **      by: Qt User Interface Compiler version 4.5.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_TASKSKETCHERGENERAL_H
00011 #define UI_TASKSKETCHERGENERAL_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/QComboBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024 
00025 namespace SketcherGui {
00026 
00027 class Ui_TaskSketcherGeneral
00028 {
00029 public:
00030     QVBoxLayout *verticalLayout;
00031     QHBoxLayout *horizontalLayout;
00032     QLabel *label;
00033     QComboBox *comboBoxGridSize;
00034     QCheckBox *checkBoxGridSnap;
00035     QCheckBox *checkBoxAutoconstraints;
00036 
00037     void setupUi(QWidget *SketcherGui__TaskSketcherGeneral)
00038     {
00039         if (SketcherGui__TaskSketcherGeneral->objectName().isEmpty())
00040             SketcherGui__TaskSketcherGeneral->setObjectName(QString::fromUtf8("SketcherGui__TaskSketcherGeneral"));
00041         SketcherGui__TaskSketcherGeneral->resize(153, 88);
00042         verticalLayout = new QVBoxLayout(SketcherGui__TaskSketcherGeneral);
00043         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00044         horizontalLayout = new QHBoxLayout();
00045         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00046         label = new QLabel(SketcherGui__TaskSketcherGeneral);
00047         label->setObjectName(QString::fromUtf8("label"));
00048 
00049         horizontalLayout->addWidget(label);
00050 
00051         comboBoxGridSize = new QComboBox(SketcherGui__TaskSketcherGeneral);
00052         comboBoxGridSize->insertItems(0, QStringList()
00053          << QString::fromUtf8("0.1 mm")
00054          << QString::fromUtf8("0.2 mm")
00055          << QString::fromUtf8("0.5 mm")
00056          << QString::fromUtf8("1 mm")
00057          << QString::fromUtf8("2 mm")
00058          << QString::fromUtf8("5 mm")
00059          << QString::fromUtf8("10 mm")
00060          << QString::fromUtf8("20 mm")
00061          << QString::fromUtf8("50 mm")
00062          << QString::fromUtf8("100 mm")
00063          << QString::fromUtf8("200 mm")
00064          << QString::fromUtf8("500 mm")
00065          << QString::fromUtf8("1 m")
00066          << QString::fromUtf8("2 m")
00067          << QString::fromUtf8("5 m")
00068          << QString::fromUtf8("10 m")
00069          << QString::fromUtf8("20 m")
00070         );
00071         comboBoxGridSize->setObjectName(QString::fromUtf8("comboBoxGridSize"));
00072         comboBoxGridSize->setEnabled(true);
00073 
00074         horizontalLayout->addWidget(comboBoxGridSize);
00075 
00076 
00077         verticalLayout->addLayout(horizontalLayout);
00078 
00079         checkBoxGridSnap = new QCheckBox(SketcherGui__TaskSketcherGeneral);
00080         checkBoxGridSnap->setObjectName(QString::fromUtf8("checkBoxGridSnap"));
00081         checkBoxGridSnap->setEnabled(true);
00082 
00083         verticalLayout->addWidget(checkBoxGridSnap);
00084 
00085         checkBoxAutoconstraints = new QCheckBox(SketcherGui__TaskSketcherGeneral);
00086         checkBoxAutoconstraints->setObjectName(QString::fromUtf8("checkBoxAutoconstraints"));
00087         checkBoxAutoconstraints->setEnabled(true);
00088         checkBoxAutoconstraints->setChecked(true);
00089 
00090         verticalLayout->addWidget(checkBoxAutoconstraints);
00091 
00092 
00093         retranslateUi(SketcherGui__TaskSketcherGeneral);
00094 
00095         comboBoxGridSize->setCurrentIndex(6);
00096 
00097 
00098         QMetaObject::connectSlotsByName(SketcherGui__TaskSketcherGeneral);
00099     } // setupUi
00100 
00101     void retranslateUi(QWidget *SketcherGui__TaskSketcherGeneral)
00102     {
00103         SketcherGui__TaskSketcherGeneral->setWindowTitle(QApplication::translate("SketcherGui::TaskSketcherGeneral", "Form", 0, QApplication::UnicodeUTF8));
00104         label->setText(QApplication::translate("SketcherGui::TaskSketcherGeneral", "Grid size:", 0, QApplication::UnicodeUTF8));
00105         checkBoxGridSnap->setText(QApplication::translate("SketcherGui::TaskSketcherGeneral", "Grid snap", 0, QApplication::UnicodeUTF8));
00106         checkBoxAutoconstraints->setText(QApplication::translate("SketcherGui::TaskSketcherGeneral", "Auto constraints", 0, QApplication::UnicodeUTF8));
00107         Q_UNUSED(SketcherGui__TaskSketcherGeneral);
00108     } // retranslateUi
00109 
00110 };
00111 
00112 } // namespace SketcherGui
00113 
00114 namespace SketcherGui {
00115 namespace Ui {
00116     class TaskSketcherGeneral: public Ui_TaskSketcherGeneral {};
00117 } // namespace Ui
00118 } // namespace SketcherGui
00119 
00120 #endif // UI_TASKSKETCHERGENERAL_H

Generated on Wed Nov 23 19:00:55 2011 for FreeCAD by  doxygen 1.6.1