ui_TaskEdge2TracParameter.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_TASKEDGE2TRACPARAMETER_H
00011 #define UI_TASKEDGE2TRACPARAMETER_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/QDoubleSpinBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QVBoxLayout>
00025 #include <QtGui/QWidget>
00026
00027 QT_BEGIN_NAMESPACE
00028
00029 class Ui_TaskEdge2TracParameter
00030 {
00031 public:
00032 QVBoxLayout *verticalLayout;
00033 QHBoxLayout *horizontalLayout;
00034 QLineEdit *lineEdit_ObjectName;
00035 QPushButton *pushButton_HideShow;
00036 QHBoxLayout *horizontalLayout_3;
00037 QLabel *label_Edges;
00038 QLabel *label_Cluster;
00039 QHBoxLayout *horizontalLayout_2;
00040 QLabel *label_2;
00041 QDoubleSpinBox *doubleSpinBoxSizing;
00042 QCheckBox *checkBoxOrientation;
00043
00044 void setupUi(QWidget *TaskEdge2TracParameter)
00045 {
00046 if (TaskEdge2TracParameter->objectName().isEmpty())
00047 TaskEdge2TracParameter->setObjectName(QString::fromUtf8("TaskEdge2TracParameter"));
00048 TaskEdge2TracParameter->resize(200, 131);
00049 verticalLayout = new QVBoxLayout(TaskEdge2TracParameter);
00050 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00051 horizontalLayout = new QHBoxLayout();
00052 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00053 lineEdit_ObjectName = new QLineEdit(TaskEdge2TracParameter);
00054 lineEdit_ObjectName->setObjectName(QString::fromUtf8("lineEdit_ObjectName"));
00055 lineEdit_ObjectName->setReadOnly(true);
00056
00057 horizontalLayout->addWidget(lineEdit_ObjectName);
00058
00059 pushButton_HideShow = new QPushButton(TaskEdge2TracParameter);
00060 pushButton_HideShow->setObjectName(QString::fromUtf8("pushButton_HideShow"));
00061
00062 horizontalLayout->addWidget(pushButton_HideShow);
00063
00064
00065 verticalLayout->addLayout(horizontalLayout);
00066
00067 horizontalLayout_3 = new QHBoxLayout();
00068 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00069 label_Edges = new QLabel(TaskEdge2TracParameter);
00070 label_Edges->setObjectName(QString::fromUtf8("label_Edges"));
00071 QFont font;
00072 font.setPointSize(10);
00073 font.setBold(true);
00074 font.setWeight(75);
00075 label_Edges->setFont(font);
00076
00077 horizontalLayout_3->addWidget(label_Edges);
00078
00079 label_Cluster = new QLabel(TaskEdge2TracParameter);
00080 label_Cluster->setObjectName(QString::fromUtf8("label_Cluster"));
00081 label_Cluster->setFont(font);
00082
00083 horizontalLayout_3->addWidget(label_Cluster);
00084
00085
00086 verticalLayout->addLayout(horizontalLayout_3);
00087
00088 horizontalLayout_2 = new QHBoxLayout();
00089 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00090 label_2 = new QLabel(TaskEdge2TracParameter);
00091 label_2->setObjectName(QString::fromUtf8("label_2"));
00092
00093 horizontalLayout_2->addWidget(label_2);
00094
00095 doubleSpinBoxSizing = new QDoubleSpinBox(TaskEdge2TracParameter);
00096 doubleSpinBoxSizing->setObjectName(QString::fromUtf8("doubleSpinBoxSizing"));
00097 doubleSpinBoxSizing->setDecimals(1);
00098 doubleSpinBoxSizing->setMinimum(0.1);
00099 doubleSpinBoxSizing->setMaximum(10000);
00100 doubleSpinBoxSizing->setSingleStep(0.1);
00101 doubleSpinBoxSizing->setValue(0.5);
00102
00103 horizontalLayout_2->addWidget(doubleSpinBoxSizing);
00104
00105
00106 verticalLayout->addLayout(horizontalLayout_2);
00107
00108 checkBoxOrientation = new QCheckBox(TaskEdge2TracParameter);
00109 checkBoxOrientation->setObjectName(QString::fromUtf8("checkBoxOrientation"));
00110
00111 verticalLayout->addWidget(checkBoxOrientation);
00112
00113
00114 retranslateUi(TaskEdge2TracParameter);
00115
00116 QMetaObject::connectSlotsByName(TaskEdge2TracParameter);
00117 }
00118
00119 void retranslateUi(QWidget *TaskEdge2TracParameter)
00120 {
00121 TaskEdge2TracParameter->setWindowTitle(QApplication::translate("TaskEdge2TracParameter", "Form", 0, QApplication::UnicodeUTF8));
00122 pushButton_HideShow->setText(QApplication::translate("TaskEdge2TracParameter", "Hide / Show", 0, QApplication::UnicodeUTF8));
00123 label_Edges->setText(QApplication::translate("TaskEdge2TracParameter", "Edges: 0", 0, QApplication::UnicodeUTF8));
00124 label_Cluster->setText(QApplication::translate("TaskEdge2TracParameter", "Cluster: 0", 0, QApplication::UnicodeUTF8));
00125 label_2->setText(QApplication::translate("TaskEdge2TracParameter", "Sizing Value:", 0, QApplication::UnicodeUTF8));
00126 doubleSpinBoxSizing->setSuffix(QString());
00127 checkBoxOrientation->setText(QApplication::translate("TaskEdge2TracParameter", "Use orientation of edge", 0, QApplication::UnicodeUTF8));
00128 Q_UNUSED(TaskEdge2TracParameter);
00129 }
00130
00131 };
00132
00133 namespace Ui {
00134 class TaskEdge2TracParameter: public Ui_TaskEdge2TracParameter {};
00135 }
00136
00137 QT_END_NAMESPACE
00138
00139 #endif // UI_TASKEDGE2TRACPARAMETER_H