Public Member Functions | Public Attributes

Ui_QmitkDemonsRegistrationViewControls Class Reference

#include <ui_QmitkDemonsRegistrationViewControls.h>

Inheritance diagram for Ui_QmitkDemonsRegistrationViewControls:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void setupUi (QWidget *QmitkDemonsRegistrationViewControls)
void retranslateUi (QWidget *QmitkDemonsRegistrationViewControls)

Public Attributes

QVBoxLayout * verticalLayout_4
QGroupBox * groupBox
QVBoxLayout * verticalLayout_3
QComboBox * m_RegistrationSelection
QGroupBox * histogramMatchingBox_2
QVBoxLayout * verticalLayout
QHBoxLayout * _2
QVBoxLayout * _3
QLabel * useHistogramMatching
QLabel * numberOfHistogramLevels
QLabel * numberOfMatchPoints
QLabel * thresholdAtMeanIntensity
QVBoxLayout * _4
QCheckBox * m_UseHistogramMatching
QLineEdit * m_NumberOfHistogramLevels
QLineEdit * m_NumberOfMatchPoints
QCheckBox * m_ThresholdAtMeanIntensity
QGroupBox * demonsRegistrationBox_2
QVBoxLayout * verticalLayout_2
QHBoxLayout * _5
QVBoxLayout * _6
QLabel * iterationsLabel
QLabel * standardDeviationLabel
QVBoxLayout * _7
QLineEdit * m_Iterations
QLineEdit * m_StandardDeviation

Detailed Description

Definition at line 33 of file ui_QmitkDemonsRegistrationViewControls.h.


Member Function Documentation

void Ui_QmitkDemonsRegistrationViewControls::retranslateUi ( QWidget *  QmitkDemonsRegistrationViewControls ) [inline]

Definition at line 249 of file ui_QmitkDemonsRegistrationViewControls.h.

References demonsRegistrationBox_2, groupBox, histogramMatchingBox_2, iterationsLabel, m_Iterations, m_NumberOfHistogramLevels, m_NumberOfMatchPoints, m_RegistrationSelection, m_StandardDeviation, m_ThresholdAtMeanIntensity, m_UseHistogramMatching, numberOfHistogramLevels, numberOfMatchPoints, standardDeviationLabel, thresholdAtMeanIntensity, and useHistogramMatching.

Referenced by setupUi().

    {
        QmitkDemonsRegistrationViewControls->setWindowTitle(QApplication::translate("QmitkDemonsRegistrationViewControls", "QmitkDemonsRegistrationViewControls", 0, QApplication::UnicodeUTF8));
        groupBox->setTitle(QApplication::translate("QmitkDemonsRegistrationViewControls", "Transform", 0, QApplication::UnicodeUTF8));
        m_RegistrationSelection->clear();
        m_RegistrationSelection->insertItems(0, QStringList()
         << QApplication::translate("QmitkDemonsRegistrationViewControls", "Demons Registration", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkDemonsRegistrationViewControls", "Symmetric Forces Demons Registration", 0, QApplication::UnicodeUTF8)
        );
        histogramMatchingBox_2->setTitle(QApplication::translate("QmitkDemonsRegistrationViewControls", "Histogram Matching", 0, QApplication::UnicodeUTF8));
        useHistogramMatching->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "Use Histogram Matching:", 0, QApplication::UnicodeUTF8));
        numberOfHistogramLevels->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "Number of Histogram Levels:", 0, QApplication::UnicodeUTF8));
        numberOfMatchPoints->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "Number of Match Points:", 0, QApplication::UnicodeUTF8));
        thresholdAtMeanIntensity->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "Threshold at Mean Intensity:", 0, QApplication::UnicodeUTF8));
        m_UseHistogramMatching->setText(QString());
        m_NumberOfHistogramLevels->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "1024", 0, QApplication::UnicodeUTF8));
        m_NumberOfMatchPoints->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "7", 0, QApplication::UnicodeUTF8));
        m_ThresholdAtMeanIntensity->setText(QString());
        demonsRegistrationBox_2->setTitle(QApplication::translate("QmitkDemonsRegistrationViewControls", "Demons Registration", 0, QApplication::UnicodeUTF8));
        iterationsLabel->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "Number of Iterations:", 0, QApplication::UnicodeUTF8));
        standardDeviationLabel->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "Standard Deviation:", 0, QApplication::UnicodeUTF8));
        m_Iterations->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "50", 0, QApplication::UnicodeUTF8));
        m_StandardDeviation->setText(QApplication::translate("QmitkDemonsRegistrationViewControls", "1.0", 0, QApplication::UnicodeUTF8));
    } // retranslateUi
void Ui_QmitkDemonsRegistrationViewControls::setupUi ( QWidget *  QmitkDemonsRegistrationViewControls ) [inline]

Definition at line 63 of file ui_QmitkDemonsRegistrationViewControls.h.

References _2, _3, _4, _5, _6, _7, demonsRegistrationBox_2, groupBox, histogramMatchingBox_2, iterationsLabel, m_Iterations, m_NumberOfHistogramLevels, m_NumberOfMatchPoints, m_RegistrationSelection, m_StandardDeviation, m_ThresholdAtMeanIntensity, m_UseHistogramMatching, numberOfHistogramLevels, numberOfMatchPoints, retranslateUi(), standardDeviationLabel, thresholdAtMeanIntensity, useHistogramMatching, verticalLayout, verticalLayout_2, verticalLayout_3, and verticalLayout_4.

Referenced by QmitkDemonsRegistrationView::QmitkDemonsRegistrationView().

    {
        if (QmitkDemonsRegistrationViewControls->objectName().isEmpty())
            QmitkDemonsRegistrationViewControls->setObjectName(QString::fromUtf8("QmitkDemonsRegistrationViewControls"));
        QmitkDemonsRegistrationViewControls->resize(271, 256);
        QmitkDemonsRegistrationViewControls->setMinimumSize(QSize(0, 0));
        verticalLayout_4 = new QVBoxLayout(QmitkDemonsRegistrationViewControls);
        verticalLayout_4->setSpacing(6);
        verticalLayout_4->setContentsMargins(11, 11, 11, 11);
        verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
        verticalLayout_4->setContentsMargins(0, 9, 0, 9);
        groupBox = new QGroupBox(QmitkDemonsRegistrationViewControls);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        QFont font;
        font.setBold(true);
        font.setWeight(75);
        groupBox->setFont(font);
        groupBox->setFlat(true);
        verticalLayout_3 = new QVBoxLayout(groupBox);
        verticalLayout_3->setSpacing(6);
        verticalLayout_3->setContentsMargins(0, 0, 0, 0);
        verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
        m_RegistrationSelection = new QComboBox(groupBox);
        m_RegistrationSelection->setObjectName(QString::fromUtf8("m_RegistrationSelection"));

        verticalLayout_3->addWidget(m_RegistrationSelection);


        verticalLayout_4->addWidget(groupBox);

        histogramMatchingBox_2 = new QGroupBox(QmitkDemonsRegistrationViewControls);
        histogramMatchingBox_2->setObjectName(QString::fromUtf8("histogramMatchingBox_2"));
        histogramMatchingBox_2->setFont(font);
        histogramMatchingBox_2->setFlat(true);
        verticalLayout = new QVBoxLayout(histogramMatchingBox_2);
        verticalLayout->setSpacing(6);
        verticalLayout->setContentsMargins(0, 0, 0, 0);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        _2 = new QHBoxLayout();
        _2->setSpacing(6);
        _2->setObjectName(QString::fromUtf8("_2"));
        _3 = new QVBoxLayout();
        _3->setSpacing(6);
        _3->setObjectName(QString::fromUtf8("_3"));
        useHistogramMatching = new QLabel(histogramMatchingBox_2);
        useHistogramMatching->setObjectName(QString::fromUtf8("useHistogramMatching"));
        QFont font1;
        font1.setBold(false);
        font1.setWeight(50);
        useHistogramMatching->setFont(font1);
        useHistogramMatching->setWordWrap(false);

        _3->addWidget(useHistogramMatching);

        numberOfHistogramLevels = new QLabel(histogramMatchingBox_2);
        numberOfHistogramLevels->setObjectName(QString::fromUtf8("numberOfHistogramLevels"));
        numberOfHistogramLevels->setFont(font1);
        numberOfHistogramLevels->setWordWrap(false);

        _3->addWidget(numberOfHistogramLevels);

        numberOfMatchPoints = new QLabel(histogramMatchingBox_2);
        numberOfMatchPoints->setObjectName(QString::fromUtf8("numberOfMatchPoints"));
        numberOfMatchPoints->setFont(font1);
        numberOfMatchPoints->setWordWrap(false);

        _3->addWidget(numberOfMatchPoints);

        thresholdAtMeanIntensity = new QLabel(histogramMatchingBox_2);
        thresholdAtMeanIntensity->setObjectName(QString::fromUtf8("thresholdAtMeanIntensity"));
        thresholdAtMeanIntensity->setFont(font1);
        thresholdAtMeanIntensity->setWordWrap(false);

        _3->addWidget(thresholdAtMeanIntensity);


        _2->addLayout(_3);

        _4 = new QVBoxLayout();
        _4->setSpacing(6);
        _4->setObjectName(QString::fromUtf8("_4"));
        m_UseHistogramMatching = new QCheckBox(histogramMatchingBox_2);
        m_UseHistogramMatching->setObjectName(QString::fromUtf8("m_UseHistogramMatching"));
        m_UseHistogramMatching->setFont(font1);
        m_UseHistogramMatching->setChecked(true);

        _4->addWidget(m_UseHistogramMatching);

        m_NumberOfHistogramLevels = new QLineEdit(histogramMatchingBox_2);
        m_NumberOfHistogramLevels->setObjectName(QString::fromUtf8("m_NumberOfHistogramLevels"));
        m_NumberOfHistogramLevels->setFont(font1);
        m_NumberOfHistogramLevels->setAlignment(Qt::AlignRight);

        _4->addWidget(m_NumberOfHistogramLevels);

        m_NumberOfMatchPoints = new QLineEdit(histogramMatchingBox_2);
        m_NumberOfMatchPoints->setObjectName(QString::fromUtf8("m_NumberOfMatchPoints"));
        m_NumberOfMatchPoints->setFont(font1);
        m_NumberOfMatchPoints->setAlignment(Qt::AlignRight);

        _4->addWidget(m_NumberOfMatchPoints);

        m_ThresholdAtMeanIntensity = new QCheckBox(histogramMatchingBox_2);
        m_ThresholdAtMeanIntensity->setObjectName(QString::fromUtf8("m_ThresholdAtMeanIntensity"));
        m_ThresholdAtMeanIntensity->setFont(font1);
        m_ThresholdAtMeanIntensity->setChecked(true);

        _4->addWidget(m_ThresholdAtMeanIntensity);


        _2->addLayout(_4);


        verticalLayout->addLayout(_2);


        verticalLayout_4->addWidget(histogramMatchingBox_2);

        demonsRegistrationBox_2 = new QGroupBox(QmitkDemonsRegistrationViewControls);
        demonsRegistrationBox_2->setObjectName(QString::fromUtf8("demonsRegistrationBox_2"));
        demonsRegistrationBox_2->setFont(font);
        demonsRegistrationBox_2->setFlat(true);
        verticalLayout_2 = new QVBoxLayout(demonsRegistrationBox_2);
        verticalLayout_2->setSpacing(6);
        verticalLayout_2->setContentsMargins(0, 0, 0, 0);
        verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
        _5 = new QHBoxLayout();
        _5->setSpacing(6);
        _5->setObjectName(QString::fromUtf8("_5"));
        _6 = new QVBoxLayout();
        _6->setSpacing(6);
        _6->setObjectName(QString::fromUtf8("_6"));
        iterationsLabel = new QLabel(demonsRegistrationBox_2);
        iterationsLabel->setObjectName(QString::fromUtf8("iterationsLabel"));
        iterationsLabel->setFont(font1);
        iterationsLabel->setWordWrap(false);

        _6->addWidget(iterationsLabel);

        standardDeviationLabel = new QLabel(demonsRegistrationBox_2);
        standardDeviationLabel->setObjectName(QString::fromUtf8("standardDeviationLabel"));
        standardDeviationLabel->setFont(font1);
        standardDeviationLabel->setWordWrap(false);

        _6->addWidget(standardDeviationLabel);


        _5->addLayout(_6);

        _7 = new QVBoxLayout();
        _7->setSpacing(6);
        _7->setObjectName(QString::fromUtf8("_7"));
        m_Iterations = new QLineEdit(demonsRegistrationBox_2);
        m_Iterations->setObjectName(QString::fromUtf8("m_Iterations"));
        QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(m_Iterations->sizePolicy().hasHeightForWidth());
        m_Iterations->setSizePolicy(sizePolicy);
        m_Iterations->setFont(font1);
        m_Iterations->setAlignment(Qt::AlignRight);

        _7->addWidget(m_Iterations);

        m_StandardDeviation = new QLineEdit(demonsRegistrationBox_2);
        m_StandardDeviation->setObjectName(QString::fromUtf8("m_StandardDeviation"));
        m_StandardDeviation->setFont(font1);
        m_StandardDeviation->setAlignment(Qt::AlignRight);

        _7->addWidget(m_StandardDeviation);


        _5->addLayout(_7);


        verticalLayout_2->addLayout(_5);


        verticalLayout_4->addWidget(demonsRegistrationBox_2);


        retranslateUi(QmitkDemonsRegistrationViewControls);

        QMetaObject::connectSlotsByName(QmitkDemonsRegistrationViewControls);
    } // setupUi

Member Data Documentation

Definition at line 42 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 43 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 48 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 55 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 56 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 59 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 53 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 37 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 40 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 57 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 58 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 44 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 41 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 54 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 38 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 36 of file ui_QmitkDemonsRegistrationViewControls.h.

Referenced by setupUi().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines