00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKQBALLRECONSTRUCTIONVIEWCONTROLS_H
00011 #define UI_QMITKQBALLRECONSTRUCTIONVIEWCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QComboBox>
00019 #include <QtGui/QCommandLinkButton>
00020 #include <QtGui/QFormLayout>
00021 #include <QtGui/QFrame>
00022 #include <QtGui/QGroupBox>
00023 #include <QtGui/QHeaderView>
00024 #include <QtGui/QLabel>
00025 #include <QtGui/QLineEdit>
00026 #include <QtGui/QSpacerItem>
00027 #include <QtGui/QSpinBox>
00028 #include <QtGui/QVBoxLayout>
00029 #include <QtGui/QWidget>
00030
00031 QT_BEGIN_NAMESPACE
00032
00033 class Ui_QmitkQBallReconstructionViewControls
00034 {
00035 public:
00036 QVBoxLayout *verticalLayout_3;
00037 QGroupBox *groupBox_3;
00038 QVBoxLayout *verticalLayout;
00039 QCheckBox *m_AdvancedCheckbox;
00040 QFrame *frame_2;
00041 QFormLayout *formLayout;
00042 QLabel *m_QBallReconstructionThresholdLabel_2;
00043 QLineEdit *m_QBallReconstructionThreasholdEdit;
00044 QCheckBox *m_OutputB0Image;
00045 QLabel *m_QBallReconstructionNumberThreadsLabel_2;
00046 QSpinBox *m_QBallReconstructionNumberThreadsSpinbox;
00047 QLabel *label_2;
00048 QLabel *m_QBallReconstructionMaxLLevelTextLabel_2;
00049 QComboBox *m_QBallReconstructionMaxLLevelComboBox;
00050 QLabel *m_QBallReconstructionLambdaTextLabel_2;
00051 QLineEdit *m_QBallReconstructionLambdaLineEdit;
00052 QComboBox *m_QBallReconstructionMethodComboBox;
00053 QLabel *m_Description;
00054 QCommandLinkButton *m_ButtonStandard;
00055 QSpacerItem *verticalSpacer;
00056
00057 void setupUi(QWidget *QmitkQBallReconstructionViewControls)
00058 {
00059 if (QmitkQBallReconstructionViewControls->objectName().isEmpty())
00060 QmitkQBallReconstructionViewControls->setObjectName(QString::fromUtf8("QmitkQBallReconstructionViewControls"));
00061 QmitkQBallReconstructionViewControls->resize(350, 385);
00062 QmitkQBallReconstructionViewControls->setMinimumSize(QSize(0, 0));
00063 QmitkQBallReconstructionViewControls->setAcceptDrops(true);
00064 verticalLayout_3 = new QVBoxLayout(QmitkQBallReconstructionViewControls);
00065 verticalLayout_3->setSpacing(6);
00066 verticalLayout_3->setContentsMargins(11, 11, 11, 11);
00067 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00068 groupBox_3 = new QGroupBox(QmitkQBallReconstructionViewControls);
00069 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00070 verticalLayout = new QVBoxLayout(groupBox_3);
00071 verticalLayout->setSpacing(6);
00072 verticalLayout->setContentsMargins(11, 11, 11, 11);
00073 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00074 m_AdvancedCheckbox = new QCheckBox(groupBox_3);
00075 m_AdvancedCheckbox->setObjectName(QString::fromUtf8("m_AdvancedCheckbox"));
00076
00077 verticalLayout->addWidget(m_AdvancedCheckbox);
00078
00079 frame_2 = new QFrame(groupBox_3);
00080 frame_2->setObjectName(QString::fromUtf8("frame_2"));
00081 frame_2->setFrameShape(QFrame::StyledPanel);
00082 frame_2->setFrameShadow(QFrame::Raised);
00083 formLayout = new QFormLayout(frame_2);
00084 formLayout->setSpacing(6);
00085 formLayout->setContentsMargins(11, 11, 11, 11);
00086 formLayout->setObjectName(QString::fromUtf8("formLayout"));
00087 formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
00088 m_QBallReconstructionThresholdLabel_2 = new QLabel(frame_2);
00089 m_QBallReconstructionThresholdLabel_2->setObjectName(QString::fromUtf8("m_QBallReconstructionThresholdLabel_2"));
00090 m_QBallReconstructionThresholdLabel_2->setEnabled(true);
00091 m_QBallReconstructionThresholdLabel_2->setWordWrap(false);
00092
00093 formLayout->setWidget(0, QFormLayout::LabelRole, m_QBallReconstructionThresholdLabel_2);
00094
00095 m_QBallReconstructionThreasholdEdit = new QLineEdit(frame_2);
00096 m_QBallReconstructionThreasholdEdit->setObjectName(QString::fromUtf8("m_QBallReconstructionThreasholdEdit"));
00097 m_QBallReconstructionThreasholdEdit->setEnabled(true);
00098
00099 formLayout->setWidget(0, QFormLayout::FieldRole, m_QBallReconstructionThreasholdEdit);
00100
00101 m_OutputB0Image = new QCheckBox(frame_2);
00102 m_OutputB0Image->setObjectName(QString::fromUtf8("m_OutputB0Image"));
00103 m_OutputB0Image->setEnabled(true);
00104
00105 formLayout->setWidget(1, QFormLayout::LabelRole, m_OutputB0Image);
00106
00107 m_QBallReconstructionNumberThreadsLabel_2 = new QLabel(frame_2);
00108 m_QBallReconstructionNumberThreadsLabel_2->setObjectName(QString::fromUtf8("m_QBallReconstructionNumberThreadsLabel_2"));
00109 m_QBallReconstructionNumberThreadsLabel_2->setEnabled(true);
00110 m_QBallReconstructionNumberThreadsLabel_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00111 m_QBallReconstructionNumberThreadsLabel_2->setWordWrap(false);
00112
00113 formLayout->setWidget(2, QFormLayout::LabelRole, m_QBallReconstructionNumberThreadsLabel_2);
00114
00115 m_QBallReconstructionNumberThreadsSpinbox = new QSpinBox(frame_2);
00116 m_QBallReconstructionNumberThreadsSpinbox->setObjectName(QString::fromUtf8("m_QBallReconstructionNumberThreadsSpinbox"));
00117 m_QBallReconstructionNumberThreadsSpinbox->setEnabled(true);
00118 m_QBallReconstructionNumberThreadsSpinbox->setValue(4);
00119
00120 formLayout->setWidget(2, QFormLayout::FieldRole, m_QBallReconstructionNumberThreadsSpinbox);
00121
00122 label_2 = new QLabel(frame_2);
00123 label_2->setObjectName(QString::fromUtf8("label_2"));
00124 label_2->setEnabled(true);
00125
00126 formLayout->setWidget(3, QFormLayout::LabelRole, label_2);
00127
00128 m_QBallReconstructionMaxLLevelTextLabel_2 = new QLabel(frame_2);
00129 m_QBallReconstructionMaxLLevelTextLabel_2->setObjectName(QString::fromUtf8("m_QBallReconstructionMaxLLevelTextLabel_2"));
00130 m_QBallReconstructionMaxLLevelTextLabel_2->setEnabled(true);
00131 m_QBallReconstructionMaxLLevelTextLabel_2->setWordWrap(false);
00132
00133 formLayout->setWidget(4, QFormLayout::LabelRole, m_QBallReconstructionMaxLLevelTextLabel_2);
00134
00135 m_QBallReconstructionMaxLLevelComboBox = new QComboBox(frame_2);
00136 m_QBallReconstructionMaxLLevelComboBox->setObjectName(QString::fromUtf8("m_QBallReconstructionMaxLLevelComboBox"));
00137 m_QBallReconstructionMaxLLevelComboBox->setEnabled(true);
00138
00139 formLayout->setWidget(4, QFormLayout::FieldRole, m_QBallReconstructionMaxLLevelComboBox);
00140
00141 m_QBallReconstructionLambdaTextLabel_2 = new QLabel(frame_2);
00142 m_QBallReconstructionLambdaTextLabel_2->setObjectName(QString::fromUtf8("m_QBallReconstructionLambdaTextLabel_2"));
00143 m_QBallReconstructionLambdaTextLabel_2->setEnabled(true);
00144 m_QBallReconstructionLambdaTextLabel_2->setWordWrap(false);
00145
00146 formLayout->setWidget(5, QFormLayout::LabelRole, m_QBallReconstructionLambdaTextLabel_2);
00147
00148 m_QBallReconstructionLambdaLineEdit = new QLineEdit(frame_2);
00149 m_QBallReconstructionLambdaLineEdit->setObjectName(QString::fromUtf8("m_QBallReconstructionLambdaLineEdit"));
00150 m_QBallReconstructionLambdaLineEdit->setEnabled(true);
00151
00152 formLayout->setWidget(5, QFormLayout::FieldRole, m_QBallReconstructionLambdaLineEdit);
00153
00154
00155 verticalLayout->addWidget(frame_2);
00156
00157 m_QBallReconstructionMethodComboBox = new QComboBox(groupBox_3);
00158 m_QBallReconstructionMethodComboBox->setObjectName(QString::fromUtf8("m_QBallReconstructionMethodComboBox"));
00159
00160 verticalLayout->addWidget(m_QBallReconstructionMethodComboBox);
00161
00162 m_Description = new QLabel(groupBox_3);
00163 m_Description->setObjectName(QString::fromUtf8("m_Description"));
00164
00165 verticalLayout->addWidget(m_Description);
00166
00167 m_ButtonStandard = new QCommandLinkButton(groupBox_3);
00168 m_ButtonStandard->setObjectName(QString::fromUtf8("m_ButtonStandard"));
00169 m_ButtonStandard->setEnabled(false);
00170 #ifndef QT_NO_WHATSTHIS
00171 m_ButtonStandard->setWhatsThis(QString::fromUtf8("sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)"));
00172 #endif // QT_NO_WHATSTHIS
00173
00174 verticalLayout->addWidget(m_ButtonStandard);
00175
00176
00177 verticalLayout_3->addWidget(groupBox_3);
00178
00179 verticalSpacer = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);
00180
00181 verticalLayout_3->addItem(verticalSpacer);
00182
00183
00184 retranslateUi(QmitkQBallReconstructionViewControls);
00185
00186 m_QBallReconstructionMaxLLevelComboBox->setCurrentIndex(-1);
00187 m_QBallReconstructionMethodComboBox->setCurrentIndex(1);
00188
00189
00190 QMetaObject::connectSlotsByName(QmitkQBallReconstructionViewControls);
00191 }
00192
00193 void retranslateUi(QWidget *QmitkQBallReconstructionViewControls)
00194 {
00195 QmitkQBallReconstructionViewControls->setWindowTitle(QApplication::translate("QmitkQBallReconstructionViewControls", "QmitkQBallReconstructionViewControls", 0, QApplication::UnicodeUTF8));
00196 groupBox_3->setTitle(QApplication::translate("QmitkQBallReconstructionViewControls", "Reconstruction", 0, QApplication::UnicodeUTF8));
00197 m_AdvancedCheckbox->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Advanced Settings", 0, QApplication::UnicodeUTF8));
00198 m_QBallReconstructionThresholdLabel_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "B0 Threshold", 0, QApplication::UnicodeUTF8));
00199 m_QBallReconstructionThreasholdEdit->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "0", 0, QApplication::UnicodeUTF8));
00200 m_OutputB0Image->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Output B0-Image", 0, QApplication::UnicodeUTF8));
00201 m_QBallReconstructionNumberThreadsLabel_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Number of Threads", 0, QApplication::UnicodeUTF8));
00202 label_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Spherical Harmonics:", 0, QApplication::UnicodeUTF8));
00203 m_QBallReconstructionMaxLLevelTextLabel_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Maximum l-Level", 0, QApplication::UnicodeUTF8));
00204 #ifndef QT_NO_TOOLTIP
00205 m_QBallReconstructionLambdaTextLabel_2->setToolTip(QApplication::translate("QmitkQBallReconstructionViewControls", "Regularization Parameter", 0, QApplication::UnicodeUTF8));
00206 #endif // QT_NO_TOOLTIP
00207 m_QBallReconstructionLambdaTextLabel_2->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Lambda", 0, QApplication::UnicodeUTF8));
00208 m_QBallReconstructionLambdaLineEdit->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "0.006", 0, QApplication::UnicodeUTF8));
00209 m_QBallReconstructionMethodComboBox->clear();
00210 m_QBallReconstructionMethodComboBox->insertItems(0, QStringList()
00211 << QApplication::translate("QmitkQBallReconstructionViewControls", "Numerical", 0, QApplication::UnicodeUTF8)
00212 << QApplication::translate("QmitkQBallReconstructionViewControls", "Standard (SH)", 0, QApplication::UnicodeUTF8)
00213 << QApplication::translate("QmitkQBallReconstructionViewControls", "Solid Angle (SH)", 0, QApplication::UnicodeUTF8)
00214 << QApplication::translate("QmitkQBallReconstructionViewControls", "Constraint Solid Angle (SH)", 0, QApplication::UnicodeUTF8)
00215 << QApplication::translate("QmitkQBallReconstructionViewControls", "ADC-Profile only (SH)", 0, QApplication::UnicodeUTF8)
00216 << QApplication::translate("QmitkQBallReconstructionViewControls", "Raw Signal only (SH)", 0, QApplication::UnicodeUTF8)
00217 );
00218 m_Description->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "TextLabel", 0, QApplication::UnicodeUTF8));
00219 #ifndef QT_NO_TOOLTIP
00220 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));
00221 #endif // QT_NO_TOOLTIP
00222 #ifndef QT_NO_STATUSTIP
00223 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));
00224 #endif // QT_NO_STATUSTIP
00225 m_ButtonStandard->setText(QApplication::translate("QmitkQBallReconstructionViewControls", "Start Reconstruction", 0, QApplication::UnicodeUTF8));
00226 }
00227
00228 };
00229
00230 namespace Ui {
00231 class QmitkQBallReconstructionViewControls: public Ui_QmitkQBallReconstructionViewControls {};
00232 }
00233
00234 QT_END_NAMESPACE
00235
00236 #endif // UI_QMITKQBALLRECONSTRUCTIONVIEWCONTROLS_H