Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKMUTUALINFORMATIONMETRICCONTROLS_H
00011 #define UI_QMITKMUTUALINFORMATIONMETRICCONTROLS_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_QmitkMutualInformationMetricControls
00028 {
00029 public:
00030 QVBoxLayout *verticalLayout;
00031 QHBoxLayout *_31;
00032 QVBoxLayout *_32;
00033 QLabel *textLabel7_2;
00034 QLabel *textLabel8_2;
00035 QLabel *textLabel9_2;
00036 QVBoxLayout *_33;
00037 QLineEdit *m_NumberOfSpatialSamplesMutualInformation;
00038 QLineEdit *m_FixedImageStandardDeviationMutualInformation;
00039 QLineEdit *m_MovingImageStandardDeviationMutualInformation;
00040 QCheckBox *m_ComputeGradient;
00041
00042 void setupUi(QWidget *QmitkMutualInformationMetricControls)
00043 {
00044 if (QmitkMutualInformationMetricControls->objectName().isEmpty())
00045 QmitkMutualInformationMetricControls->setObjectName(QString::fromUtf8("QmitkMutualInformationMetricControls"));
00046 QmitkMutualInformationMetricControls->resize(244, 120);
00047 verticalLayout = new QVBoxLayout(QmitkMutualInformationMetricControls);
00048 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00049 _31 = new QHBoxLayout();
00050 _31->setObjectName(QString::fromUtf8("_31"));
00051 _32 = new QVBoxLayout();
00052 _32->setObjectName(QString::fromUtf8("_32"));
00053 textLabel7_2 = new QLabel(QmitkMutualInformationMetricControls);
00054 textLabel7_2->setObjectName(QString::fromUtf8("textLabel7_2"));
00055 QFont font;
00056 font.setBold(false);
00057 font.setWeight(50);
00058 textLabel7_2->setFont(font);
00059 textLabel7_2->setWordWrap(false);
00060
00061 _32->addWidget(textLabel7_2);
00062
00063 textLabel8_2 = new QLabel(QmitkMutualInformationMetricControls);
00064 textLabel8_2->setObjectName(QString::fromUtf8("textLabel8_2"));
00065 textLabel8_2->setFont(font);
00066 textLabel8_2->setWordWrap(false);
00067
00068 _32->addWidget(textLabel8_2);
00069
00070 textLabel9_2 = new QLabel(QmitkMutualInformationMetricControls);
00071 textLabel9_2->setObjectName(QString::fromUtf8("textLabel9_2"));
00072 textLabel9_2->setFont(font);
00073 textLabel9_2->setWordWrap(false);
00074
00075 _32->addWidget(textLabel9_2);
00076
00077
00078 _31->addLayout(_32);
00079
00080 _33 = new QVBoxLayout();
00081 _33->setObjectName(QString::fromUtf8("_33"));
00082 m_NumberOfSpatialSamplesMutualInformation = new QLineEdit(QmitkMutualInformationMetricControls);
00083 m_NumberOfSpatialSamplesMutualInformation->setObjectName(QString::fromUtf8("m_NumberOfSpatialSamplesMutualInformation"));
00084 m_NumberOfSpatialSamplesMutualInformation->setMinimumSize(QSize(0, 20));
00085 m_NumberOfSpatialSamplesMutualInformation->setFont(font);
00086 m_NumberOfSpatialSamplesMutualInformation->setAlignment(Qt::AlignRight);
00087
00088 _33->addWidget(m_NumberOfSpatialSamplesMutualInformation);
00089
00090 m_FixedImageStandardDeviationMutualInformation = new QLineEdit(QmitkMutualInformationMetricControls);
00091 m_FixedImageStandardDeviationMutualInformation->setObjectName(QString::fromUtf8("m_FixedImageStandardDeviationMutualInformation"));
00092 m_FixedImageStandardDeviationMutualInformation->setMinimumSize(QSize(0, 20));
00093 m_FixedImageStandardDeviationMutualInformation->setFont(font);
00094 m_FixedImageStandardDeviationMutualInformation->setAlignment(Qt::AlignRight);
00095
00096 _33->addWidget(m_FixedImageStandardDeviationMutualInformation);
00097
00098 m_MovingImageStandardDeviationMutualInformation = new QLineEdit(QmitkMutualInformationMetricControls);
00099 m_MovingImageStandardDeviationMutualInformation->setObjectName(QString::fromUtf8("m_MovingImageStandardDeviationMutualInformation"));
00100 m_MovingImageStandardDeviationMutualInformation->setMinimumSize(QSize(0, 20));
00101 m_MovingImageStandardDeviationMutualInformation->setFont(font);
00102 m_MovingImageStandardDeviationMutualInformation->setAlignment(Qt::AlignRight);
00103
00104 _33->addWidget(m_MovingImageStandardDeviationMutualInformation);
00105
00106
00107 _31->addLayout(_33);
00108
00109
00110 verticalLayout->addLayout(_31);
00111
00112 m_ComputeGradient = new QCheckBox(QmitkMutualInformationMetricControls);
00113 m_ComputeGradient->setObjectName(QString::fromUtf8("m_ComputeGradient"));
00114 m_ComputeGradient->setMinimumSize(QSize(0, 20));
00115 m_ComputeGradient->setFont(font);
00116 m_ComputeGradient->setChecked(true);
00117
00118 verticalLayout->addWidget(m_ComputeGradient);
00119
00120
00121 retranslateUi(QmitkMutualInformationMetricControls);
00122
00123 QMetaObject::connectSlotsByName(QmitkMutualInformationMetricControls);
00124 }
00125
00126 void retranslateUi(QWidget *QmitkMutualInformationMetricControls)
00127 {
00128 QmitkMutualInformationMetricControls->setWindowTitle(QApplication::translate("QmitkMutualInformationMetricControls", "Form", 0, QApplication::UnicodeUTF8));
00129 textLabel7_2->setText(QApplication::translate("QmitkMutualInformationMetricControls", "Number of Spatial Samples in %:", 0, QApplication::UnicodeUTF8));
00130 textLabel8_2->setText(QApplication::translate("QmitkMutualInformationMetricControls", "Moving Image Standard Deviation:", 0, QApplication::UnicodeUTF8));
00131 textLabel9_2->setText(QApplication::translate("QmitkMutualInformationMetricControls", "Fixed Image Standard Deviation:", 0, QApplication::UnicodeUTF8));
00132 m_NumberOfSpatialSamplesMutualInformation->setText(QApplication::translate("QmitkMutualInformationMetricControls", "1", 0, QApplication::UnicodeUTF8));
00133 m_FixedImageStandardDeviationMutualInformation->setText(QApplication::translate("QmitkMutualInformationMetricControls", "0.4", 0, QApplication::UnicodeUTF8));
00134 m_MovingImageStandardDeviationMutualInformation->setText(QApplication::translate("QmitkMutualInformationMetricControls", "0.4", 0, QApplication::UnicodeUTF8));
00135 m_ComputeGradient->setText(QApplication::translate("QmitkMutualInformationMetricControls", "Compute Gradient", 0, QApplication::UnicodeUTF8));
00136 }
00137
00138 };
00139
00140 namespace Ui {
00141 class QmitkMutualInformationMetricControls: public Ui_QmitkMutualInformationMetricControls {};
00142 }
00143
00144 QT_END_NAMESPACE
00145
00146 #endif // UI_QMITKMUTUALINFORMATIONMETRICCONTROLS_H