ui_TaskPocketParameters.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'TaskPocketParameters.ui'
00003 **
00004 ** Created: Mon 24. Oct 20:02:22 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_TASKPOCKETPARAMETERS_H
00011 #define UI_TASKPOCKETPARAMETERS_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_TaskPocketParameters
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__TaskPocketParameters)
00039     {
00040         if (PartDesignGui__TaskPocketParameters->objectName().isEmpty())
00041             PartDesignGui__TaskPocketParameters->setObjectName(QString::fromUtf8("PartDesignGui__TaskPocketParameters"));
00042         PartDesignGui__TaskPocketParameters->resize(137, 68);
00043         verticalLayout = new QVBoxLayout(PartDesignGui__TaskPocketParameters);
00044         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00045         horizontalLayout = new QHBoxLayout();
00046         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00047         textLabel1 = new QLabel(PartDesignGui__TaskPocketParameters);
00048         textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00049 
00050         horizontalLayout->addWidget(textLabel1);
00051 
00052         changeMode = new QComboBox(PartDesignGui__TaskPocketParameters);
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__TaskPocketParameters);
00063         label->setObjectName(QString::fromUtf8("label"));
00064 
00065         horizontalLayout_2->addWidget(label);
00066 
00067         doubleSpinBox = new QDoubleSpinBox(PartDesignGui__TaskPocketParameters);
00068         doubleSpinBox->setObjectName(QString::fromUtf8("doubleSpinBox"));
00069 
00070         horizontalLayout_2->addWidget(doubleSpinBox);
00071 
00072 
00073         verticalLayout->addLayout(horizontalLayout_2);
00074 
00075 
00076         retranslateUi(PartDesignGui__TaskPocketParameters);
00077 
00078         QMetaObject::connectSlotsByName(PartDesignGui__TaskPocketParameters);
00079     } // setupUi
00080 
00081     void retranslateUi(QWidget *PartDesignGui__TaskPocketParameters)
00082     {
00083         PartDesignGui__TaskPocketParameters->setWindowTitle(QApplication::translate("PartDesignGui::TaskPocketParameters", "Form", 0, QApplication::UnicodeUTF8));
00084         textLabel1->setText(QApplication::translate("PartDesignGui::TaskPocketParameters", "Type:", 0, QApplication::UnicodeUTF8));
00085         changeMode->clear();
00086         changeMode->insertItems(0, QStringList()
00087          << QApplication::translate("PartDesignGui::TaskPocketParameters", "Dimension", 0, QApplication::UnicodeUTF8)
00088         );
00089         label->setText(QApplication::translate("PartDesignGui::TaskPocketParameters", "Length", 0, QApplication::UnicodeUTF8));
00090         Q_UNUSED(PartDesignGui__TaskPocketParameters);
00091     } // retranslateUi
00092 
00093 };
00094 
00095 } // namespace PartDesignGui
00096 
00097 namespace PartDesignGui {
00098 namespace Ui {
00099     class TaskPocketParameters: public Ui_TaskPocketParameters {};
00100 } // namespace Ui
00101 } // namespace PartDesignGui
00102 
00103 #endif // UI_TASKPOCKETPARAMETERS_H

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