Public Member Functions | Public Attributes

Ui_QmitkRigidRegistrationViewControls Class Reference

#include <ui_QmitkRigidRegistrationViewControls.h>

Inheritance diagram for Ui_QmitkRigidRegistrationViewControls:
Inheritance graph
[legend]
Collaboration diagram for Ui_QmitkRigidRegistrationViewControls:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void setupUi (QWidget *QmitkRigidRegistrationViewControls)
void retranslateUi (QWidget *QmitkRigidRegistrationViewControls)

Public Attributes

QVBoxLayout * verticalLayout_11
QTabWidget * m_RigidTransform
QWidget * AutomaticRegistration
QVBoxLayout * verticalLayout_8
QFrame * frame4
QVBoxLayout * verticalLayout_9
QFrame * frame_3
QVBoxLayout * verticalLayout_7
QLabel * m_StatusLabel
QFormLayout * formLayout
QLabel * m_FixedLabel
QLabel * TextLabelFixed
QLabel * m_MovingLabel
QLabel * TextLabelMoving
QPushButton * m_SwitchImages
QCheckBox * m_UseFixedImageMask
QCheckBox * m_UseMovingImageMask
QHBoxLayout * _3
QLabel * m_OpacityLabel
QLabel * label
QSlider * m_OpacitySlider
QLabel * label_2
QmitkSliderNavigatorWidgettimeSlider
QCheckBox * m_ShowRedGreenValues
QVBoxLayout * verticalLayout_3
QPushButton * m_LoadRigidRegistrationParameter
QHBoxLayout * horizontalLayout_4
QPushButton * m_CalculateTransformation
QPushButton * m_StopOptimization
QFrame * frame_2
QVBoxLayout * verticalLayout_4
QHBoxLayout * horizontalLayout_5
QLabel * m_OptimizerValueLabel
QLCDNumber * m_OptimizerValueLCD
QHBoxLayout * horizontalLayout_2
QPushButton * m_UndoTransformation
QPushButton * m_RedoTransformation
QCheckBox * m_ManualRegistrationCheckbox
QFrame * m_ManualFrame
QVBoxLayout * verticalLayout_5
QPushButton * m_AutomaticTranslation
QGroupBox * interactiveTranslationBox
QVBoxLayout * verticalLayout_2
QHBoxLayout * _8
QVBoxLayout * _9
QLabel * xTranslationLabel
QLabel * yTranslationLabel
QLabel * zTranslationLabel
QVBoxLayout * _10
QSlider * m_XTransSlider
QSlider * m_YTransSlider
QSlider * m_ZTransSlider
QGroupBox * interactiveRotationBox
QVBoxLayout * verticalLayout_6
QHBoxLayout * _13
QVBoxLayout * _14
QLabel * xRotationLabel
QLabel * yRotationLabel
QLabel * zRotationLabel
QVBoxLayout * _15
QSlider * m_XRotSlider
QSlider * m_YRotSlider
QSlider * m_ZRotSlider
QGroupBox * interactiveScalingBox
QVBoxLayout * verticalLayout_10
QHBoxLayout * _16
QVBoxLayout * _17
QLabel * xScalingLabel
QLabel * yScalingLabel
QLabel * zScalingLabel
QVBoxLayout * _18
QSlider * m_XScaleSlider
QSlider * m_YScaleSlider
QSlider * m_ZScaleSlider
QSpacerItem * verticalSpacer
QWidget * AdvancedMode
QVBoxLayout * verticalLayout
QPushButton * m_LoadRigidRegistrationTestParameter
QFrame * frame
QmitkRigidRegistrationSelectorViewqmitkRigidRegistrationSelector1
QPushButton * m_SaveRigidRegistrationTestParameter
QPushButton * m_SaveRigidRegistrationParameter

Detailed Description

Definition at line 38 of file ui_QmitkRigidRegistrationViewControls.h.


Member Function Documentation

void Ui_QmitkRigidRegistrationViewControls::retranslateUi ( QWidget *  QmitkRigidRegistrationViewControls ) [inline]

Definition at line 705 of file ui_QmitkRigidRegistrationViewControls.h.

References AdvancedMode, AutomaticRegistration, interactiveRotationBox, interactiveScalingBox, interactiveTranslationBox, label, label_2, m_AutomaticTranslation, m_CalculateTransformation, m_FixedLabel, m_LoadRigidRegistrationParameter, m_LoadRigidRegistrationTestParameter, m_ManualRegistrationCheckbox, m_MovingLabel, m_OpacityLabel, m_OptimizerValueLabel, m_RedoTransformation, m_RigidTransform, m_SaveRigidRegistrationParameter, m_SaveRigidRegistrationTestParameter, m_ShowRedGreenValues, m_StatusLabel, m_StopOptimization, m_SwitchImages, m_UndoTransformation, m_UseFixedImageMask, m_UseMovingImageMask, m_XRotSlider, m_XScaleSlider, m_XTransSlider, TextLabelFixed, TextLabelMoving, xRotationLabel, xScalingLabel, xTranslationLabel, yRotationLabel, yScalingLabel, yTranslationLabel, zRotationLabel, zScalingLabel, and zTranslationLabel.

Referenced by setupUi().

    {
        QmitkRigidRegistrationViewControls->setWindowTitle(QApplication::translate("QmitkRigidRegistrationViewControls", "RigidRegistrationControls", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_StatusLabel->setToolTip(QString());
#endif // QT_NO_TOOLTIP
        m_StatusLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "You have to select two images from Data Manager using CTRL + left click!", 0, QApplication::UnicodeUTF8));
        m_FixedLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Fixed Image:", 0, QApplication::UnicodeUTF8));
        TextLabelFixed->setText(QString());
        m_MovingLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Moving Image :", 0, QApplication::UnicodeUTF8));
        TextLabelMoving->setText(QString());
        m_SwitchImages->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Switch fixed and moving image", 0, QApplication::UnicodeUTF8));
        m_UseFixedImageMask->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Use Fixed Image Mask", 0, QApplication::UnicodeUTF8));
        m_UseMovingImageMask->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Use Moving Image Mask", 0, QApplication::UnicodeUTF8));
        m_OpacityLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Moving Image Opacity:", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "0%", 0, QApplication::UnicodeUTF8));
        label_2->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "100%", 0, QApplication::UnicodeUTF8));
        m_ShowRedGreenValues->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Show Images Red/Green", 0, QApplication::UnicodeUTF8));
        m_LoadRigidRegistrationParameter->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Load Preset", 0, QApplication::UnicodeUTF8));
        m_CalculateTransformation->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Register", 0, QApplication::UnicodeUTF8));
        m_StopOptimization->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Stop", 0, QApplication::UnicodeUTF8));
        m_OptimizerValueLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Optimizer Value:", 0, QApplication::UnicodeUTF8));
        m_UndoTransformation->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Undo Transformation", 0, QApplication::UnicodeUTF8));
        m_RedoTransformation->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Redo Transformation", 0, QApplication::UnicodeUTF8));
        m_ManualRegistrationCheckbox->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Manual Registration", 0, QApplication::UnicodeUTF8));
        m_AutomaticTranslation->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Align Image Centers", 0, QApplication::UnicodeUTF8));
        interactiveTranslationBox->setTitle(QApplication::translate("QmitkRigidRegistrationViewControls", "Interactive Translations", 0, QApplication::UnicodeUTF8));
        xTranslationLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "x-Direction (Frontal):", 0, QApplication::UnicodeUTF8));
        yTranslationLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "y-Direction (Sagittal):", 0, QApplication::UnicodeUTF8));
        zTranslationLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "z-Direction (Transversal):", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_XTransSlider->setToolTip(QString());
#endif // QT_NO_TOOLTIP
        interactiveRotationBox->setTitle(QApplication::translate("QmitkRigidRegistrationViewControls", "Interactive Rotations", 0, QApplication::UnicodeUTF8));
        xRotationLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "x-Axis (Frontal):", 0, QApplication::UnicodeUTF8));
        yRotationLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "y-Axis (Sagittal):", 0, QApplication::UnicodeUTF8));
        zRotationLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "z-Axis (Transversal):", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_XRotSlider->setToolTip(QString());
#endif // QT_NO_TOOLTIP
        interactiveScalingBox->setTitle(QApplication::translate("QmitkRigidRegistrationViewControls", "Interactive Scaling", 0, QApplication::UnicodeUTF8));
        xScalingLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "x-Direction (Frontal):", 0, QApplication::UnicodeUTF8));
        yScalingLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "y-Direction (Sagittal):", 0, QApplication::UnicodeUTF8));
        zScalingLabel->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "z-Direction (Transversal):", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_XScaleSlider->setToolTip(QString());
#endif // QT_NO_TOOLTIP
        m_RigidTransform->setTabText(m_RigidTransform->indexOf(AutomaticRegistration), QApplication::translate("QmitkRigidRegistrationViewControls", "Automatic Registration", 0, QApplication::UnicodeUTF8));
        m_LoadRigidRegistrationTestParameter->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Load Testpresets", 0, QApplication::UnicodeUTF8));
        m_SaveRigidRegistrationTestParameter->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Save as Testpreset", 0, QApplication::UnicodeUTF8));
        m_SaveRigidRegistrationParameter->setText(QApplication::translate("QmitkRigidRegistrationViewControls", "Save as Preset", 0, QApplication::UnicodeUTF8));
        m_RigidTransform->setTabText(m_RigidTransform->indexOf(AdvancedMode), QApplication::translate("QmitkRigidRegistrationViewControls", "Advanced Mode", 0, QApplication::UnicodeUTF8));
    } // retranslateUi
void Ui_QmitkRigidRegistrationViewControls::setupUi ( QWidget *  QmitkRigidRegistrationViewControls ) [inline]

Definition at line 124 of file ui_QmitkRigidRegistrationViewControls.h.

References _10, _13, _14, _15, _16, _17, _18, _3, _8, _9, AdvancedMode, AutomaticRegistration, formLayout, frame, frame4, frame_2, frame_3, horizontalLayout_2, horizontalLayout_4, horizontalLayout_5, interactiveRotationBox, interactiveScalingBox, interactiveTranslationBox, label, label_2, m_AutomaticTranslation, m_CalculateTransformation, m_FixedLabel, m_LoadRigidRegistrationParameter, m_LoadRigidRegistrationTestParameter, m_ManualFrame, m_ManualRegistrationCheckbox, m_MovingLabel, m_OpacityLabel, m_OpacitySlider, m_OptimizerValueLabel, m_OptimizerValueLCD, m_RedoTransformation, m_RigidTransform, m_SaveRigidRegistrationParameter, m_SaveRigidRegistrationTestParameter, m_ShowRedGreenValues, m_StatusLabel, m_StopOptimization, m_SwitchImages, m_UndoTransformation, m_UseFixedImageMask, m_UseMovingImageMask, m_XRotSlider, m_XScaleSlider, m_XTransSlider, m_YRotSlider, m_YScaleSlider, m_YTransSlider, m_ZRotSlider, m_ZScaleSlider, m_ZTransSlider, qmitkRigidRegistrationSelector1, retranslateUi(), TextLabelFixed, TextLabelMoving, timeSlider, verticalLayout, verticalLayout_10, verticalLayout_11, verticalLayout_2, verticalLayout_3, verticalLayout_4, verticalLayout_5, verticalLayout_6, verticalLayout_7, verticalLayout_8, verticalLayout_9, verticalSpacer, xRotationLabel, xScalingLabel, xTranslationLabel, yRotationLabel, yScalingLabel, yTranslationLabel, zRotationLabel, zScalingLabel, and zTranslationLabel.

Referenced by QmitkRigidRegistrationView::CreateQtPartControl().

    {
        if (QmitkRigidRegistrationViewControls->objectName().isEmpty())
            QmitkRigidRegistrationViewControls->setObjectName(QString::fromUtf8("QmitkRigidRegistrationViewControls"));
        QmitkRigidRegistrationViewControls->resize(381, 720);
        QmitkRigidRegistrationViewControls->setMinimumSize(QSize(0, 0));
        verticalLayout_11 = new QVBoxLayout(QmitkRigidRegistrationViewControls);
        verticalLayout_11->setSpacing(0);
        verticalLayout_11->setContentsMargins(0, 0, 0, 0);
        verticalLayout_11->setObjectName(QString::fromUtf8("verticalLayout_11"));
        m_RigidTransform = new QTabWidget(QmitkRigidRegistrationViewControls);
        m_RigidTransform->setObjectName(QString::fromUtf8("m_RigidTransform"));
        m_RigidTransform->setTabPosition(QTabWidget::South);
        m_RigidTransform->setTabShape(QTabWidget::Triangular);
        m_RigidTransform->setElideMode(Qt::ElideNone);
        AutomaticRegistration = new QWidget();
        AutomaticRegistration->setObjectName(QString::fromUtf8("AutomaticRegistration"));
        verticalLayout_8 = new QVBoxLayout(AutomaticRegistration);
        verticalLayout_8->setSpacing(6);
        verticalLayout_8->setContentsMargins(11, 11, 11, 11);
        verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8"));
        frame4 = new QFrame(AutomaticRegistration);
        frame4->setObjectName(QString::fromUtf8("frame4"));
        frame4->setFrameShape(QFrame::StyledPanel);
        frame4->setFrameShadow(QFrame::Raised);
        verticalLayout_9 = new QVBoxLayout(frame4);
        verticalLayout_9->setSpacing(0);
        verticalLayout_9->setContentsMargins(0, 0, 0, 0);
        verticalLayout_9->setObjectName(QString::fromUtf8("verticalLayout_9"));
        frame_3 = new QFrame(frame4);
        frame_3->setObjectName(QString::fromUtf8("frame_3"));
        frame_3->setFrameShape(QFrame::StyledPanel);
        frame_3->setFrameShadow(QFrame::Raised);
        verticalLayout_7 = new QVBoxLayout(frame_3);
        verticalLayout_7->setSpacing(0);
        verticalLayout_7->setContentsMargins(0, 0, 0, 0);
        verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7"));
        m_StatusLabel = new QLabel(frame_3);
        m_StatusLabel->setObjectName(QString::fromUtf8("m_StatusLabel"));
        QPalette palette;
        QBrush brush(QColor(255, 0, 0, 255));
        brush.setStyle(Qt::SolidPattern);
        palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
        QBrush brush1(QColor(0, 0, 0, 255));
        brush1.setStyle(Qt::SolidPattern);
        palette.setBrush(QPalette::Active, QPalette::Text, brush1);
        palette.setBrush(QPalette::Active, QPalette::ButtonText, brush1);
        palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
        palette.setBrush(QPalette::Inactive, QPalette::Text, brush1);
        palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush1);
        QBrush brush2(QColor(118, 116, 108, 255));
        brush2.setStyle(Qt::SolidPattern);
        palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush2);
        palette.setBrush(QPalette::Disabled, QPalette::Text, brush2);
        palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush2);
        m_StatusLabel->setPalette(palette);
        QFont font;
        font.setPointSize(8);
        m_StatusLabel->setFont(font);

        verticalLayout_7->addWidget(m_StatusLabel);

        formLayout = new QFormLayout();
        formLayout->setSpacing(6);
        formLayout->setObjectName(QString::fromUtf8("formLayout"));
        formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
        m_FixedLabel = new QLabel(frame_3);
        m_FixedLabel->setObjectName(QString::fromUtf8("m_FixedLabel"));
        m_FixedLabel->setFont(font);

        formLayout->setWidget(0, QFormLayout::LabelRole, m_FixedLabel);

        TextLabelFixed = new QLabel(frame_3);
        TextLabelFixed->setObjectName(QString::fromUtf8("TextLabelFixed"));
        QFont font1;
        font1.setPointSize(10);
        TextLabelFixed->setFont(font1);
        TextLabelFixed->setWordWrap(false);

        formLayout->setWidget(0, QFormLayout::FieldRole, TextLabelFixed);

        m_MovingLabel = new QLabel(frame_3);
        m_MovingLabel->setObjectName(QString::fromUtf8("m_MovingLabel"));
        m_MovingLabel->setFont(font);

        formLayout->setWidget(2, QFormLayout::LabelRole, m_MovingLabel);

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

        formLayout->setWidget(2, QFormLayout::FieldRole, TextLabelMoving);

        m_SwitchImages = new QPushButton(frame_3);
        m_SwitchImages->setObjectName(QString::fromUtf8("m_SwitchImages"));

        formLayout->setWidget(4, QFormLayout::SpanningRole, m_SwitchImages);

        m_UseFixedImageMask = new QCheckBox(frame_3);
        m_UseFixedImageMask->setObjectName(QString::fromUtf8("m_UseFixedImageMask"));

        formLayout->setWidget(1, QFormLayout::LabelRole, m_UseFixedImageMask);

        m_UseMovingImageMask = new QCheckBox(frame_3);
        m_UseMovingImageMask->setObjectName(QString::fromUtf8("m_UseMovingImageMask"));

        formLayout->setWidget(3, QFormLayout::LabelRole, m_UseMovingImageMask);


        verticalLayout_7->addLayout(formLayout);

        _3 = new QHBoxLayout();
        _3->setSpacing(6);
        _3->setObjectName(QString::fromUtf8("_3"));
        m_OpacityLabel = new QLabel(frame_3);
        m_OpacityLabel->setObjectName(QString::fromUtf8("m_OpacityLabel"));
        m_OpacityLabel->setWordWrap(false);

        _3->addWidget(m_OpacityLabel);

        label = new QLabel(frame_3);
        label->setObjectName(QString::fromUtf8("label"));

        _3->addWidget(label);

        m_OpacitySlider = new QSlider(frame_3);
        m_OpacitySlider->setObjectName(QString::fromUtf8("m_OpacitySlider"));
        QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(m_OpacitySlider->sizePolicy().hasHeightForWidth());
        m_OpacitySlider->setSizePolicy(sizePolicy);
        m_OpacitySlider->setMaximum(100);
        m_OpacitySlider->setValue(50);
        m_OpacitySlider->setOrientation(Qt::Horizontal);

        _3->addWidget(m_OpacitySlider);

        label_2 = new QLabel(frame_3);
        label_2->setObjectName(QString::fromUtf8("label_2"));

        _3->addWidget(label_2);


        verticalLayout_7->addLayout(_3);

        timeSlider = new QmitkSliderNavigatorWidget(frame_3);
        timeSlider->setObjectName(QString::fromUtf8("timeSlider"));

        verticalLayout_7->addWidget(timeSlider);

        m_ShowRedGreenValues = new QCheckBox(frame_3);
        m_ShowRedGreenValues->setObjectName(QString::fromUtf8("m_ShowRedGreenValues"));
        QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
        sizePolicy1.setHorizontalStretch(0);
        sizePolicy1.setVerticalStretch(0);
        sizePolicy1.setHeightForWidth(m_ShowRedGreenValues->sizePolicy().hasHeightForWidth());
        m_ShowRedGreenValues->setSizePolicy(sizePolicy1);

        verticalLayout_7->addWidget(m_ShowRedGreenValues);

        verticalLayout_3 = new QVBoxLayout();
        verticalLayout_3->setSpacing(6);
        verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
        m_LoadRigidRegistrationParameter = new QPushButton(frame_3);
        m_LoadRigidRegistrationParameter->setObjectName(QString::fromUtf8("m_LoadRigidRegistrationParameter"));

        verticalLayout_3->addWidget(m_LoadRigidRegistrationParameter);


        verticalLayout_7->addLayout(verticalLayout_3);


        verticalLayout_9->addWidget(frame_3);

        horizontalLayout_4 = new QHBoxLayout();
        horizontalLayout_4->setSpacing(6);
        horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
        m_CalculateTransformation = new QPushButton(frame4);
        m_CalculateTransformation->setObjectName(QString::fromUtf8("m_CalculateTransformation"));
        m_CalculateTransformation->setEnabled(false);
        QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Fixed);
        sizePolicy2.setHorizontalStretch(0);
        sizePolicy2.setVerticalStretch(0);
        sizePolicy2.setHeightForWidth(m_CalculateTransformation->sizePolicy().hasHeightForWidth());
        m_CalculateTransformation->setSizePolicy(sizePolicy2);
        m_CalculateTransformation->setMinimumSize(QSize(0, 0));
        QIcon icon;
        icon.addFile(QString::fromUtf8(":/QmitkRigidRegistrationView/RigidRegistration.xpm"), QSize(), QIcon::Normal, QIcon::Off);
        m_CalculateTransformation->setIcon(icon);
        m_CalculateTransformation->setDefault(false);

        horizontalLayout_4->addWidget(m_CalculateTransformation);

        m_StopOptimization = new QPushButton(frame4);
        m_StopOptimization->setObjectName(QString::fromUtf8("m_StopOptimization"));
        m_StopOptimization->setEnabled(false);

        horizontalLayout_4->addWidget(m_StopOptimization);


        verticalLayout_9->addLayout(horizontalLayout_4);

        frame_2 = new QFrame(frame4);
        frame_2->setObjectName(QString::fromUtf8("frame_2"));
        frame_2->setFrameShape(QFrame::StyledPanel);
        frame_2->setFrameShadow(QFrame::Raised);
        verticalLayout_4 = new QVBoxLayout(frame_2);
        verticalLayout_4->setSpacing(6);
        verticalLayout_4->setContentsMargins(11, 11, 11, 11);
        verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
        horizontalLayout_5 = new QHBoxLayout();
        horizontalLayout_5->setSpacing(6);
        horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
        m_OptimizerValueLabel = new QLabel(frame_2);
        m_OptimizerValueLabel->setObjectName(QString::fromUtf8("m_OptimizerValueLabel"));
        m_OptimizerValueLabel->setWordWrap(false);

        horizontalLayout_5->addWidget(m_OptimizerValueLabel);

        m_OptimizerValueLCD = new QLCDNumber(frame_2);
        m_OptimizerValueLCD->setObjectName(QString::fromUtf8("m_OptimizerValueLCD"));
        m_OptimizerValueLCD->setFrameShadow(QFrame::Raised);
        m_OptimizerValueLCD->setNumDigits(10);
        m_OptimizerValueLCD->setSegmentStyle(QLCDNumber::Flat);

        horizontalLayout_5->addWidget(m_OptimizerValueLCD);


        verticalLayout_4->addLayout(horizontalLayout_5);

        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setSpacing(6);
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        m_UndoTransformation = new QPushButton(frame_2);
        m_UndoTransformation->setObjectName(QString::fromUtf8("m_UndoTransformation"));
        m_UndoTransformation->setEnabled(false);
        sizePolicy1.setHeightForWidth(m_UndoTransformation->sizePolicy().hasHeightForWidth());
        m_UndoTransformation->setSizePolicy(sizePolicy1);
        QIcon icon1;
        icon1.addFile(QString::fromUtf8(":/org.mitk.gui.qt.ext/edit-undo.png"), QSize(), QIcon::Normal, QIcon::Off);
        m_UndoTransformation->setIcon(icon1);

        horizontalLayout_2->addWidget(m_UndoTransformation);

        m_RedoTransformation = new QPushButton(frame_2);
        m_RedoTransformation->setObjectName(QString::fromUtf8("m_RedoTransformation"));
        m_RedoTransformation->setEnabled(false);
        sizePolicy1.setHeightForWidth(m_RedoTransformation->sizePolicy().hasHeightForWidth());
        m_RedoTransformation->setSizePolicy(sizePolicy1);
        QIcon icon2;
        icon2.addFile(QString::fromUtf8(":/org.mitk.gui.qt.ext/edit-redo.png"), QSize(), QIcon::Normal, QIcon::Off);
        m_RedoTransformation->setIcon(icon2);

        horizontalLayout_2->addWidget(m_RedoTransformation);


        verticalLayout_4->addLayout(horizontalLayout_2);

        m_ManualRegistrationCheckbox = new QCheckBox(frame_2);
        m_ManualRegistrationCheckbox->setObjectName(QString::fromUtf8("m_ManualRegistrationCheckbox"));

        verticalLayout_4->addWidget(m_ManualRegistrationCheckbox);

        m_ManualFrame = new QFrame(frame_2);
        m_ManualFrame->setObjectName(QString::fromUtf8("m_ManualFrame"));
        m_ManualFrame->setEnabled(true);
        m_ManualFrame->setFrameShape(QFrame::StyledPanel);
        m_ManualFrame->setFrameShadow(QFrame::Raised);
        verticalLayout_5 = new QVBoxLayout(m_ManualFrame);
        verticalLayout_5->setSpacing(6);
        verticalLayout_5->setContentsMargins(0, 0, 0, 0);
        verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
        m_AutomaticTranslation = new QPushButton(m_ManualFrame);
        m_AutomaticTranslation->setObjectName(QString::fromUtf8("m_AutomaticTranslation"));
        QFont font2;
        font2.setBold(false);
        font2.setWeight(50);
        m_AutomaticTranslation->setFont(font2);

        verticalLayout_5->addWidget(m_AutomaticTranslation);

        interactiveTranslationBox = new QGroupBox(m_ManualFrame);
        interactiveTranslationBox->setObjectName(QString::fromUtf8("interactiveTranslationBox"));
        QFont font3;
        font3.setBold(true);
        font3.setWeight(75);
        interactiveTranslationBox->setFont(font3);
        interactiveTranslationBox->setFlat(true);
        interactiveTranslationBox->setCheckable(false);
        verticalLayout_2 = new QVBoxLayout(interactiveTranslationBox);
        verticalLayout_2->setSpacing(6);
        verticalLayout_2->setContentsMargins(0, 0, 0, 0);
        verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
        _8 = new QHBoxLayout();
        _8->setSpacing(6);
        _8->setObjectName(QString::fromUtf8("_8"));
        _9 = new QVBoxLayout();
        _9->setSpacing(6);
        _9->setObjectName(QString::fromUtf8("_9"));
        xTranslationLabel = new QLabel(interactiveTranslationBox);
        xTranslationLabel->setObjectName(QString::fromUtf8("xTranslationLabel"));
        xTranslationLabel->setFont(font2);
        xTranslationLabel->setWordWrap(false);

        _9->addWidget(xTranslationLabel);

        yTranslationLabel = new QLabel(interactiveTranslationBox);
        yTranslationLabel->setObjectName(QString::fromUtf8("yTranslationLabel"));
        yTranslationLabel->setFont(font2);
        yTranslationLabel->setWordWrap(false);

        _9->addWidget(yTranslationLabel);

        zTranslationLabel = new QLabel(interactiveTranslationBox);
        zTranslationLabel->setObjectName(QString::fromUtf8("zTranslationLabel"));
        zTranslationLabel->setFont(font2);
        zTranslationLabel->setWordWrap(false);

        _9->addWidget(zTranslationLabel);


        _8->addLayout(_9);

        _10 = new QVBoxLayout();
        _10->setSpacing(6);
        _10->setObjectName(QString::fromUtf8("_10"));
        m_XTransSlider = new QSlider(interactiveTranslationBox);
        m_XTransSlider->setObjectName(QString::fromUtf8("m_XTransSlider"));
        m_XTransSlider->setCursor(QCursor(Qt::ArrowCursor));
        m_XTransSlider->setMinimum(-256);
        m_XTransSlider->setMaximum(256);
        m_XTransSlider->setOrientation(Qt::Horizontal);

        _10->addWidget(m_XTransSlider);

        m_YTransSlider = new QSlider(interactiveTranslationBox);
        m_YTransSlider->setObjectName(QString::fromUtf8("m_YTransSlider"));
        m_YTransSlider->setMinimum(-256);
        m_YTransSlider->setMaximum(256);
        m_YTransSlider->setOrientation(Qt::Horizontal);

        _10->addWidget(m_YTransSlider);

        m_ZTransSlider = new QSlider(interactiveTranslationBox);
        m_ZTransSlider->setObjectName(QString::fromUtf8("m_ZTransSlider"));
        m_ZTransSlider->setMinimum(-256);
        m_ZTransSlider->setMaximum(256);
        m_ZTransSlider->setOrientation(Qt::Horizontal);

        _10->addWidget(m_ZTransSlider);


        _8->addLayout(_10);


        verticalLayout_2->addLayout(_8);


        verticalLayout_5->addWidget(interactiveTranslationBox);

        interactiveRotationBox = new QGroupBox(m_ManualFrame);
        interactiveRotationBox->setObjectName(QString::fromUtf8("interactiveRotationBox"));
        interactiveRotationBox->setFont(font3);
        interactiveRotationBox->setFlat(true);
        verticalLayout_6 = new QVBoxLayout(interactiveRotationBox);
        verticalLayout_6->setSpacing(6);
        verticalLayout_6->setContentsMargins(0, 0, 0, 0);
        verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
        _13 = new QHBoxLayout();
        _13->setSpacing(6);
        _13->setObjectName(QString::fromUtf8("_13"));
        _14 = new QVBoxLayout();
        _14->setSpacing(6);
        _14->setObjectName(QString::fromUtf8("_14"));
        xRotationLabel = new QLabel(interactiveRotationBox);
        xRotationLabel->setObjectName(QString::fromUtf8("xRotationLabel"));
        xRotationLabel->setFont(font2);
        xRotationLabel->setWordWrap(false);

        _14->addWidget(xRotationLabel);

        yRotationLabel = new QLabel(interactiveRotationBox);
        yRotationLabel->setObjectName(QString::fromUtf8("yRotationLabel"));
        yRotationLabel->setFont(font2);
        yRotationLabel->setWordWrap(false);

        _14->addWidget(yRotationLabel);

        zRotationLabel = new QLabel(interactiveRotationBox);
        zRotationLabel->setObjectName(QString::fromUtf8("zRotationLabel"));
        zRotationLabel->setFont(font2);
        zRotationLabel->setWordWrap(false);

        _14->addWidget(zRotationLabel);


        _13->addLayout(_14);

        _15 = new QVBoxLayout();
        _15->setSpacing(6);
        _15->setObjectName(QString::fromUtf8("_15"));
        m_XRotSlider = new QSlider(interactiveRotationBox);
        m_XRotSlider->setObjectName(QString::fromUtf8("m_XRotSlider"));
        m_XRotSlider->setCursor(QCursor(Qt::ArrowCursor));
        m_XRotSlider->setMinimum(-20);
        m_XRotSlider->setMaximum(20);
        m_XRotSlider->setOrientation(Qt::Horizontal);

        _15->addWidget(m_XRotSlider);

        m_YRotSlider = new QSlider(interactiveRotationBox);
        m_YRotSlider->setObjectName(QString::fromUtf8("m_YRotSlider"));
        m_YRotSlider->setMinimum(-20);
        m_YRotSlider->setMaximum(20);
        m_YRotSlider->setOrientation(Qt::Horizontal);

        _15->addWidget(m_YRotSlider);

        m_ZRotSlider = new QSlider(interactiveRotationBox);
        m_ZRotSlider->setObjectName(QString::fromUtf8("m_ZRotSlider"));
        m_ZRotSlider->setMinimum(-20);
        m_ZRotSlider->setMaximum(20);
        m_ZRotSlider->setOrientation(Qt::Horizontal);

        _15->addWidget(m_ZRotSlider);


        _13->addLayout(_15);


        verticalLayout_6->addLayout(_13);


        verticalLayout_5->addWidget(interactiveRotationBox);

        interactiveScalingBox = new QGroupBox(m_ManualFrame);
        interactiveScalingBox->setObjectName(QString::fromUtf8("interactiveScalingBox"));
        interactiveScalingBox->setFont(font3);
        interactiveScalingBox->setFlat(true);
        verticalLayout_10 = new QVBoxLayout(interactiveScalingBox);
        verticalLayout_10->setSpacing(6);
        verticalLayout_10->setContentsMargins(0, 0, 0, 0);
        verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10"));
        _16 = new QHBoxLayout();
        _16->setSpacing(6);
        _16->setObjectName(QString::fromUtf8("_16"));
        _17 = new QVBoxLayout();
        _17->setSpacing(6);
        _17->setObjectName(QString::fromUtf8("_17"));
        xScalingLabel = new QLabel(interactiveScalingBox);
        xScalingLabel->setObjectName(QString::fromUtf8("xScalingLabel"));
        xScalingLabel->setFont(font2);
        xScalingLabel->setWordWrap(false);

        _17->addWidget(xScalingLabel);

        yScalingLabel = new QLabel(interactiveScalingBox);
        yScalingLabel->setObjectName(QString::fromUtf8("yScalingLabel"));
        yScalingLabel->setFont(font2);
        yScalingLabel->setWordWrap(false);

        _17->addWidget(yScalingLabel);

        zScalingLabel = new QLabel(interactiveScalingBox);
        zScalingLabel->setObjectName(QString::fromUtf8("zScalingLabel"));
        zScalingLabel->setFont(font2);
        zScalingLabel->setWordWrap(false);

        _17->addWidget(zScalingLabel);


        _16->addLayout(_17);

        _18 = new QVBoxLayout();
        _18->setSpacing(6);
        _18->setObjectName(QString::fromUtf8("_18"));
        m_XScaleSlider = new QSlider(interactiveScalingBox);
        m_XScaleSlider->setObjectName(QString::fromUtf8("m_XScaleSlider"));
        m_XScaleSlider->setCursor(QCursor(Qt::ArrowCursor));
        m_XScaleSlider->setMinimum(-20);
        m_XScaleSlider->setMaximum(20);
        m_XScaleSlider->setSingleStep(1);
        m_XScaleSlider->setPageStep(1);
        m_XScaleSlider->setOrientation(Qt::Horizontal);
        m_XScaleSlider->setInvertedAppearance(false);
        m_XScaleSlider->setTickPosition(QSlider::NoTicks);

        _18->addWidget(m_XScaleSlider);

        m_YScaleSlider = new QSlider(interactiveScalingBox);
        m_YScaleSlider->setObjectName(QString::fromUtf8("m_YScaleSlider"));
        m_YScaleSlider->setMinimum(-20);
        m_YScaleSlider->setMaximum(20);
        m_YScaleSlider->setPageStep(1);
        m_YScaleSlider->setOrientation(Qt::Horizontal);

        _18->addWidget(m_YScaleSlider);

        m_ZScaleSlider = new QSlider(interactiveScalingBox);
        m_ZScaleSlider->setObjectName(QString::fromUtf8("m_ZScaleSlider"));
        m_ZScaleSlider->setMinimum(-20);
        m_ZScaleSlider->setMaximum(20);
        m_ZScaleSlider->setPageStep(1);
        m_ZScaleSlider->setOrientation(Qt::Horizontal);

        _18->addWidget(m_ZScaleSlider);


        _16->addLayout(_18);


        verticalLayout_10->addLayout(_16);


        verticalLayout_5->addWidget(interactiveScalingBox);


        verticalLayout_4->addWidget(m_ManualFrame);

        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_4->addItem(verticalSpacer);


        verticalLayout_9->addWidget(frame_2);


        verticalLayout_8->addWidget(frame4);

        m_RigidTransform->addTab(AutomaticRegistration, QString());
        AdvancedMode = new QWidget();
        AdvancedMode->setObjectName(QString::fromUtf8("AdvancedMode"));
        verticalLayout = new QVBoxLayout(AdvancedMode);
        verticalLayout->setSpacing(6);
        verticalLayout->setContentsMargins(11, 11, 11, 11);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        m_LoadRigidRegistrationTestParameter = new QPushButton(AdvancedMode);
        m_LoadRigidRegistrationTestParameter->setObjectName(QString::fromUtf8("m_LoadRigidRegistrationTestParameter"));

        verticalLayout->addWidget(m_LoadRigidRegistrationTestParameter);

        frame = new QFrame(AdvancedMode);
        frame->setObjectName(QString::fromUtf8("frame"));
        frame->setFrameShape(QFrame::StyledPanel);
        frame->setFrameShadow(QFrame::Raised);
        qmitkRigidRegistrationSelector1 = new QmitkRigidRegistrationSelectorView(frame);
        qmitkRigidRegistrationSelector1->setObjectName(QString::fromUtf8("qmitkRigidRegistrationSelector1"));
        qmitkRigidRegistrationSelector1->setGeometry(QRect(10, 10, 505, 712));
        QSizePolicy sizePolicy3(QSizePolicy::Ignored, QSizePolicy::Ignored);
        sizePolicy3.setHorizontalStretch(0);
        sizePolicy3.setVerticalStretch(0);
        sizePolicy3.setHeightForWidth(qmitkRigidRegistrationSelector1->sizePolicy().hasHeightForWidth());
        qmitkRigidRegistrationSelector1->setSizePolicy(sizePolicy3);

        verticalLayout->addWidget(frame);

        m_SaveRigidRegistrationTestParameter = new QPushButton(AdvancedMode);
        m_SaveRigidRegistrationTestParameter->setObjectName(QString::fromUtf8("m_SaveRigidRegistrationTestParameter"));

        verticalLayout->addWidget(m_SaveRigidRegistrationTestParameter);

        m_SaveRigidRegistrationParameter = new QPushButton(AdvancedMode);
        m_SaveRigidRegistrationParameter->setObjectName(QString::fromUtf8("m_SaveRigidRegistrationParameter"));

        verticalLayout->addWidget(m_SaveRigidRegistrationParameter);

        m_RigidTransform->addTab(AdvancedMode, QString());

        verticalLayout_11->addWidget(m_RigidTransform);


        retranslateUi(QmitkRigidRegistrationViewControls);

        m_RigidTransform->setCurrentIndex(0);


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

Member Data Documentation

Definition at line 89 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 95 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 96 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 100 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 106 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 107 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 111 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 58 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 84 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 85 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 116 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 43 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 50 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 45 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 75 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 67 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 72 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 93 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 104 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 82 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 73 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 117 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 105 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 41 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 83 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 65 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 71 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 80 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 94 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 48 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 44 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 46 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 115 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by setupUi().

Definition at line 97 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 108 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 86 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 98 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 109 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 87 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 99 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 110 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 88 of file ui_QmitkRigidRegistrationViewControls.h.

Referenced by retranslateUi(), and setupUi().


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