#include <ui_QmitkMutualInformationMetricControls.h>

Public Member Functions | |
| void | setupUi (QWidget *QmitkMutualInformationMetricControls) |
| void | retranslateUi (QWidget *QmitkMutualInformationMetricControls) |
Public Attributes | |
| QVBoxLayout * | verticalLayout |
| QHBoxLayout * | _31 |
| QVBoxLayout * | _32 |
| QLabel * | textLabel7_2 |
| QLabel * | textLabel8_2 |
| QLabel * | textLabel9_2 |
| QVBoxLayout * | _33 |
| QLineEdit * | m_NumberOfSpatialSamplesMutualInformation |
| QLineEdit * | m_FixedImageStandardDeviationMutualInformation |
| QLineEdit * | m_MovingImageStandardDeviationMutualInformation |
| QCheckBox * | m_ComputeGradient |
Definition at line 27 of file ui_QmitkMutualInformationMetricControls.h.
| void Ui_QmitkMutualInformationMetricControls::retranslateUi | ( | QWidget * | QmitkMutualInformationMetricControls ) | [inline] |
Definition at line 126 of file ui_QmitkMutualInformationMetricControls.h.
References m_ComputeGradient, m_FixedImageStandardDeviationMutualInformation, m_MovingImageStandardDeviationMutualInformation, m_NumberOfSpatialSamplesMutualInformation, textLabel7_2, textLabel8_2, and textLabel9_2.
Referenced by setupUi().
{
QmitkMutualInformationMetricControls->setWindowTitle(QApplication::translate("QmitkMutualInformationMetricControls", "Form", 0, QApplication::UnicodeUTF8));
textLabel7_2->setText(QApplication::translate("QmitkMutualInformationMetricControls", "Number of Spatial Samples in %:", 0, QApplication::UnicodeUTF8));
textLabel8_2->setText(QApplication::translate("QmitkMutualInformationMetricControls", "Moving Image Standard Deviation:", 0, QApplication::UnicodeUTF8));
textLabel9_2->setText(QApplication::translate("QmitkMutualInformationMetricControls", "Fixed Image Standard Deviation:", 0, QApplication::UnicodeUTF8));
m_NumberOfSpatialSamplesMutualInformation->setText(QApplication::translate("QmitkMutualInformationMetricControls", "1", 0, QApplication::UnicodeUTF8));
m_FixedImageStandardDeviationMutualInformation->setText(QApplication::translate("QmitkMutualInformationMetricControls", "0.4", 0, QApplication::UnicodeUTF8));
m_MovingImageStandardDeviationMutualInformation->setText(QApplication::translate("QmitkMutualInformationMetricControls", "0.4", 0, QApplication::UnicodeUTF8));
m_ComputeGradient->setText(QApplication::translate("QmitkMutualInformationMetricControls", "Compute Gradient", 0, QApplication::UnicodeUTF8));
} // retranslateUi
| void Ui_QmitkMutualInformationMetricControls::setupUi | ( | QWidget * | QmitkMutualInformationMetricControls ) | [inline] |
Definition at line 42 of file ui_QmitkMutualInformationMetricControls.h.
References _31, _32, _33, m_ComputeGradient, m_FixedImageStandardDeviationMutualInformation, m_MovingImageStandardDeviationMutualInformation, m_NumberOfSpatialSamplesMutualInformation, retranslateUi(), textLabel7_2, textLabel8_2, textLabel9_2, and verticalLayout.
Referenced by QmitkMutualInformationMetricView::SetupUI().
{
if (QmitkMutualInformationMetricControls->objectName().isEmpty())
QmitkMutualInformationMetricControls->setObjectName(QString::fromUtf8("QmitkMutualInformationMetricControls"));
QmitkMutualInformationMetricControls->resize(244, 120);
verticalLayout = new QVBoxLayout(QmitkMutualInformationMetricControls);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
_31 = new QHBoxLayout();
_31->setObjectName(QString::fromUtf8("_31"));
_32 = new QVBoxLayout();
_32->setObjectName(QString::fromUtf8("_32"));
textLabel7_2 = new QLabel(QmitkMutualInformationMetricControls);
textLabel7_2->setObjectName(QString::fromUtf8("textLabel7_2"));
QFont font;
font.setBold(false);
font.setWeight(50);
textLabel7_2->setFont(font);
textLabel7_2->setWordWrap(false);
_32->addWidget(textLabel7_2);
textLabel8_2 = new QLabel(QmitkMutualInformationMetricControls);
textLabel8_2->setObjectName(QString::fromUtf8("textLabel8_2"));
textLabel8_2->setFont(font);
textLabel8_2->setWordWrap(false);
_32->addWidget(textLabel8_2);
textLabel9_2 = new QLabel(QmitkMutualInformationMetricControls);
textLabel9_2->setObjectName(QString::fromUtf8("textLabel9_2"));
textLabel9_2->setFont(font);
textLabel9_2->setWordWrap(false);
_32->addWidget(textLabel9_2);
_31->addLayout(_32);
_33 = new QVBoxLayout();
_33->setObjectName(QString::fromUtf8("_33"));
m_NumberOfSpatialSamplesMutualInformation = new QLineEdit(QmitkMutualInformationMetricControls);
m_NumberOfSpatialSamplesMutualInformation->setObjectName(QString::fromUtf8("m_NumberOfSpatialSamplesMutualInformation"));
m_NumberOfSpatialSamplesMutualInformation->setMinimumSize(QSize(0, 20));
m_NumberOfSpatialSamplesMutualInformation->setFont(font);
m_NumberOfSpatialSamplesMutualInformation->setAlignment(Qt::AlignRight);
_33->addWidget(m_NumberOfSpatialSamplesMutualInformation);
m_FixedImageStandardDeviationMutualInformation = new QLineEdit(QmitkMutualInformationMetricControls);
m_FixedImageStandardDeviationMutualInformation->setObjectName(QString::fromUtf8("m_FixedImageStandardDeviationMutualInformation"));
m_FixedImageStandardDeviationMutualInformation->setMinimumSize(QSize(0, 20));
m_FixedImageStandardDeviationMutualInformation->setFont(font);
m_FixedImageStandardDeviationMutualInformation->setAlignment(Qt::AlignRight);
_33->addWidget(m_FixedImageStandardDeviationMutualInformation);
m_MovingImageStandardDeviationMutualInformation = new QLineEdit(QmitkMutualInformationMetricControls);
m_MovingImageStandardDeviationMutualInformation->setObjectName(QString::fromUtf8("m_MovingImageStandardDeviationMutualInformation"));
m_MovingImageStandardDeviationMutualInformation->setMinimumSize(QSize(0, 20));
m_MovingImageStandardDeviationMutualInformation->setFont(font);
m_MovingImageStandardDeviationMutualInformation->setAlignment(Qt::AlignRight);
_33->addWidget(m_MovingImageStandardDeviationMutualInformation);
_31->addLayout(_33);
verticalLayout->addLayout(_31);
m_ComputeGradient = new QCheckBox(QmitkMutualInformationMetricControls);
m_ComputeGradient->setObjectName(QString::fromUtf8("m_ComputeGradient"));
m_ComputeGradient->setMinimumSize(QSize(0, 20));
m_ComputeGradient->setFont(font);
m_ComputeGradient->setChecked(true);
verticalLayout->addWidget(m_ComputeGradient);
retranslateUi(QmitkMutualInformationMetricControls);
QMetaObject::connectSlotsByName(QmitkMutualInformationMetricControls);
} // setupUi
| QHBoxLayout* Ui_QmitkMutualInformationMetricControls::_31 |
Definition at line 31 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by setupUi().
| QVBoxLayout* Ui_QmitkMutualInformationMetricControls::_32 |
Definition at line 32 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by setupUi().
| QVBoxLayout* Ui_QmitkMutualInformationMetricControls::_33 |
Definition at line 36 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by setupUi().
Definition at line 40 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by QmitkMutualInformationMetricView::GetMetricParameters(), retranslateUi(), QmitkMutualInformationMetricView::SetMetricParameters(), and setupUi().
Definition at line 38 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by QmitkMutualInformationMetricView::GetMetricParameters(), retranslateUi(), QmitkMutualInformationMetricView::SetMetricParameters(), setupUi(), and QmitkMutualInformationMetricView::SetupUI().
Definition at line 39 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by QmitkMutualInformationMetricView::GetMetricParameters(), retranslateUi(), QmitkMutualInformationMetricView::SetMetricParameters(), setupUi(), and QmitkMutualInformationMetricView::SetupUI().
Definition at line 37 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by QmitkMutualInformationMetricView::GetMetricParameters(), retranslateUi(), QmitkMutualInformationMetricView::SetMetricParameters(), setupUi(), and QmitkMutualInformationMetricView::SetupUI().
Definition at line 33 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 34 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 35 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 30 of file ui_QmitkMutualInformationMetricControls.h.
Referenced by setupUi().
1.7.2