Public Member Functions | Public Attributes

Ui_QmitkTensorReconstructionViewControls Class Reference

#include <ui_QmitkTensorReconstructionViewControls.h>

Inheritance diagram for Ui_QmitkTensorReconstructionViewControls:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void setupUi (QWidget *QmitkTensorReconstructionViewControls)
void retranslateUi (QWidget *QmitkTensorReconstructionViewControls)

Public Attributes

QVBoxLayout * verticalLayout_3
QGroupBox * groupBox_2
QVBoxLayout * verticalLayout
QCheckBox * m_Advanced1
QFrame * frame
QFormLayout * formLayout
QLabel * m_TensorReconstructionNumberThreadsLabel_2
QSpinBox * m_TensorReconstructionNumberThreadsSpinbox
QLabel * m_TensorReconstructionThresholdLabel_2
QLineEdit * m_TensorReconstructionThreasholdEdit
QFrame * m_TensorReconstructionNumberThreadsFrame_2
QCommandLinkButton * m_ItkReconstruction
QGroupBox * groupBox
QVBoxLayout * verticalLayout_4
QFrame * m_TensorsToDWIFrame
QFormLayout * formLayout_3
QLabel * m_TensorsToDWIBValueLabel
QLineEdit * m_TensorsToDWIBValueEdit
QLabel * m_TensorsToDWINumDirsLabel
QComboBox * m_TensorsToDWINumDirsSelect
QCommandLinkButton * m_TensorsToDWIButton
QCheckBox * m_TeemToggle
QGroupBox * groupBox_3
QVBoxLayout * verticalLayout_2
QCheckBox * m_Advanced2
QFrame * frame_2
QFormLayout * formLayout_2
QLabel * m_TensorEstimationTeemNumItsLabel_2
QSpinBox * m_TensorEstimationTeemNumItsSpin
QLabel * m_TensorEstimationTeemFuzzyLabel
QLineEdit * m_TensorEstimationTeemFuzzyEdit
QLabel * m_TensorEstimationTeemMinValLabel_2
QLabel * m_TensorEstimationTeemSigmaLabel_2
QLineEdit * m_TensorEstimationTeemMinValEdit
QLineEdit * m_TensorEstimationTeemSigmaEdit
QComboBox * m_TensorEstimationTeemEstimationMethodCombo
QLabel * label
QCheckBox * m_TensorEstimationManualThreashold
QLineEdit * m_TensorReconstructionThreasholdEdit_2
QCommandLinkButton * m_TeemReconstruction
QSpacerItem * verticalSpacer

Detailed Description

Definition at line 33 of file ui_QmitkTensorReconstructionViewControls.h.


Member Function Documentation

void Ui_QmitkTensorReconstructionViewControls::retranslateUi ( QWidget *  QmitkTensorReconstructionViewControls ) [inline]

Definition at line 336 of file ui_QmitkTensorReconstructionViewControls.h.

References groupBox, groupBox_2, groupBox_3, label, m_Advanced1, m_Advanced2, m_ItkReconstruction, m_TeemReconstruction, m_TeemToggle, m_TensorEstimationManualThreashold, m_TensorEstimationTeemFuzzyEdit, m_TensorEstimationTeemFuzzyLabel, m_TensorEstimationTeemMinValEdit, m_TensorEstimationTeemMinValLabel_2, m_TensorEstimationTeemNumItsLabel_2, m_TensorEstimationTeemSigmaEdit, m_TensorEstimationTeemSigmaLabel_2, m_TensorReconstructionNumberThreadsLabel_2, m_TensorReconstructionThreasholdEdit, m_TensorReconstructionThreasholdEdit_2, m_TensorReconstructionThresholdLabel_2, m_TensorsToDWIButton, m_TensorsToDWIBValueEdit, m_TensorsToDWIBValueLabel, m_TensorsToDWINumDirsLabel, and m_TensorsToDWINumDirsSelect.

Referenced by setupUi().

    {
        QmitkTensorReconstructionViewControls->setWindowTitle(QApplication::translate("QmitkTensorReconstructionViewControls", "QmitkTensorReconstructionViewControls", 0, QApplication::UnicodeUTF8));
        groupBox_2->setTitle(QApplication::translate("QmitkTensorReconstructionViewControls", "ITK Reconstruction", 0, QApplication::UnicodeUTF8));
        m_Advanced1->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Advanced Settings", 0, QApplication::UnicodeUTF8));
        m_TensorReconstructionNumberThreadsLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Number of Threads", 0, QApplication::UnicodeUTF8));
        m_TensorReconstructionThresholdLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "B0 Threshold", 0, QApplication::UnicodeUTF8));
        m_TensorReconstructionThreasholdEdit->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "0", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_ItkReconstruction->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)", "sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_ItkReconstruction->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)", "sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
        m_ItkReconstruction->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "ITK Tensor Reconstruction", 0, QApplication::UnicodeUTF8));
        groupBox->setTitle(QApplication::translate("QmitkTensorReconstructionViewControls", "Estimate Diffusion Image from Tensors", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_TensorsToDWIBValueLabel->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_TensorsToDWIBValueLabel->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
        m_TensorsToDWIBValueLabel->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
        m_TensorsToDWIBValueLabel->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "B-Value", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_TensorsToDWIBValueEdit->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_TensorsToDWIBValueEdit->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
        m_TensorsToDWIBValueEdit->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
        m_TensorsToDWINumDirsLabel->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "# Gradient Directions", 0, QApplication::UnicodeUTF8));
        m_TensorsToDWINumDirsSelect->clear();
        m_TensorsToDWINumDirsSelect->insertItems(0, QStringList()
         << QApplication::translate("QmitkTensorReconstructionViewControls", "12", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkTensorReconstructionViewControls", "42", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkTensorReconstructionViewControls", "92", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkTensorReconstructionViewControls", "162", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkTensorReconstructionViewControls", "252", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkTensorReconstructionViewControls", "362", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkTensorReconstructionViewControls", "492", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkTensorReconstructionViewControls", "642", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkTensorReconstructionViewControls", "812", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkTensorReconstructionViewControls", "1002", 0, QApplication::UnicodeUTF8)
        );
#ifndef QT_NO_TOOLTIP
        m_TensorsToDWIButton->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)", "sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_TensorsToDWIButton->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)", "sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
        m_TensorsToDWIButton->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Diffusion Image Estimation", 0, QApplication::UnicodeUTF8));
        m_TeemToggle->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Teem Reconstruction", 0, QApplication::UnicodeUTF8));
        groupBox_3->setTitle(QApplication::translate("QmitkTensorReconstructionViewControls", "Teem Reconstruction", 0, QApplication::UnicodeUTF8));
        m_Advanced2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Advanced Settings", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_TensorEstimationTeemNumItsLabel_2->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "important in case of method wls", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        m_TensorEstimationTeemNumItsLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "# Iterations ", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_TensorEstimationTeemFuzzyLabel->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_TensorEstimationTeemFuzzyLabel->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
        m_TensorEstimationTeemFuzzyLabel->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
        m_TensorEstimationTeemFuzzyLabel->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Fuzzy confidence", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_TensorEstimationTeemFuzzyEdit->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_TensorEstimationTeemFuzzyEdit->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
        m_TensorEstimationTeemFuzzyEdit->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", "how fuzzy the confidence boundary should be. By default, confidence boundary is perfectly sharp (float); default: \"0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
#ifndef QT_NO_TOOLTIP
        m_TensorEstimationTeemMinValLabel_2->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_TensorEstimationTeemMinValLabel_2->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
        m_TensorEstimationTeemMinValLabel_2->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
        m_TensorEstimationTeemMinValLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Min plausible value", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_TensorEstimationTeemSigmaLabel_2->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_TensorEstimationTeemSigmaLabel_2->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
        m_TensorEstimationTeemSigmaLabel_2->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
        m_TensorEstimationTeemSigmaLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Sigma", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_TensorEstimationTeemMinValEdit->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_TensorEstimationTeemMinValEdit->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
        m_TensorEstimationTeemMinValEdit->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", "minimum plausible value (especially important for linear least squares estimation) (double); default: \"1.0\"", QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
#ifndef QT_NO_TOOLTIP
        m_TensorEstimationTeemSigmaEdit->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_STATUSTIP
        m_TensorEstimationTeemSigmaEdit->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
#ifndef QT_NO_WHATSTHIS
        m_TensorEstimationTeemSigmaEdit->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
#endif // QT_NO_WHATSTHIS
        label->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Method", 0, QApplication::UnicodeUTF8));
        m_TensorEstimationManualThreashold->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "B0-Threshold", 0, QApplication::UnicodeUTF8));
        m_TensorReconstructionThreasholdEdit_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "0", 0, QApplication::UnicodeUTF8));
        m_TeemReconstruction->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Teem Tensor Reconstruction", 0, QApplication::UnicodeUTF8));
    } // retranslateUi
void Ui_QmitkTensorReconstructionViewControls::setupUi ( QWidget *  QmitkTensorReconstructionViewControls ) [inline]

Definition at line 78 of file ui_QmitkTensorReconstructionViewControls.h.

References formLayout, formLayout_2, formLayout_3, frame, frame_2, groupBox, groupBox_2, groupBox_3, label, m_Advanced1, m_Advanced2, m_ItkReconstruction, m_TeemReconstruction, m_TeemToggle, m_TensorEstimationManualThreashold, m_TensorEstimationTeemEstimationMethodCombo, m_TensorEstimationTeemFuzzyEdit, m_TensorEstimationTeemFuzzyLabel, m_TensorEstimationTeemMinValEdit, m_TensorEstimationTeemMinValLabel_2, m_TensorEstimationTeemNumItsLabel_2, m_TensorEstimationTeemNumItsSpin, m_TensorEstimationTeemSigmaEdit, m_TensorEstimationTeemSigmaLabel_2, m_TensorReconstructionNumberThreadsFrame_2, m_TensorReconstructionNumberThreadsLabel_2, m_TensorReconstructionNumberThreadsSpinbox, m_TensorReconstructionThreasholdEdit, m_TensorReconstructionThreasholdEdit_2, m_TensorReconstructionThresholdLabel_2, m_TensorsToDWIButton, m_TensorsToDWIBValueEdit, m_TensorsToDWIBValueLabel, m_TensorsToDWIFrame, m_TensorsToDWINumDirsLabel, m_TensorsToDWINumDirsSelect, retranslateUi(), verticalLayout, verticalLayout_2, verticalLayout_3, verticalLayout_4, and verticalSpacer.

Referenced by QmitkTensorReconstructionView::CreateQtPartControl().

    {
        if (QmitkTensorReconstructionViewControls->objectName().isEmpty())
            QmitkTensorReconstructionViewControls->setObjectName(QString::fromUtf8("QmitkTensorReconstructionViewControls"));
        QmitkTensorReconstructionViewControls->resize(267, 662);
        QmitkTensorReconstructionViewControls->setMinimumSize(QSize(0, 0));
        QmitkTensorReconstructionViewControls->setAcceptDrops(true);
        verticalLayout_3 = new QVBoxLayout(QmitkTensorReconstructionViewControls);
        verticalLayout_3->setSpacing(6);
        verticalLayout_3->setContentsMargins(11, 11, 11, 11);
        verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
        groupBox_2 = new QGroupBox(QmitkTensorReconstructionViewControls);
        groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
        verticalLayout = new QVBoxLayout(groupBox_2);
        verticalLayout->setSpacing(6);
        verticalLayout->setContentsMargins(11, 11, 11, 11);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        m_Advanced1 = new QCheckBox(groupBox_2);
        m_Advanced1->setObjectName(QString::fromUtf8("m_Advanced1"));
        m_Advanced1->setChecked(false);

        verticalLayout->addWidget(m_Advanced1);

        frame = new QFrame(groupBox_2);
        frame->setObjectName(QString::fromUtf8("frame"));
        frame->setFrameShape(QFrame::StyledPanel);
        frame->setFrameShadow(QFrame::Raised);
        formLayout = new QFormLayout(frame);
        formLayout->setSpacing(6);
        formLayout->setContentsMargins(11, 11, 11, 11);
        formLayout->setObjectName(QString::fromUtf8("formLayout"));
        m_TensorReconstructionNumberThreadsLabel_2 = new QLabel(frame);
        m_TensorReconstructionNumberThreadsLabel_2->setObjectName(QString::fromUtf8("m_TensorReconstructionNumberThreadsLabel_2"));
        m_TensorReconstructionNumberThreadsLabel_2->setWordWrap(false);

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

        m_TensorReconstructionNumberThreadsSpinbox = new QSpinBox(frame);
        m_TensorReconstructionNumberThreadsSpinbox->setObjectName(QString::fromUtf8("m_TensorReconstructionNumberThreadsSpinbox"));
        m_TensorReconstructionNumberThreadsSpinbox->setValue(4);

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

        m_TensorReconstructionThresholdLabel_2 = new QLabel(frame);
        m_TensorReconstructionThresholdLabel_2->setObjectName(QString::fromUtf8("m_TensorReconstructionThresholdLabel_2"));
        m_TensorReconstructionThresholdLabel_2->setWordWrap(false);

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

        m_TensorReconstructionThreasholdEdit = new QLineEdit(frame);
        m_TensorReconstructionThreasholdEdit->setObjectName(QString::fromUtf8("m_TensorReconstructionThreasholdEdit"));

        formLayout->setWidget(1, QFormLayout::FieldRole, m_TensorReconstructionThreasholdEdit);


        verticalLayout->addWidget(frame);

        m_TensorReconstructionNumberThreadsFrame_2 = new QFrame(groupBox_2);
        m_TensorReconstructionNumberThreadsFrame_2->setObjectName(QString::fromUtf8("m_TensorReconstructionNumberThreadsFrame_2"));
        m_TensorReconstructionNumberThreadsFrame_2->setFrameShape(QFrame::StyledPanel);
        m_TensorReconstructionNumberThreadsFrame_2->setFrameShadow(QFrame::Raised);

        verticalLayout->addWidget(m_TensorReconstructionNumberThreadsFrame_2);

        m_ItkReconstruction = new QCommandLinkButton(groupBox_2);
        m_ItkReconstruction->setObjectName(QString::fromUtf8("m_ItkReconstruction"));
        m_ItkReconstruction->setEnabled(false);
#ifndef QT_NO_WHATSTHIS
        m_ItkReconstruction->setWhatsThis(QString::fromUtf8("sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)"));
#endif // QT_NO_WHATSTHIS

        verticalLayout->addWidget(m_ItkReconstruction);


        verticalLayout_3->addWidget(groupBox_2);

        groupBox = new QGroupBox(QmitkTensorReconstructionViewControls);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        verticalLayout_4 = new QVBoxLayout(groupBox);
        verticalLayout_4->setSpacing(6);
        verticalLayout_4->setContentsMargins(11, 11, 11, 11);
        verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
        m_TensorsToDWIFrame = new QFrame(groupBox);
        m_TensorsToDWIFrame->setObjectName(QString::fromUtf8("m_TensorsToDWIFrame"));
        m_TensorsToDWIFrame->setFrameShape(QFrame::StyledPanel);
        m_TensorsToDWIFrame->setFrameShadow(QFrame::Raised);
        formLayout_3 = new QFormLayout(m_TensorsToDWIFrame);
        formLayout_3->setSpacing(6);
        formLayout_3->setContentsMargins(9, 9, 9, 9);
        formLayout_3->setObjectName(QString::fromUtf8("formLayout_3"));
        formLayout_3->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
        formLayout_3->setHorizontalSpacing(6);
        formLayout_3->setVerticalSpacing(6);
        m_TensorsToDWIBValueLabel = new QLabel(m_TensorsToDWIFrame);
        m_TensorsToDWIBValueLabel->setObjectName(QString::fromUtf8("m_TensorsToDWIBValueLabel"));
        m_TensorsToDWIBValueLabel->setWordWrap(false);

        formLayout_3->setWidget(0, QFormLayout::LabelRole, m_TensorsToDWIBValueLabel);

        m_TensorsToDWIBValueEdit = new QLineEdit(m_TensorsToDWIFrame);
        m_TensorsToDWIBValueEdit->setObjectName(QString::fromUtf8("m_TensorsToDWIBValueEdit"));
        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(m_TensorsToDWIBValueEdit->sizePolicy().hasHeightForWidth());
        m_TensorsToDWIBValueEdit->setSizePolicy(sizePolicy);

        formLayout_3->setWidget(0, QFormLayout::FieldRole, m_TensorsToDWIBValueEdit);

        m_TensorsToDWINumDirsLabel = new QLabel(m_TensorsToDWIFrame);
        m_TensorsToDWINumDirsLabel->setObjectName(QString::fromUtf8("m_TensorsToDWINumDirsLabel"));

        formLayout_3->setWidget(1, QFormLayout::LabelRole, m_TensorsToDWINumDirsLabel);

        m_TensorsToDWINumDirsSelect = new QComboBox(m_TensorsToDWIFrame);
        m_TensorsToDWINumDirsSelect->setObjectName(QString::fromUtf8("m_TensorsToDWINumDirsSelect"));

        formLayout_3->setWidget(1, QFormLayout::FieldRole, m_TensorsToDWINumDirsSelect);


        verticalLayout_4->addWidget(m_TensorsToDWIFrame);

        m_TensorsToDWIButton = new QCommandLinkButton(groupBox);
        m_TensorsToDWIButton->setObjectName(QString::fromUtf8("m_TensorsToDWIButton"));
        m_TensorsToDWIButton->setEnabled(false);
#ifndef QT_NO_WHATSTHIS
        m_TensorsToDWIButton->setWhatsThis(QString::fromUtf8("sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)"));
#endif // QT_NO_WHATSTHIS

        verticalLayout_4->addWidget(m_TensorsToDWIButton);


        verticalLayout_3->addWidget(groupBox);

        m_TeemToggle = new QCheckBox(QmitkTensorReconstructionViewControls);
        m_TeemToggle->setObjectName(QString::fromUtf8("m_TeemToggle"));

        verticalLayout_3->addWidget(m_TeemToggle);

        groupBox_3 = new QGroupBox(QmitkTensorReconstructionViewControls);
        groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
        verticalLayout_2 = new QVBoxLayout(groupBox_3);
        verticalLayout_2->setSpacing(6);
        verticalLayout_2->setContentsMargins(11, 11, 11, 11);
        verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
        m_Advanced2 = new QCheckBox(groupBox_3);
        m_Advanced2->setObjectName(QString::fromUtf8("m_Advanced2"));

        verticalLayout_2->addWidget(m_Advanced2);

        frame_2 = new QFrame(groupBox_3);
        frame_2->setObjectName(QString::fromUtf8("frame_2"));
        frame_2->setFrameShape(QFrame::StyledPanel);
        frame_2->setFrameShadow(QFrame::Raised);
        formLayout_2 = new QFormLayout(frame_2);
        formLayout_2->setSpacing(6);
        formLayout_2->setContentsMargins(11, 11, 11, 11);
        formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
        formLayout_2->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
        m_TensorEstimationTeemNumItsLabel_2 = new QLabel(frame_2);
        m_TensorEstimationTeemNumItsLabel_2->setObjectName(QString::fromUtf8("m_TensorEstimationTeemNumItsLabel_2"));
        m_TensorEstimationTeemNumItsLabel_2->setWordWrap(false);

        formLayout_2->setWidget(3, QFormLayout::LabelRole, m_TensorEstimationTeemNumItsLabel_2);

        m_TensorEstimationTeemNumItsSpin = new QSpinBox(frame_2);
        m_TensorEstimationTeemNumItsSpin->setObjectName(QString::fromUtf8("m_TensorEstimationTeemNumItsSpin"));

        formLayout_2->setWidget(3, QFormLayout::FieldRole, m_TensorEstimationTeemNumItsSpin);

        m_TensorEstimationTeemFuzzyLabel = new QLabel(frame_2);
        m_TensorEstimationTeemFuzzyLabel->setObjectName(QString::fromUtf8("m_TensorEstimationTeemFuzzyLabel"));
        m_TensorEstimationTeemFuzzyLabel->setWordWrap(false);

        formLayout_2->setWidget(4, QFormLayout::LabelRole, m_TensorEstimationTeemFuzzyLabel);

        m_TensorEstimationTeemFuzzyEdit = new QLineEdit(frame_2);
        m_TensorEstimationTeemFuzzyEdit->setObjectName(QString::fromUtf8("m_TensorEstimationTeemFuzzyEdit"));
        sizePolicy.setHeightForWidth(m_TensorEstimationTeemFuzzyEdit->sizePolicy().hasHeightForWidth());
        m_TensorEstimationTeemFuzzyEdit->setSizePolicy(sizePolicy);

        formLayout_2->setWidget(4, QFormLayout::FieldRole, m_TensorEstimationTeemFuzzyEdit);

        m_TensorEstimationTeemMinValLabel_2 = new QLabel(frame_2);
        m_TensorEstimationTeemMinValLabel_2->setObjectName(QString::fromUtf8("m_TensorEstimationTeemMinValLabel_2"));
        m_TensorEstimationTeemMinValLabel_2->setWordWrap(false);

        formLayout_2->setWidget(5, QFormLayout::LabelRole, m_TensorEstimationTeemMinValLabel_2);

        m_TensorEstimationTeemSigmaLabel_2 = new QLabel(frame_2);
        m_TensorEstimationTeemSigmaLabel_2->setObjectName(QString::fromUtf8("m_TensorEstimationTeemSigmaLabel_2"));
        m_TensorEstimationTeemSigmaLabel_2->setWordWrap(false);

        formLayout_2->setWidget(6, QFormLayout::LabelRole, m_TensorEstimationTeemSigmaLabel_2);

        m_TensorEstimationTeemMinValEdit = new QLineEdit(frame_2);
        m_TensorEstimationTeemMinValEdit->setObjectName(QString::fromUtf8("m_TensorEstimationTeemMinValEdit"));
        QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed);
        sizePolicy1.setHorizontalStretch(0);
        sizePolicy1.setVerticalStretch(0);
        sizePolicy1.setHeightForWidth(m_TensorEstimationTeemMinValEdit->sizePolicy().hasHeightForWidth());
        m_TensorEstimationTeemMinValEdit->setSizePolicy(sizePolicy1);

        formLayout_2->setWidget(5, QFormLayout::FieldRole, m_TensorEstimationTeemMinValEdit);

        m_TensorEstimationTeemSigmaEdit = new QLineEdit(frame_2);
        m_TensorEstimationTeemSigmaEdit->setObjectName(QString::fromUtf8("m_TensorEstimationTeemSigmaEdit"));
        sizePolicy1.setHeightForWidth(m_TensorEstimationTeemSigmaEdit->sizePolicy().hasHeightForWidth());
        m_TensorEstimationTeemSigmaEdit->setSizePolicy(sizePolicy1);

        formLayout_2->setWidget(6, QFormLayout::FieldRole, m_TensorEstimationTeemSigmaEdit);

        m_TensorEstimationTeemEstimationMethodCombo = new QComboBox(frame_2);
        m_TensorEstimationTeemEstimationMethodCombo->setObjectName(QString::fromUtf8("m_TensorEstimationTeemEstimationMethodCombo"));

        formLayout_2->setWidget(2, QFormLayout::FieldRole, m_TensorEstimationTeemEstimationMethodCombo);

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

        formLayout_2->setWidget(2, QFormLayout::LabelRole, label);

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

        formLayout_2->setWidget(1, QFormLayout::LabelRole, m_TensorEstimationManualThreashold);

        m_TensorReconstructionThreasholdEdit_2 = new QLineEdit(frame_2);
        m_TensorReconstructionThreasholdEdit_2->setObjectName(QString::fromUtf8("m_TensorReconstructionThreasholdEdit_2"));
        m_TensorReconstructionThreasholdEdit_2->setEnabled(false);

        formLayout_2->setWidget(1, QFormLayout::FieldRole, m_TensorReconstructionThreasholdEdit_2);


        verticalLayout_2->addWidget(frame_2);

        m_TeemReconstruction = new QCommandLinkButton(groupBox_3);
        m_TeemReconstruction->setObjectName(QString::fromUtf8("m_TeemReconstruction"));
        m_TeemReconstruction->setEnabled(false);

        verticalLayout_2->addWidget(m_TeemReconstruction);


        verticalLayout_3->addWidget(groupBox_3);

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

        verticalLayout_3->addItem(verticalSpacer);


        retranslateUi(QmitkTensorReconstructionViewControls);

        m_TensorsToDWINumDirsSelect->setCurrentIndex(3);


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

Member Data Documentation

Definition at line 41 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by setupUi().

Definition at line 62 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by setupUi().

Definition at line 51 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by setupUi().

Definition at line 48 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 37 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 72 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 65 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 67 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 68 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 46 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by setupUi().

Definition at line 42 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 45 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 44 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 52 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 50 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by setupUi().

Definition at line 54 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 55 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 38 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by setupUi().

Definition at line 59 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by setupUi().

Definition at line 36 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by setupUi().

Definition at line 49 of file ui_QmitkTensorReconstructionViewControls.h.

Referenced by setupUi().

Definition at line 76 of file ui_QmitkTensorReconstructionViewControls.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