ui_TaskTrajectoryDressUpParameter.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'TaskTrajectoryDressUpParameter.ui'
00003 **
00004 ** Created: Tue 18. Oct 21:20:15 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_TASKTRAJECTORYDRESSUPPARAMETER_H
00011 #define UI_TASKTRAJECTORYDRESSUPPARAMETER_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/QFrame>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QHeaderView>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QToolButton>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028 
00029 QT_BEGIN_NAMESPACE
00030 
00031 class Ui_TaskTrajectoryDressUpParameter
00032 {
00033 public:
00034     QVBoxLayout *verticalLayout;
00035     QLabel *label_4;
00036     QHBoxLayout *horizontalLayout;
00037     QLabel *label;
00038     QDoubleSpinBox *doubleSpinBoxSpeed;
00039     QCheckBox *checkBoxUseSpeed;
00040     QHBoxLayout *horizontalLayout_2;
00041     QLabel *label_2;
00042     QDoubleSpinBox *doubleSpinBoxAccel;
00043     QCheckBox *checkBoxUseAccel;
00044     QComboBox *comboBoxCont;
00045     QFrame *line;
00046     QLabel *label_3;
00047     QHBoxLayout *horizontalLayout_3;
00048     QLineEdit *lineEditPlacement;
00049     QToolButton *toolButtonChoosePlacement;
00050     QComboBox *comboBoxOrientation;
00051 
00052     void setupUi(QWidget *TaskTrajectoryDressUpParameter)
00053     {
00054         if (TaskTrajectoryDressUpParameter->objectName().isEmpty())
00055             TaskTrajectoryDressUpParameter->setObjectName(QString::fromUtf8("TaskTrajectoryDressUpParameter"));
00056         TaskTrajectoryDressUpParameter->resize(215, 197);
00057         verticalLayout = new QVBoxLayout(TaskTrajectoryDressUpParameter);
00058         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00059         label_4 = new QLabel(TaskTrajectoryDressUpParameter);
00060         label_4->setObjectName(QString::fromUtf8("label_4"));
00061 
00062         verticalLayout->addWidget(label_4);
00063 
00064         horizontalLayout = new QHBoxLayout();
00065         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00066         label = new QLabel(TaskTrajectoryDressUpParameter);
00067         label->setObjectName(QString::fromUtf8("label"));
00068 
00069         horizontalLayout->addWidget(label);
00070 
00071         doubleSpinBoxSpeed = new QDoubleSpinBox(TaskTrajectoryDressUpParameter);
00072         doubleSpinBoxSpeed->setObjectName(QString::fromUtf8("doubleSpinBoxSpeed"));
00073         doubleSpinBoxSpeed->setSuffix(QString::fromUtf8("m/s"));
00074         doubleSpinBoxSpeed->setMinimum(0);
00075         doubleSpinBoxSpeed->setMaximum(10);
00076         doubleSpinBoxSpeed->setSingleStep(0.1);
00077         doubleSpinBoxSpeed->setValue(1);
00078 
00079         horizontalLayout->addWidget(doubleSpinBoxSpeed);
00080 
00081         checkBoxUseSpeed = new QCheckBox(TaskTrajectoryDressUpParameter);
00082         checkBoxUseSpeed->setObjectName(QString::fromUtf8("checkBoxUseSpeed"));
00083 
00084         horizontalLayout->addWidget(checkBoxUseSpeed);
00085 
00086 
00087         verticalLayout->addLayout(horizontalLayout);
00088 
00089         horizontalLayout_2 = new QHBoxLayout();
00090         horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00091         label_2 = new QLabel(TaskTrajectoryDressUpParameter);
00092         label_2->setObjectName(QString::fromUtf8("label_2"));
00093 
00094         horizontalLayout_2->addWidget(label_2);
00095 
00096         doubleSpinBoxAccel = new QDoubleSpinBox(TaskTrajectoryDressUpParameter);
00097         doubleSpinBoxAccel->setObjectName(QString::fromUtf8("doubleSpinBoxAccel"));
00098         doubleSpinBoxAccel->setSuffix(QString::fromUtf8("m/s^2"));
00099         doubleSpinBoxAccel->setMinimum(0);
00100         doubleSpinBoxAccel->setMaximum(10);
00101         doubleSpinBoxAccel->setSingleStep(0.1);
00102         doubleSpinBoxAccel->setValue(1);
00103 
00104         horizontalLayout_2->addWidget(doubleSpinBoxAccel);
00105 
00106         checkBoxUseAccel = new QCheckBox(TaskTrajectoryDressUpParameter);
00107         checkBoxUseAccel->setObjectName(QString::fromUtf8("checkBoxUseAccel"));
00108 
00109         horizontalLayout_2->addWidget(checkBoxUseAccel);
00110 
00111 
00112         verticalLayout->addLayout(horizontalLayout_2);
00113 
00114         comboBoxCont = new QComboBox(TaskTrajectoryDressUpParameter);
00115         comboBoxCont->setObjectName(QString::fromUtf8("comboBoxCont"));
00116 
00117         verticalLayout->addWidget(comboBoxCont);
00118 
00119         line = new QFrame(TaskTrajectoryDressUpParameter);
00120         line->setObjectName(QString::fromUtf8("line"));
00121         line->setFrameShape(QFrame::HLine);
00122         line->setFrameShadow(QFrame::Sunken);
00123 
00124         verticalLayout->addWidget(line);
00125 
00126         label_3 = new QLabel(TaskTrajectoryDressUpParameter);
00127         label_3->setObjectName(QString::fromUtf8("label_3"));
00128 
00129         verticalLayout->addWidget(label_3);
00130 
00131         horizontalLayout_3 = new QHBoxLayout();
00132         horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00133         lineEditPlacement = new QLineEdit(TaskTrajectoryDressUpParameter);
00134         lineEditPlacement->setObjectName(QString::fromUtf8("lineEditPlacement"));
00135         lineEditPlacement->setReadOnly(true);
00136 
00137         horizontalLayout_3->addWidget(lineEditPlacement);
00138 
00139         toolButtonChoosePlacement = new QToolButton(TaskTrajectoryDressUpParameter);
00140         toolButtonChoosePlacement->setObjectName(QString::fromUtf8("toolButtonChoosePlacement"));
00141         toolButtonChoosePlacement->setEnabled(false);
00142 
00143         horizontalLayout_3->addWidget(toolButtonChoosePlacement);
00144 
00145 
00146         verticalLayout->addLayout(horizontalLayout_3);
00147 
00148         comboBoxOrientation = new QComboBox(TaskTrajectoryDressUpParameter);
00149         comboBoxOrientation->setObjectName(QString::fromUtf8("comboBoxOrientation"));
00150 
00151         verticalLayout->addWidget(comboBoxOrientation);
00152 
00153 
00154         retranslateUi(TaskTrajectoryDressUpParameter);
00155 
00156         QMetaObject::connectSlotsByName(TaskTrajectoryDressUpParameter);
00157     } // setupUi
00158 
00159     void retranslateUi(QWidget *TaskTrajectoryDressUpParameter)
00160     {
00161         TaskTrajectoryDressUpParameter->setWindowTitle(QApplication::translate("TaskTrajectoryDressUpParameter", "Form", 0, QApplication::UnicodeUTF8));
00162         label_4->setText(QApplication::translate("TaskTrajectoryDressUpParameter", "Speed & Acceleration:", 0, QApplication::UnicodeUTF8));
00163         label->setText(QApplication::translate("TaskTrajectoryDressUpParameter", "Speed:", 0, QApplication::UnicodeUTF8));
00164         checkBoxUseSpeed->setText(QApplication::translate("TaskTrajectoryDressUpParameter", "Use", 0, QApplication::UnicodeUTF8));
00165         label_2->setText(QApplication::translate("TaskTrajectoryDressUpParameter", "Accel:", 0, QApplication::UnicodeUTF8));
00166         checkBoxUseAccel->setText(QApplication::translate("TaskTrajectoryDressUpParameter", "Use", 0, QApplication::UnicodeUTF8));
00167         comboBoxCont->clear();
00168         comboBoxCont->insertItems(0, QStringList()
00169          << QApplication::translate("TaskTrajectoryDressUpParameter", "Don't change Cont", 0, QApplication::UnicodeUTF8)
00170          << QApplication::translate("TaskTrajectoryDressUpParameter", "Continues", 0, QApplication::UnicodeUTF8)
00171          << QApplication::translate("TaskTrajectoryDressUpParameter", "Discontinues", 0, QApplication::UnicodeUTF8)
00172         );
00173         label_3->setText(QApplication::translate("TaskTrajectoryDressUpParameter", "Position and Orientation:", 0, QApplication::UnicodeUTF8));
00174         lineEditPlacement->setText(QApplication::translate("TaskTrajectoryDressUpParameter", "(0,0,0),(0,0,0)", 0, QApplication::UnicodeUTF8));
00175         toolButtonChoosePlacement->setText(QApplication::translate("TaskTrajectoryDressUpParameter", "...", 0, QApplication::UnicodeUTF8));
00176         comboBoxOrientation->clear();
00177         comboBoxOrientation->insertItems(0, QStringList()
00178          << QApplication::translate("TaskTrajectoryDressUpParameter", "Don't change Position & Orientation", 0, QApplication::UnicodeUTF8)
00179          << QApplication::translate("TaskTrajectoryDressUpParameter", "Use Orientation", 0, QApplication::UnicodeUTF8)
00180          << QApplication::translate("TaskTrajectoryDressUpParameter", "Add Position", 0, QApplication::UnicodeUTF8)
00181          << QApplication::translate("TaskTrajectoryDressUpParameter", "Add Orientation", 0, QApplication::UnicodeUTF8)
00182         );
00183         Q_UNUSED(TaskTrajectoryDressUpParameter);
00184     } // retranslateUi
00185 
00186 };
00187 
00188 namespace Ui {
00189     class TaskTrajectoryDressUpParameter: public Ui_TaskTrajectoryDressUpParameter {};
00190 } // namespace Ui
00191 
00192 QT_END_NAMESPACE
00193 
00194 #endif // UI_TASKTRAJECTORYDRESSUPPARAMETER_H

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