Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKEXHAUSTIVEOPTIMIZERCONTROLS_H
00011 #define UI_QMITKEXHAUSTIVEOPTIMIZERCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHBoxLayout>
00018 #include <QtGui/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QLineEdit>
00021 #include <QtGui/QVBoxLayout>
00022 #include <QtGui/QWidget>
00023
00024 QT_BEGIN_NAMESPACE
00025
00026 class Ui_QmitkExhaustiveOptimizerControls
00027 {
00028 public:
00029 QVBoxLayout *verticalLayout;
00030 QHBoxLayout *_5;
00031 QVBoxLayout *_6;
00032 QLabel *textLabel1_4;
00033 QLabel *textLabel2_2;
00034 QVBoxLayout *_7;
00035 QLineEdit *m_StepLengthExhaustive;
00036 QLineEdit *m_NumberOfStepsExhaustive;
00037
00038 void setupUi(QWidget *QmitkExhaustiveOptimizerControls)
00039 {
00040 if (QmitkExhaustiveOptimizerControls->objectName().isEmpty())
00041 QmitkExhaustiveOptimizerControls->setObjectName(QString::fromUtf8("QmitkExhaustiveOptimizerControls"));
00042 QmitkExhaustiveOptimizerControls->resize(162, 68);
00043 verticalLayout = new QVBoxLayout(QmitkExhaustiveOptimizerControls);
00044 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00045 _5 = new QHBoxLayout();
00046 _5->setObjectName(QString::fromUtf8("_5"));
00047 _6 = new QVBoxLayout();
00048 _6->setObjectName(QString::fromUtf8("_6"));
00049 textLabel1_4 = new QLabel(QmitkExhaustiveOptimizerControls);
00050 textLabel1_4->setObjectName(QString::fromUtf8("textLabel1_4"));
00051 QFont font;
00052 font.setBold(false);
00053 font.setWeight(50);
00054 textLabel1_4->setFont(font);
00055 textLabel1_4->setWordWrap(false);
00056
00057 _6->addWidget(textLabel1_4);
00058
00059 textLabel2_2 = new QLabel(QmitkExhaustiveOptimizerControls);
00060 textLabel2_2->setObjectName(QString::fromUtf8("textLabel2_2"));
00061 textLabel2_2->setFont(font);
00062 textLabel2_2->setWordWrap(false);
00063
00064 _6->addWidget(textLabel2_2);
00065
00066
00067 _5->addLayout(_6);
00068
00069 _7 = new QVBoxLayout();
00070 _7->setSpacing(6);
00071 _7->setObjectName(QString::fromUtf8("_7"));
00072 m_StepLengthExhaustive = new QLineEdit(QmitkExhaustiveOptimizerControls);
00073 m_StepLengthExhaustive->setObjectName(QString::fromUtf8("m_StepLengthExhaustive"));
00074 m_StepLengthExhaustive->setMinimumSize(QSize(0, 20));
00075 m_StepLengthExhaustive->setFont(font);
00076 m_StepLengthExhaustive->setAlignment(Qt::AlignRight);
00077
00078 _7->addWidget(m_StepLengthExhaustive);
00079
00080 m_NumberOfStepsExhaustive = new QLineEdit(QmitkExhaustiveOptimizerControls);
00081 m_NumberOfStepsExhaustive->setObjectName(QString::fromUtf8("m_NumberOfStepsExhaustive"));
00082 m_NumberOfStepsExhaustive->setMinimumSize(QSize(0, 20));
00083 m_NumberOfStepsExhaustive->setFont(font);
00084 m_NumberOfStepsExhaustive->setAlignment(Qt::AlignRight);
00085
00086 _7->addWidget(m_NumberOfStepsExhaustive);
00087
00088
00089 _5->addLayout(_7);
00090
00091
00092 verticalLayout->addLayout(_5);
00093
00094
00095 retranslateUi(QmitkExhaustiveOptimizerControls);
00096
00097 QMetaObject::connectSlotsByName(QmitkExhaustiveOptimizerControls);
00098 }
00099
00100 void retranslateUi(QWidget *QmitkExhaustiveOptimizerControls)
00101 {
00102 QmitkExhaustiveOptimizerControls->setWindowTitle(QApplication::translate("QmitkExhaustiveOptimizerControls", "Form", 0, QApplication::UnicodeUTF8));
00103 textLabel1_4->setText(QApplication::translate("QmitkExhaustiveOptimizerControls", "Step Length:", 0, QApplication::UnicodeUTF8));
00104 textLabel2_2->setText(QApplication::translate("QmitkExhaustiveOptimizerControls", "Number of Steps:", 0, QApplication::UnicodeUTF8));
00105 m_StepLengthExhaustive->setText(QApplication::translate("QmitkExhaustiveOptimizerControls", "1.0", 0, QApplication::UnicodeUTF8));
00106 m_NumberOfStepsExhaustive->setText(QApplication::translate("QmitkExhaustiveOptimizerControls", "10", 0, QApplication::UnicodeUTF8));
00107 }
00108
00109 };
00110
00111 namespace Ui {
00112 class QmitkExhaustiveOptimizerControls: public Ui_QmitkExhaustiveOptimizerControls {};
00113 }
00114
00115 QT_END_NAMESPACE
00116
00117 #endif // UI_QMITKEXHAUSTIVEOPTIMIZERCONTROLS_H