00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_GFODLG_H
00011 #define UI_GFODLG_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/QDialog>
00020 #include <QtGui/QGroupBox>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QPushButton>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_GFODlgUI
00028 {
00029 public:
00030 QPushButton *exitButton;
00031 QGroupBox *groupBox;
00032 QLabel *statusLabel;
00033 QLabel *label_2;
00034 QLabel *label;
00035 QComboBox *optimizationTypeBox;
00036 QCheckBox *optimizationOnBox;
00037
00038 void setupUi(QDialog *GFODlgUI)
00039 {
00040 if (GFODlgUI->objectName().isEmpty())
00041 GFODlgUI->setObjectName(QString::fromUtf8("GFODlgUI"));
00042 GFODlgUI->resize(241, 139);
00043 exitButton = new QPushButton(GFODlgUI);
00044 exitButton->setObjectName(QString::fromUtf8("exitButton"));
00045 exitButton->setGeometry(QRect(180, 110, 51, 23));
00046 groupBox = new QGroupBox(GFODlgUI);
00047 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00048 groupBox->setGeometry(QRect(10, 10, 221, 91));
00049 statusLabel = new QLabel(groupBox);
00050 statusLabel->setObjectName(QString::fromUtf8("statusLabel"));
00051 statusLabel->setGeometry(QRect(10, 60, 191, 16));
00052 label_2 = new QLabel(groupBox);
00053 label_2->setObjectName(QString::fromUtf8("label_2"));
00054 label_2->setGeometry(QRect(190, 10, 21, 16));
00055 label = new QLabel(groupBox);
00056 label->setObjectName(QString::fromUtf8("label"));
00057 label->setGeometry(QRect(10, 10, 101, 16));
00058 optimizationTypeBox = new QComboBox(groupBox);
00059 optimizationTypeBox->setObjectName(QString::fromUtf8("optimizationTypeBox"));
00060 optimizationTypeBox->setGeometry(QRect(10, 30, 171, 22));
00061 optimizationOnBox = new QCheckBox(groupBox);
00062 optimizationOnBox->setObjectName(QString::fromUtf8("optimizationOnBox"));
00063 optimizationOnBox->setGeometry(QRect(190, 30, 21, 18));
00064
00065 retranslateUi(GFODlgUI);
00066
00067 QMetaObject::connectSlotsByName(GFODlgUI);
00068 }
00069
00070 void retranslateUi(QDialog *GFODlgUI)
00071 {
00072 GFODlgUI->setWindowTitle(QApplication::translate("GFODlgUI", "Grasp Force Optimization", 0, QApplication::UnicodeUTF8));
00073 exitButton->setText(QApplication::translate("GFODlgUI", "Exit", 0, QApplication::UnicodeUTF8));
00074 groupBox->setTitle(QString());
00075 statusLabel->setText(QApplication::translate("GFODlgUI", "Status:", 0, QApplication::UnicodeUTF8));
00076 label_2->setText(QApplication::translate("GFODlgUI", "On:", 0, QApplication::UnicodeUTF8));
00077 label->setText(QApplication::translate("GFODlgUI", "Optimization type:", 0, QApplication::UnicodeUTF8));
00078 optimizationOnBox->setText(QString());
00079 }
00080
00081 };
00082
00083 namespace Ui {
00084 class GFODlgUI: public Ui_GFODlgUI {};
00085 }
00086
00087 QT_END_NAMESPACE
00088
00089 #endif // UI_GFODLG_H