Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKVERSORTRANSFORMOPTIMIZERCONTROLS_H
00011 #define UI_QMITKVERSORTRANSFORMOPTIMIZERCONTROLS_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_QmitkVersorTransformOptimizerControls
00028 {
00029 public:
00030 QVBoxLayout *verticalLayout;
00031 QHBoxLayout *_60;
00032 QVBoxLayout *_61;
00033 QLabel *textLabel18;
00034 QLabel *textLabel19;
00035 QLabel *textLabel20;
00036 QLabel *textLabel21;
00037 QVBoxLayout *_62;
00038 QLineEdit *m_GradientMagnitudeToleranceVersorTransform;
00039 QLineEdit *m_MinimumStepLengthVersorTransform;
00040 QLineEdit *m_MaximumStepLengthVersorTransform;
00041 QLineEdit *m_IterationsVersorTransform;
00042 QCheckBox *m_Maximize;
00043
00044 void setupUi(QWidget *QmitkVersorTransformOptimizerControls)
00045 {
00046 if (QmitkVersorTransformOptimizerControls->objectName().isEmpty())
00047 QmitkVersorTransformOptimizerControls->setObjectName(QString::fromUtf8("QmitkVersorTransformOptimizerControls"));
00048 QmitkVersorTransformOptimizerControls->resize(225, 146);
00049 verticalLayout = new QVBoxLayout(QmitkVersorTransformOptimizerControls);
00050 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00051 _60 = new QHBoxLayout();
00052 _60->setObjectName(QString::fromUtf8("_60"));
00053 _61 = new QVBoxLayout();
00054 _61->setObjectName(QString::fromUtf8("_61"));
00055 textLabel18 = new QLabel(QmitkVersorTransformOptimizerControls);
00056 textLabel18->setObjectName(QString::fromUtf8("textLabel18"));
00057 QFont font;
00058 font.setBold(false);
00059 font.setWeight(50);
00060 textLabel18->setFont(font);
00061 textLabel18->setWordWrap(false);
00062
00063 _61->addWidget(textLabel18);
00064
00065 textLabel19 = new QLabel(QmitkVersorTransformOptimizerControls);
00066 textLabel19->setObjectName(QString::fromUtf8("textLabel19"));
00067 textLabel19->setFont(font);
00068 textLabel19->setWordWrap(false);
00069
00070 _61->addWidget(textLabel19);
00071
00072 textLabel20 = new QLabel(QmitkVersorTransformOptimizerControls);
00073 textLabel20->setObjectName(QString::fromUtf8("textLabel20"));
00074 textLabel20->setFont(font);
00075 textLabel20->setWordWrap(false);
00076
00077 _61->addWidget(textLabel20);
00078
00079 textLabel21 = new QLabel(QmitkVersorTransformOptimizerControls);
00080 textLabel21->setObjectName(QString::fromUtf8("textLabel21"));
00081 textLabel21->setFont(font);
00082 textLabel21->setWordWrap(false);
00083
00084 _61->addWidget(textLabel21);
00085
00086
00087 _60->addLayout(_61);
00088
00089 _62 = new QVBoxLayout();
00090 _62->setObjectName(QString::fromUtf8("_62"));
00091 m_GradientMagnitudeToleranceVersorTransform = new QLineEdit(QmitkVersorTransformOptimizerControls);
00092 m_GradientMagnitudeToleranceVersorTransform->setObjectName(QString::fromUtf8("m_GradientMagnitudeToleranceVersorTransform"));
00093 m_GradientMagnitudeToleranceVersorTransform->setMinimumSize(QSize(0, 20));
00094 m_GradientMagnitudeToleranceVersorTransform->setFont(font);
00095 m_GradientMagnitudeToleranceVersorTransform->setAlignment(Qt::AlignRight);
00096
00097 _62->addWidget(m_GradientMagnitudeToleranceVersorTransform);
00098
00099 m_MinimumStepLengthVersorTransform = new QLineEdit(QmitkVersorTransformOptimizerControls);
00100 m_MinimumStepLengthVersorTransform->setObjectName(QString::fromUtf8("m_MinimumStepLengthVersorTransform"));
00101 m_MinimumStepLengthVersorTransform->setMinimumSize(QSize(0, 20));
00102 m_MinimumStepLengthVersorTransform->setFont(font);
00103 m_MinimumStepLengthVersorTransform->setAlignment(Qt::AlignRight);
00104
00105 _62->addWidget(m_MinimumStepLengthVersorTransform);
00106
00107 m_MaximumStepLengthVersorTransform = new QLineEdit(QmitkVersorTransformOptimizerControls);
00108 m_MaximumStepLengthVersorTransform->setObjectName(QString::fromUtf8("m_MaximumStepLengthVersorTransform"));
00109 m_MaximumStepLengthVersorTransform->setMinimumSize(QSize(0, 20));
00110 m_MaximumStepLengthVersorTransform->setFont(font);
00111 m_MaximumStepLengthVersorTransform->setAlignment(Qt::AlignRight);
00112
00113 _62->addWidget(m_MaximumStepLengthVersorTransform);
00114
00115 m_IterationsVersorTransform = new QLineEdit(QmitkVersorTransformOptimizerControls);
00116 m_IterationsVersorTransform->setObjectName(QString::fromUtf8("m_IterationsVersorTransform"));
00117 m_IterationsVersorTransform->setMinimumSize(QSize(0, 20));
00118 m_IterationsVersorTransform->setFont(font);
00119 m_IterationsVersorTransform->setAlignment(Qt::AlignRight);
00120
00121 _62->addWidget(m_IterationsVersorTransform);
00122
00123
00124 _60->addLayout(_62);
00125
00126
00127 verticalLayout->addLayout(_60);
00128
00129 m_Maximize = new QCheckBox(QmitkVersorTransformOptimizerControls);
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(QmitkVersorTransformOptimizerControls);
00139
00140 QMetaObject::connectSlotsByName(QmitkVersorTransformOptimizerControls);
00141 }
00142
00143 void retranslateUi(QWidget *QmitkVersorTransformOptimizerControls)
00144 {
00145 QmitkVersorTransformOptimizerControls->setWindowTitle(QApplication::translate("QmitkVersorTransformOptimizerControls", "Form", 0, QApplication::UnicodeUTF8));
00146 textLabel18->setText(QApplication::translate("QmitkVersorTransformOptimizerControls", "Gradient Magnitude Tolerance:", 0, QApplication::UnicodeUTF8));
00147 textLabel19->setText(QApplication::translate("QmitkVersorTransformOptimizerControls", "Minimum Step Length:", 0, QApplication::UnicodeUTF8));
00148 textLabel20->setText(QApplication::translate("QmitkVersorTransformOptimizerControls", "Maximum Step Length:", 0, QApplication::UnicodeUTF8));
00149 textLabel21->setText(QApplication::translate("QmitkVersorTransformOptimizerControls", "Number of Iterations:", 0, QApplication::UnicodeUTF8));
00150 m_GradientMagnitudeToleranceVersorTransform->setText(QApplication::translate("QmitkVersorTransformOptimizerControls", "0.0001", 0, QApplication::UnicodeUTF8));
00151 m_MinimumStepLengthVersorTransform->setText(QApplication::translate("QmitkVersorTransformOptimizerControls", "0.0001", 0, QApplication::UnicodeUTF8));
00152 m_MaximumStepLengthVersorTransform->setText(QApplication::translate("QmitkVersorTransformOptimizerControls", "4.0", 0, QApplication::UnicodeUTF8));
00153 m_IterationsVersorTransform->setText(QApplication::translate("QmitkVersorTransformOptimizerControls", "200", 0, QApplication::UnicodeUTF8));
00154 m_Maximize->setText(QApplication::translate("QmitkVersorTransformOptimizerControls", "Maximize Optimizer Value", 0, QApplication::UnicodeUTF8));
00155 }
00156
00157 };
00158
00159 namespace Ui {
00160 class QmitkVersorTransformOptimizerControls: public Ui_QmitkVersorTransformOptimizerControls {};
00161 }
00162
00163 QT_END_NAMESPACE
00164
00165 #endif // UI_QMITKVERSORTRANSFORMOPTIMIZERCONTROLS_H