#include <ui_QmitkQBallReconstructionViewControls.h>
Public Member Functions | |
void | setupUi (QWidget *QmitkQBallReconstructionViewControls) |
void | retranslateUi (QWidget *QmitkQBallReconstructionViewControls) |
Public Attributes | |
QVBoxLayout * | verticalLayout_3 |
QGroupBox * | groupBox_3 |
QVBoxLayout * | verticalLayout |
QCheckBox * | m_AdvancedCheckbox |
QFrame * | frame_2 |
QFormLayout * | formLayout |
QLabel * | m_QBallReconstructionThresholdLabel_2 |
QLineEdit * | m_QBallReconstructionThreasholdEdit |
QCheckBox * | m_OutputB0Image |
QLabel * | m_QBallReconstructionNumberThreadsLabel_2 |
QSpinBox * | m_QBallReconstructionNumberThreadsSpinbox |
QLabel * | label_2 |
QLabel * | m_QBallReconstructionMaxLLevelTextLabel_2 |
QComboBox * | m_QBallReconstructionMaxLLevelComboBox |
QLabel * | m_QBallReconstructionLambdaTextLabel_2 |
QLineEdit * | m_QBallReconstructionLambdaLineEdit |
QComboBox * | m_QBallReconstructionMethodComboBox |
QLabel * | m_Description |
QCommandLinkButton * | m_ButtonStandard |
QSpacerItem * | verticalSpacer |
Definition at line 33 of file ui_QmitkQBallReconstructionViewControls.h.
void Ui_QmitkQBallReconstructionViewControls::retranslateUi | ( | QWidget * | QmitkQBallReconstructionViewControls ) | [inline] |
Definition at line 193 of file ui_QmitkQBallReconstructionViewControls.h.
References groupBox_3, label_2, m_AdvancedCheckbox, m_ButtonStandard, m_Description, m_OutputB0Image, m_QBallReconstructionLambdaLineEdit, m_QBallReconstructionLambdaTextLabel_2, m_QBallReconstructionMaxLLevelTextLabel_2, m_QBallReconstructionMethodComboBox, m_QBallReconstructionNumberThreadsLabel_2, m_QBallReconstructionThreasholdEdit, and m_QBallReconstructionThresholdLabel_2.
Referenced by setupUi().
{ QmitkQBallReconstructionViewControls->setWindowTitle(QApplication::translate("QmitkQBallReconstructionViewControls", "QmitkQBallReconstructionViewControls", 0, QApplication::UnicodeUTF8)); groupBox_3->setTitle(QApplication::translate("QmitkQBallReconstructionViewControls", "Reconstruction", 0, QApplication::UnicodeUTF8)); m_AdvancedCheckbox->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Advanced Settings", 0, QApplication::UnicodeUTF8)); m_QBallReconstructionThresholdLabel_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "B0 Threshold", 0, QApplication::UnicodeUTF8)); m_QBallReconstructionThreasholdEdit->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "0", 0, QApplication::UnicodeUTF8)); m_OutputB0Image->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Output B0-Image", 0, QApplication::UnicodeUTF8)); m_QBallReconstructionNumberThreadsLabel_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Number of Threads", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Spherical Harmonics:", 0, QApplication::UnicodeUTF8)); m_QBallReconstructionMaxLLevelTextLabel_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Maximum l-Level", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP m_QBallReconstructionLambdaTextLabel_2->setToolTip(QApplication::translate("QmitkQBallReconstructionViewControls", "Regularization Parameter", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP m_QBallReconstructionLambdaTextLabel_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Lambda", 0, QApplication::UnicodeUTF8)); m_QBallReconstructionLambdaLineEdit->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "0.006", 0, QApplication::UnicodeUTF8)); m_QBallReconstructionMethodComboBox->clear(); m_QBallReconstructionMethodComboBox->insertItems(0, QStringList() << QApplication::translate("QmitkQBallReconstructionViewControls", "Numerical", 0, QApplication::UnicodeUTF8) << QApplication::translate("QmitkQBallReconstructionViewControls", "Standard (SH)", 0, QApplication::UnicodeUTF8) << QApplication::translate("QmitkQBallReconstructionViewControls", "Solid Angle (SH)", 0, QApplication::UnicodeUTF8) << QApplication::translate("QmitkQBallReconstructionViewControls", "Constraint Solid Angle (SH)", 0, QApplication::UnicodeUTF8) << QApplication::translate("QmitkQBallReconstructionViewControls", "ADC-Profile only (SH)", 0, QApplication::UnicodeUTF8) << QApplication::translate("QmitkQBallReconstructionViewControls", "Raw Signal only (SH)", 0, QApplication::UnicodeUTF8) ); m_Description->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "TextLabel", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP m_ButtonStandard->setToolTip(QApplication::translate("QmitkQBallReconstructionViewControls", "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_ButtonStandard->setStatusTip(QApplication::translate("QmitkQBallReconstructionViewControls", "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_ButtonStandard->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Start Reconstruction", 0, QApplication::UnicodeUTF8)); } // retranslateUi
void Ui_QmitkQBallReconstructionViewControls::setupUi | ( | QWidget * | QmitkQBallReconstructionViewControls ) | [inline] |
Definition at line 57 of file ui_QmitkQBallReconstructionViewControls.h.
References formLayout, frame_2, groupBox_3, label_2, m_AdvancedCheckbox, m_ButtonStandard, m_Description, m_OutputB0Image, m_QBallReconstructionLambdaLineEdit, m_QBallReconstructionLambdaTextLabel_2, m_QBallReconstructionMaxLLevelComboBox, m_QBallReconstructionMaxLLevelTextLabel_2, m_QBallReconstructionMethodComboBox, m_QBallReconstructionNumberThreadsLabel_2, m_QBallReconstructionNumberThreadsSpinbox, m_QBallReconstructionThreasholdEdit, m_QBallReconstructionThresholdLabel_2, retranslateUi(), verticalLayout, verticalLayout_3, and verticalSpacer.
Referenced by QmitkQBallReconstructionView::CreateQtPartControl().
{ if (QmitkQBallReconstructionViewControls->objectName().isEmpty()) QmitkQBallReconstructionViewControls->setObjectName(QString::fromUtf8("QmitkQBallReconstructionViewControls")); QmitkQBallReconstructionViewControls->resize(350, 385); QmitkQBallReconstructionViewControls->setMinimumSize(QSize(0, 0)); QmitkQBallReconstructionViewControls->setAcceptDrops(true); verticalLayout_3 = new QVBoxLayout(QmitkQBallReconstructionViewControls); verticalLayout_3->setSpacing(6); verticalLayout_3->setContentsMargins(11, 11, 11, 11); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); groupBox_3 = new QGroupBox(QmitkQBallReconstructionViewControls); groupBox_3->setObjectName(QString::fromUtf8("groupBox_3")); verticalLayout = new QVBoxLayout(groupBox_3); verticalLayout->setSpacing(6); verticalLayout->setContentsMargins(11, 11, 11, 11); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); m_AdvancedCheckbox = new QCheckBox(groupBox_3); m_AdvancedCheckbox->setObjectName(QString::fromUtf8("m_AdvancedCheckbox")); verticalLayout->addWidget(m_AdvancedCheckbox); frame_2 = new QFrame(groupBox_3); frame_2->setObjectName(QString::fromUtf8("frame_2")); frame_2->setFrameShape(QFrame::StyledPanel); frame_2->setFrameShadow(QFrame::Raised); formLayout = new QFormLayout(frame_2); formLayout->setSpacing(6); formLayout->setContentsMargins(11, 11, 11, 11); formLayout->setObjectName(QString::fromUtf8("formLayout")); formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow); m_QBallReconstructionThresholdLabel_2 = new QLabel(frame_2); m_QBallReconstructionThresholdLabel_2->setObjectName(QString::fromUtf8("m_QBallReconstructionThresholdLabel_2")); m_QBallReconstructionThresholdLabel_2->setEnabled(true); m_QBallReconstructionThresholdLabel_2->setWordWrap(false); formLayout->setWidget(0, QFormLayout::LabelRole, m_QBallReconstructionThresholdLabel_2); m_QBallReconstructionThreasholdEdit = new QLineEdit(frame_2); m_QBallReconstructionThreasholdEdit->setObjectName(QString::fromUtf8("m_QBallReconstructionThreasholdEdit")); m_QBallReconstructionThreasholdEdit->setEnabled(true); formLayout->setWidget(0, QFormLayout::FieldRole, m_QBallReconstructionThreasholdEdit); m_OutputB0Image = new QCheckBox(frame_2); m_OutputB0Image->setObjectName(QString::fromUtf8("m_OutputB0Image")); m_OutputB0Image->setEnabled(true); formLayout->setWidget(1, QFormLayout::LabelRole, m_OutputB0Image); m_QBallReconstructionNumberThreadsLabel_2 = new QLabel(frame_2); m_QBallReconstructionNumberThreadsLabel_2->setObjectName(QString::fromUtf8("m_QBallReconstructionNumberThreadsLabel_2")); m_QBallReconstructionNumberThreadsLabel_2->setEnabled(true); m_QBallReconstructionNumberThreadsLabel_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); m_QBallReconstructionNumberThreadsLabel_2->setWordWrap(false); formLayout->setWidget(2, QFormLayout::LabelRole, m_QBallReconstructionNumberThreadsLabel_2); m_QBallReconstructionNumberThreadsSpinbox = new QSpinBox(frame_2); m_QBallReconstructionNumberThreadsSpinbox->setObjectName(QString::fromUtf8("m_QBallReconstructionNumberThreadsSpinbox")); m_QBallReconstructionNumberThreadsSpinbox->setEnabled(true); m_QBallReconstructionNumberThreadsSpinbox->setValue(4); formLayout->setWidget(2, QFormLayout::FieldRole, m_QBallReconstructionNumberThreadsSpinbox); label_2 = new QLabel(frame_2); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setEnabled(true); formLayout->setWidget(3, QFormLayout::LabelRole, label_2); m_QBallReconstructionMaxLLevelTextLabel_2 = new QLabel(frame_2); m_QBallReconstructionMaxLLevelTextLabel_2->setObjectName(QString::fromUtf8("m_QBallReconstructionMaxLLevelTextLabel_2")); m_QBallReconstructionMaxLLevelTextLabel_2->setEnabled(true); m_QBallReconstructionMaxLLevelTextLabel_2->setWordWrap(false); formLayout->setWidget(4, QFormLayout::LabelRole, m_QBallReconstructionMaxLLevelTextLabel_2); m_QBallReconstructionMaxLLevelComboBox = new QComboBox(frame_2); m_QBallReconstructionMaxLLevelComboBox->setObjectName(QString::fromUtf8("m_QBallReconstructionMaxLLevelComboBox")); m_QBallReconstructionMaxLLevelComboBox->setEnabled(true); formLayout->setWidget(4, QFormLayout::FieldRole, m_QBallReconstructionMaxLLevelComboBox); m_QBallReconstructionLambdaTextLabel_2 = new QLabel(frame_2); m_QBallReconstructionLambdaTextLabel_2->setObjectName(QString::fromUtf8("m_QBallReconstructionLambdaTextLabel_2")); m_QBallReconstructionLambdaTextLabel_2->setEnabled(true); m_QBallReconstructionLambdaTextLabel_2->setWordWrap(false); formLayout->setWidget(5, QFormLayout::LabelRole, m_QBallReconstructionLambdaTextLabel_2); m_QBallReconstructionLambdaLineEdit = new QLineEdit(frame_2); m_QBallReconstructionLambdaLineEdit->setObjectName(QString::fromUtf8("m_QBallReconstructionLambdaLineEdit")); m_QBallReconstructionLambdaLineEdit->setEnabled(true); formLayout->setWidget(5, QFormLayout::FieldRole, m_QBallReconstructionLambdaLineEdit); verticalLayout->addWidget(frame_2); m_QBallReconstructionMethodComboBox = new QComboBox(groupBox_3); m_QBallReconstructionMethodComboBox->setObjectName(QString::fromUtf8("m_QBallReconstructionMethodComboBox")); verticalLayout->addWidget(m_QBallReconstructionMethodComboBox); m_Description = new QLabel(groupBox_3); m_Description->setObjectName(QString::fromUtf8("m_Description")); verticalLayout->addWidget(m_Description); m_ButtonStandard = new QCommandLinkButton(groupBox_3); m_ButtonStandard->setObjectName(QString::fromUtf8("m_ButtonStandard")); m_ButtonStandard->setEnabled(false); #ifndef QT_NO_WHATSTHIS m_ButtonStandard->setWhatsThis(QString::fromUtf8("sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)")); #endif // QT_NO_WHATSTHIS verticalLayout->addWidget(m_ButtonStandard); verticalLayout_3->addWidget(groupBox_3); verticalSpacer = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout_3->addItem(verticalSpacer); retranslateUi(QmitkQBallReconstructionViewControls); m_QBallReconstructionMaxLLevelComboBox->setCurrentIndex(-1); m_QBallReconstructionMethodComboBox->setCurrentIndex(1); QMetaObject::connectSlotsByName(QmitkQBallReconstructionViewControls); } // setupUi
QFormLayout* Ui_QmitkQBallReconstructionViewControls::formLayout |
Definition at line 41 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by setupUi().
Definition at line 40 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), and setupUi().
Definition at line 37 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 47 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), retranslateUi(), and setupUi().
Definition at line 39 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::CreateConnections(), retranslateUi(), and setupUi().
QCommandLinkButton* Ui_QmitkQBallReconstructionViewControls::m_ButtonStandard |
Definition at line 54 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::CreateConnections(), retranslateUi(), and setupUi().
Definition at line 53 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::CreateQtPartControl(), QmitkQBallReconstructionView::MethodChoosen(), retranslateUi(), and setupUi().
Definition at line 44 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), retranslateUi(), setupUi(), and QmitkQBallReconstructionView::TemplatedAnalyticalQBallReconstruction().
Definition at line 51 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), QmitkQBallReconstructionView::AnalyticalQBallReconstruction(), retranslateUi(), and setupUi().
Definition at line 50 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), retranslateUi(), and setupUi().
Definition at line 49 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), QmitkQBallReconstructionView::AnalyticalQBallReconstruction(), QmitkQBallReconstructionView::CreateQtPartControl(), and setupUi().
Definition at line 48 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), retranslateUi(), and setupUi().
Definition at line 52 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::CreateConnections(), QmitkQBallReconstructionView::CreateQtPartControl(), QmitkQBallReconstructionView::ReconstructStandard(), retranslateUi(), and setupUi().
Definition at line 45 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), retranslateUi(), and setupUi().
Definition at line 43 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), retranslateUi(), setupUi(), and QmitkQBallReconstructionView::TemplatedAnalyticalQBallReconstruction().
Definition at line 42 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by QmitkQBallReconstructionView::AdvancedCheckboxClicked(), retranslateUi(), and setupUi().
Definition at line 38 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by setupUi().
Definition at line 36 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by setupUi().
Definition at line 55 of file ui_QmitkQBallReconstructionViewControls.h.
Referenced by setupUi().