ui_TaskHoleParameters.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'TaskHoleParameters.ui'
00003 **
00004 ** Created: Tue 18. Oct 21:21:36 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_TASKHOLEPARAMETERS_H
00011 #define UI_TASKHOLEPARAMETERS_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QDoubleSpinBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024 
00025 namespace PartDesignGui {
00026 
00027 class Ui_TaskHoleParameters
00028 {
00029 public:
00030     QVBoxLayout *verticalLayout;
00031     QHBoxLayout *horizontalLayout;
00032     QLabel *textLabel1;
00033     QComboBox *changeMode;
00034     QHBoxLayout *horizontalLayout_2;
00035     QLabel *label;
00036     QDoubleSpinBox *doubleSpinBox;
00037 
00038     void setupUi(QWidget *PartDesignGui__TaskHoleParameters)
00039     {
00040         if (PartDesignGui__TaskHoleParameters->objectName().isEmpty())
00041             PartDesignGui__TaskHoleParameters->setObjectName(QString::fromUtf8("PartDesignGui__TaskHoleParameters"));
00042         PartDesignGui__TaskHoleParameters->resize(137, 116);
00043         verticalLayout = new QVBoxLayout(PartDesignGui__TaskHoleParameters);
00044         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00045         horizontalLayout = new QHBoxLayout();
00046         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00047         textLabel1 = new QLabel(PartDesignGui__TaskHoleParameters);
00048         textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00049 
00050         horizontalLayout->addWidget(textLabel1);
00051 
00052         changeMode = new QComboBox(PartDesignGui__TaskHoleParameters);
00053         changeMode->setObjectName(QString::fromUtf8("changeMode"));
00054 
00055         horizontalLayout->addWidget(changeMode);
00056 
00057 
00058         verticalLayout->addLayout(horizontalLayout);
00059 
00060         horizontalLayout_2 = new QHBoxLayout();
00061         horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00062         label = new QLabel(PartDesignGui__TaskHoleParameters);
00063         label->setObjectName(QString::fromUtf8("label"));
00064 
00065         horizontalLayout_2->addWidget(label);
00066 
00067         doubleSpinBox = new QDoubleSpinBox(PartDesignGui__TaskHoleParameters);
00068         doubleSpinBox->setObjectName(QString::fromUtf8("doubleSpinBox"));
00069 
00070         horizontalLayout_2->addWidget(doubleSpinBox);
00071 
00072 
00073         verticalLayout->addLayout(horizontalLayout_2);
00074 
00075 
00076         retranslateUi(PartDesignGui__TaskHoleParameters);
00077 
00078         QMetaObject::connectSlotsByName(PartDesignGui__TaskHoleParameters);
00079     } // setupUi
00080 
00081     void retranslateUi(QWidget *PartDesignGui__TaskHoleParameters)
00082     {
00083         PartDesignGui__TaskHoleParameters->setWindowTitle(QApplication::translate("PartDesignGui::TaskHoleParameters", "Form", 0, QApplication::UnicodeUTF8));
00084         textLabel1->setText(QApplication::translate("PartDesignGui::TaskHoleParameters", "Type:", 0, QApplication::UnicodeUTF8));
00085         changeMode->clear();
00086         changeMode->insertItems(0, QStringList()
00087          << QApplication::translate("PartDesignGui::TaskHoleParameters", "Dimension", 0, QApplication::UnicodeUTF8)
00088          << QApplication::translate("PartDesignGui::TaskHoleParameters", "Up to last", 0, QApplication::UnicodeUTF8)
00089          << QApplication::translate("PartDesignGui::TaskHoleParameters", "Up to first", 0, QApplication::UnicodeUTF8)
00090         );
00091         label->setText(QApplication::translate("PartDesignGui::TaskHoleParameters", "Size:", 0, QApplication::UnicodeUTF8));
00092         Q_UNUSED(PartDesignGui__TaskHoleParameters);
00093     } // retranslateUi
00094 
00095 };
00096 
00097 } // namespace PartDesignGui
00098 
00099 namespace PartDesignGui {
00100 namespace Ui {
00101     class TaskHoleParameters: public Ui_TaskHoleParameters {};
00102 } // namespace Ui
00103 } // namespace PartDesignGui
00104 
00105 #endif // UI_TASKHOLEPARAMETERS_H

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