Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKPOWELLOPTIMIZERCONTROLS_H
00011 #define UI_QMITKPOWELLOPTIMIZERCONTROLS_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/QHBoxLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QLineEdit>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_QmitkPowellOptimizerControls
00028 {
00029 public:
00030 QVBoxLayout *verticalLayout;
00031 QHBoxLayout *_42;
00032 QVBoxLayout *_43;
00033 QLabel *textLabel8;
00034 QLabel *textLabel9;
00035 QLabel *textLabel10;
00036 QLabel *textLabel11;
00037 QVBoxLayout *_44;
00038 QLineEdit *m_StepLengthPowell;
00039 QLineEdit *m_StepTolerancePowell;
00040 QLineEdit *m_ValueTolerancePowell;
00041 QLineEdit *m_IterationsPowell;
00042 QCheckBox *m_Maximize;
00043
00044 void setupUi(QWidget *QmitkPowellOptimizerControls)
00045 {
00046 if (QmitkPowellOptimizerControls->objectName().isEmpty())
00047 QmitkPowellOptimizerControls->setObjectName(QString::fromUtf8("QmitkPowellOptimizerControls"));
00048 QmitkPowellOptimizerControls->resize(182, 146);
00049 verticalLayout = new QVBoxLayout(QmitkPowellOptimizerControls);
00050 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00051 _42 = new QHBoxLayout();
00052 _42->setObjectName(QString::fromUtf8("_42"));
00053 _43 = new QVBoxLayout();
00054 _43->setObjectName(QString::fromUtf8("_43"));
00055 textLabel8 = new QLabel(QmitkPowellOptimizerControls);
00056 textLabel8->setObjectName(QString::fromUtf8("textLabel8"));
00057 QFont font;
00058 font.setBold(false);
00059 font.setWeight(50);
00060 textLabel8->setFont(font);
00061 textLabel8->setWordWrap(false);
00062
00063 _43->addWidget(textLabel8);
00064
00065 textLabel9 = new QLabel(QmitkPowellOptimizerControls);
00066 textLabel9->setObjectName(QString::fromUtf8("textLabel9"));
00067 textLabel9->setFont(font);
00068 textLabel9->setWordWrap(false);
00069
00070 _43->addWidget(textLabel9);
00071
00072 textLabel10 = new QLabel(QmitkPowellOptimizerControls);
00073 textLabel10->setObjectName(QString::fromUtf8("textLabel10"));
00074 textLabel10->setFont(font);
00075 textLabel10->setWordWrap(false);
00076
00077 _43->addWidget(textLabel10);
00078
00079 textLabel11 = new QLabel(QmitkPowellOptimizerControls);
00080 textLabel11->setObjectName(QString::fromUtf8("textLabel11"));
00081 textLabel11->setFont(font);
00082 textLabel11->setWordWrap(false);
00083
00084 _43->addWidget(textLabel11);
00085
00086
00087 _42->addLayout(_43);
00088
00089 _44 = new QVBoxLayout();
00090 _44->setObjectName(QString::fromUtf8("_44"));
00091 m_StepLengthPowell = new QLineEdit(QmitkPowellOptimizerControls);
00092 m_StepLengthPowell->setObjectName(QString::fromUtf8("m_StepLengthPowell"));
00093 m_StepLengthPowell->setMinimumSize(QSize(0, 20));
00094 m_StepLengthPowell->setFont(font);
00095 m_StepLengthPowell->setAlignment(Qt::AlignRight);
00096
00097 _44->addWidget(m_StepLengthPowell);
00098
00099 m_StepTolerancePowell = new QLineEdit(QmitkPowellOptimizerControls);
00100 m_StepTolerancePowell->setObjectName(QString::fromUtf8("m_StepTolerancePowell"));
00101 m_StepTolerancePowell->setMinimumSize(QSize(0, 20));
00102 m_StepTolerancePowell->setFont(font);
00103 m_StepTolerancePowell->setAlignment(Qt::AlignRight);
00104
00105 _44->addWidget(m_StepTolerancePowell);
00106
00107 m_ValueTolerancePowell = new QLineEdit(QmitkPowellOptimizerControls);
00108 m_ValueTolerancePowell->setObjectName(QString::fromUtf8("m_ValueTolerancePowell"));
00109 m_ValueTolerancePowell->setMinimumSize(QSize(0, 20));
00110 m_ValueTolerancePowell->setFont(font);
00111 m_ValueTolerancePowell->setAlignment(Qt::AlignRight);
00112
00113 _44->addWidget(m_ValueTolerancePowell);
00114
00115 m_IterationsPowell = new QLineEdit(QmitkPowellOptimizerControls);
00116 m_IterationsPowell->setObjectName(QString::fromUtf8("m_IterationsPowell"));
00117 m_IterationsPowell->setMinimumSize(QSize(0, 20));
00118 m_IterationsPowell->setFont(font);
00119 m_IterationsPowell->setAlignment(Qt::AlignRight);
00120
00121 _44->addWidget(m_IterationsPowell);
00122
00123
00124 _42->addLayout(_44);
00125
00126
00127 verticalLayout->addLayout(_42);
00128
00129 m_Maximize = new QCheckBox(QmitkPowellOptimizerControls);
00130 m_Maximize->setObjectName(QString::fromUtf8("m_Maximize"));
00131 m_Maximize->setEnabled(true);
00132 m_Maximize->setMinimumSize(QSize(0, 20));
00133 m_Maximize->setFont(font);
00134
00135 verticalLayout->addWidget(m_Maximize);
00136
00137
00138 retranslateUi(QmitkPowellOptimizerControls);
00139
00140 QMetaObject::connectSlotsByName(QmitkPowellOptimizerControls);
00141 }
00142
00143 void retranslateUi(QWidget *QmitkPowellOptimizerControls)
00144 {
00145 QmitkPowellOptimizerControls->setWindowTitle(QApplication::translate("QmitkPowellOptimizerControls", "Form", 0, QApplication::UnicodeUTF8));
00146 textLabel8->setText(QApplication::translate("QmitkPowellOptimizerControls", "Step Length:", 0, QApplication::UnicodeUTF8));
00147 textLabel9->setText(QApplication::translate("QmitkPowellOptimizerControls", "Step Tolerance:", 0, QApplication::UnicodeUTF8));
00148 textLabel10->setText(QApplication::translate("QmitkPowellOptimizerControls", "Value Tolerance:", 0, QApplication::UnicodeUTF8));
00149 textLabel11->setText(QApplication::translate("QmitkPowellOptimizerControls", "Number of Iterations:", 0, QApplication::UnicodeUTF8));
00150 m_StepLengthPowell->setText(QApplication::translate("QmitkPowellOptimizerControls", "0.01", 0, QApplication::UnicodeUTF8));
00151 m_StepTolerancePowell->setText(QApplication::translate("QmitkPowellOptimizerControls", "0.001", 0, QApplication::UnicodeUTF8));
00152 m_ValueTolerancePowell->setText(QApplication::translate("QmitkPowellOptimizerControls", "0.001", 0, QApplication::UnicodeUTF8));
00153 m_IterationsPowell->setText(QApplication::translate("QmitkPowellOptimizerControls", "200", 0, QApplication::UnicodeUTF8));
00154 m_Maximize->setText(QApplication::translate("QmitkPowellOptimizerControls", "Maximize Optimizer Value", 0, QApplication::UnicodeUTF8));
00155 }
00156
00157 };
00158
00159 namespace Ui {
00160 class QmitkPowellOptimizerControls: public Ui_QmitkPowellOptimizerControls {};
00161 }
00162
00163 QT_END_NAMESPACE
00164
00165 #endif // UI_QMITKPOWELLOPTIMIZERCONTROLS_H