ui_DlgLocationAngle.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgLocationAngle.ui'
00003 **
00004 ** Created: Wed 19. Oct 19:02:33 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_DLGLOCATIONANGLE_H
00011 #define UI_DLGLOCATIONANGLE_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/QDoubleSpinBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025 
00026 QT_BEGIN_NAMESPACE
00027 
00028 class Ui_Angle
00029 {
00030 public:
00031     QVBoxLayout *verticalLayout;
00032     QHBoxLayout *horizontalLayout;
00033     QLabel *label;
00034     QDoubleSpinBox *vectorA;
00035     QHBoxLayout *horizontalLayout_2;
00036     QLabel *label_2;
00037     QDoubleSpinBox *vectorB;
00038     QHBoxLayout *horizontalLayout_3;
00039     QLabel *label_3;
00040     QDoubleSpinBox *vectorC;
00041     QCheckBox *checkBoxSnap;
00042     QComboBox *comboGridSize;
00043 
00044     void setupUi(QWidget *Angle)
00045     {
00046         if (Angle->objectName().isEmpty())
00047             Angle->setObjectName(QString::fromUtf8("Angle"));
00048         Angle->resize(145, 147);
00049         verticalLayout = new QVBoxLayout(Angle);
00050         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00051         horizontalLayout = new QHBoxLayout();
00052         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00053         label = new QLabel(Angle);
00054         label->setObjectName(QString::fromUtf8("label"));
00055 
00056         horizontalLayout->addWidget(label);
00057 
00058         vectorA = new QDoubleSpinBox(Angle);
00059         vectorA->setObjectName(QString::fromUtf8("vectorA"));
00060         vectorA->setMinimum(-2.14748e+09);
00061         vectorA->setMaximum(2.14748e+09);
00062 
00063         horizontalLayout->addWidget(vectorA);
00064 
00065 
00066         verticalLayout->addLayout(horizontalLayout);
00067 
00068         horizontalLayout_2 = new QHBoxLayout();
00069         horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00070         label_2 = new QLabel(Angle);
00071         label_2->setObjectName(QString::fromUtf8("label_2"));
00072 
00073         horizontalLayout_2->addWidget(label_2);
00074 
00075         vectorB = new QDoubleSpinBox(Angle);
00076         vectorB->setObjectName(QString::fromUtf8("vectorB"));
00077         vectorB->setMinimum(-2.14748e+09);
00078         vectorB->setMaximum(2.14748e+09);
00079 
00080         horizontalLayout_2->addWidget(vectorB);
00081 
00082 
00083         verticalLayout->addLayout(horizontalLayout_2);
00084 
00085         horizontalLayout_3 = new QHBoxLayout();
00086         horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00087         label_3 = new QLabel(Angle);
00088         label_3->setObjectName(QString::fromUtf8("label_3"));
00089 
00090         horizontalLayout_3->addWidget(label_3);
00091 
00092         vectorC = new QDoubleSpinBox(Angle);
00093         vectorC->setObjectName(QString::fromUtf8("vectorC"));
00094         vectorC->setMinimum(-2.14748e+09);
00095         vectorC->setMaximum(2.14748e+09);
00096         vectorC->setValue(1);
00097 
00098         horizontalLayout_3->addWidget(vectorC);
00099 
00100 
00101         verticalLayout->addLayout(horizontalLayout_3);
00102 
00103         checkBoxSnap = new QCheckBox(Angle);
00104         checkBoxSnap->setObjectName(QString::fromUtf8("checkBoxSnap"));
00105 
00106         verticalLayout->addWidget(checkBoxSnap);
00107 
00108         comboGridSize = new QComboBox(Angle);
00109         comboGridSize->setObjectName(QString::fromUtf8("comboGridSize"));
00110         comboGridSize->setEditable(true);
00111 
00112         verticalLayout->addWidget(comboGridSize);
00113 
00114 
00115         retranslateUi(Angle);
00116 
00117         QMetaObject::connectSlotsByName(Angle);
00118     } // setupUi
00119 
00120     void retranslateUi(QWidget *Angle)
00121     {
00122         Angle->setWindowTitle(QApplication::translate("Angle", "Form", 0, QApplication::UnicodeUTF8));
00123         label->setText(QApplication::translate("Angle", "A:", 0, QApplication::UnicodeUTF8));
00124         label_2->setText(QApplication::translate("Angle", "B:", 0, QApplication::UnicodeUTF8));
00125         label_3->setText(QApplication::translate("Angle", "C:", 0, QApplication::UnicodeUTF8));
00126         checkBoxSnap->setText(QApplication::translate("Angle", "Angle Snap", 0, QApplication::UnicodeUTF8));
00127         comboGridSize->clear();
00128         comboGridSize->insertItems(0, QStringList()
00129          << QApplication::translate("Angle", "1 \302\260", 0, QApplication::UnicodeUTF8)
00130          << QApplication::translate("Angle", "2 \302\260", 0, QApplication::UnicodeUTF8)
00131          << QApplication::translate("Angle", "5 \302\260", 0, QApplication::UnicodeUTF8)
00132          << QApplication::translate("Angle", "10 \302\260", 0, QApplication::UnicodeUTF8)
00133          << QApplication::translate("Angle", "20 \302\260", 0, QApplication::UnicodeUTF8)
00134          << QApplication::translate("Angle", "45 \302\260", 0, QApplication::UnicodeUTF8)
00135          << QApplication::translate("Angle", "90 \302\260", 0, QApplication::UnicodeUTF8)
00136          << QApplication::translate("Angle", "180 \302\260", 0, QApplication::UnicodeUTF8)
00137         );
00138         Q_UNUSED(Angle);
00139     } // retranslateUi
00140 
00141 };
00142 
00143 namespace Ui {
00144     class Angle: public Ui_Angle {};
00145 } // namespace Ui
00146 
00147 QT_END_NAMESPACE
00148 
00149 #endif // UI_DLGLOCATIONANGLE_H

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