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