00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKTENSORRECONSTRUCTIONVIEWCONTROLS_H
00011 #define UI_QMITKTENSORRECONSTRUCTIONVIEWCONTROLS_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_QmitkTensorReconstructionViewControls
00034 {
00035 public:
00036 QVBoxLayout *verticalLayout_3;
00037 QGroupBox *groupBox_2;
00038 QVBoxLayout *verticalLayout;
00039 QCheckBox *m_Advanced1;
00040 QFrame *frame;
00041 QFormLayout *formLayout;
00042 QLabel *m_TensorReconstructionNumberThreadsLabel_2;
00043 QSpinBox *m_TensorReconstructionNumberThreadsSpinbox;
00044 QLabel *m_TensorReconstructionThresholdLabel_2;
00045 QLineEdit *m_TensorReconstructionThreasholdEdit;
00046 QFrame *m_TensorReconstructionNumberThreadsFrame_2;
00047 QCommandLinkButton *m_ItkReconstruction;
00048 QGroupBox *groupBox;
00049 QVBoxLayout *verticalLayout_4;
00050 QFrame *m_TensorsToDWIFrame;
00051 QFormLayout *formLayout_3;
00052 QLabel *m_TensorsToDWIBValueLabel;
00053 QLineEdit *m_TensorsToDWIBValueEdit;
00054 QLabel *m_TensorsToDWINumDirsLabel;
00055 QComboBox *m_TensorsToDWINumDirsSelect;
00056 QCommandLinkButton *m_TensorsToDWIButton;
00057 QCheckBox *m_TeemToggle;
00058 QGroupBox *groupBox_3;
00059 QVBoxLayout *verticalLayout_2;
00060 QCheckBox *m_Advanced2;
00061 QFrame *frame_2;
00062 QFormLayout *formLayout_2;
00063 QLabel *m_TensorEstimationTeemNumItsLabel_2;
00064 QSpinBox *m_TensorEstimationTeemNumItsSpin;
00065 QLabel *m_TensorEstimationTeemFuzzyLabel;
00066 QLineEdit *m_TensorEstimationTeemFuzzyEdit;
00067 QLabel *m_TensorEstimationTeemMinValLabel_2;
00068 QLabel *m_TensorEstimationTeemSigmaLabel_2;
00069 QLineEdit *m_TensorEstimationTeemMinValEdit;
00070 QLineEdit *m_TensorEstimationTeemSigmaEdit;
00071 QComboBox *m_TensorEstimationTeemEstimationMethodCombo;
00072 QLabel *label;
00073 QCheckBox *m_TensorEstimationManualThreashold;
00074 QLineEdit *m_TensorReconstructionThreasholdEdit_2;
00075 QCommandLinkButton *m_TeemReconstruction;
00076 QSpacerItem *verticalSpacer;
00077
00078 void setupUi(QWidget *QmitkTensorReconstructionViewControls)
00079 {
00080 if (QmitkTensorReconstructionViewControls->objectName().isEmpty())
00081 QmitkTensorReconstructionViewControls->setObjectName(QString::fromUtf8("QmitkTensorReconstructionViewControls"));
00082 QmitkTensorReconstructionViewControls->resize(267, 662);
00083 QmitkTensorReconstructionViewControls->setMinimumSize(QSize(0, 0));
00084 QmitkTensorReconstructionViewControls->setAcceptDrops(true);
00085 verticalLayout_3 = new QVBoxLayout(QmitkTensorReconstructionViewControls);
00086 verticalLayout_3->setSpacing(6);
00087 verticalLayout_3->setContentsMargins(11, 11, 11, 11);
00088 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00089 groupBox_2 = new QGroupBox(QmitkTensorReconstructionViewControls);
00090 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00091 verticalLayout = new QVBoxLayout(groupBox_2);
00092 verticalLayout->setSpacing(6);
00093 verticalLayout->setContentsMargins(11, 11, 11, 11);
00094 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00095 m_Advanced1 = new QCheckBox(groupBox_2);
00096 m_Advanced1->setObjectName(QString::fromUtf8("m_Advanced1"));
00097 m_Advanced1->setChecked(false);
00098
00099 verticalLayout->addWidget(m_Advanced1);
00100
00101 frame = new QFrame(groupBox_2);
00102 frame->setObjectName(QString::fromUtf8("frame"));
00103 frame->setFrameShape(QFrame::StyledPanel);
00104 frame->setFrameShadow(QFrame::Raised);
00105 formLayout = new QFormLayout(frame);
00106 formLayout->setSpacing(6);
00107 formLayout->setContentsMargins(11, 11, 11, 11);
00108 formLayout->setObjectName(QString::fromUtf8("formLayout"));
00109 m_TensorReconstructionNumberThreadsLabel_2 = new QLabel(frame);
00110 m_TensorReconstructionNumberThreadsLabel_2->setObjectName(QString::fromUtf8("m_TensorReconstructionNumberThreadsLabel_2"));
00111 m_TensorReconstructionNumberThreadsLabel_2->setWordWrap(false);
00112
00113 formLayout->setWidget(0, QFormLayout::LabelRole, m_TensorReconstructionNumberThreadsLabel_2);
00114
00115 m_TensorReconstructionNumberThreadsSpinbox = new QSpinBox(frame);
00116 m_TensorReconstructionNumberThreadsSpinbox->setObjectName(QString::fromUtf8("m_TensorReconstructionNumberThreadsSpinbox"));
00117 m_TensorReconstructionNumberThreadsSpinbox->setValue(4);
00118
00119 formLayout->setWidget(0, QFormLayout::FieldRole, m_TensorReconstructionNumberThreadsSpinbox);
00120
00121 m_TensorReconstructionThresholdLabel_2 = new QLabel(frame);
00122 m_TensorReconstructionThresholdLabel_2->setObjectName(QString::fromUtf8("m_TensorReconstructionThresholdLabel_2"));
00123 m_TensorReconstructionThresholdLabel_2->setWordWrap(false);
00124
00125 formLayout->setWidget(1, QFormLayout::LabelRole, m_TensorReconstructionThresholdLabel_2);
00126
00127 m_TensorReconstructionThreasholdEdit = new QLineEdit(frame);
00128 m_TensorReconstructionThreasholdEdit->setObjectName(QString::fromUtf8("m_TensorReconstructionThreasholdEdit"));
00129
00130 formLayout->setWidget(1, QFormLayout::FieldRole, m_TensorReconstructionThreasholdEdit);
00131
00132
00133 verticalLayout->addWidget(frame);
00134
00135 m_TensorReconstructionNumberThreadsFrame_2 = new QFrame(groupBox_2);
00136 m_TensorReconstructionNumberThreadsFrame_2->setObjectName(QString::fromUtf8("m_TensorReconstructionNumberThreadsFrame_2"));
00137 m_TensorReconstructionNumberThreadsFrame_2->setFrameShape(QFrame::StyledPanel);
00138 m_TensorReconstructionNumberThreadsFrame_2->setFrameShadow(QFrame::Raised);
00139
00140 verticalLayout->addWidget(m_TensorReconstructionNumberThreadsFrame_2);
00141
00142 m_ItkReconstruction = new QCommandLinkButton(groupBox_2);
00143 m_ItkReconstruction->setObjectName(QString::fromUtf8("m_ItkReconstruction"));
00144 m_ItkReconstruction->setEnabled(false);
00145 #ifndef QT_NO_WHATSTHIS
00146 m_ItkReconstruction->setWhatsThis(QString::fromUtf8("sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)"));
00147 #endif // QT_NO_WHATSTHIS
00148
00149 verticalLayout->addWidget(m_ItkReconstruction);
00150
00151
00152 verticalLayout_3->addWidget(groupBox_2);
00153
00154 groupBox = new QGroupBox(QmitkTensorReconstructionViewControls);
00155 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00156 verticalLayout_4 = new QVBoxLayout(groupBox);
00157 verticalLayout_4->setSpacing(6);
00158 verticalLayout_4->setContentsMargins(11, 11, 11, 11);
00159 verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
00160 m_TensorsToDWIFrame = new QFrame(groupBox);
00161 m_TensorsToDWIFrame->setObjectName(QString::fromUtf8("m_TensorsToDWIFrame"));
00162 m_TensorsToDWIFrame->setFrameShape(QFrame::StyledPanel);
00163 m_TensorsToDWIFrame->setFrameShadow(QFrame::Raised);
00164 formLayout_3 = new QFormLayout(m_TensorsToDWIFrame);
00165 formLayout_3->setSpacing(6);
00166 formLayout_3->setContentsMargins(9, 9, 9, 9);
00167 formLayout_3->setObjectName(QString::fromUtf8("formLayout_3"));
00168 formLayout_3->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
00169 formLayout_3->setHorizontalSpacing(6);
00170 formLayout_3->setVerticalSpacing(6);
00171 m_TensorsToDWIBValueLabel = new QLabel(m_TensorsToDWIFrame);
00172 m_TensorsToDWIBValueLabel->setObjectName(QString::fromUtf8("m_TensorsToDWIBValueLabel"));
00173 m_TensorsToDWIBValueLabel->setWordWrap(false);
00174
00175 formLayout_3->setWidget(0, QFormLayout::LabelRole, m_TensorsToDWIBValueLabel);
00176
00177 m_TensorsToDWIBValueEdit = new QLineEdit(m_TensorsToDWIFrame);
00178 m_TensorsToDWIBValueEdit->setObjectName(QString::fromUtf8("m_TensorsToDWIBValueEdit"));
00179 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
00180 sizePolicy.setHorizontalStretch(0);
00181 sizePolicy.setVerticalStretch(0);
00182 sizePolicy.setHeightForWidth(m_TensorsToDWIBValueEdit->sizePolicy().hasHeightForWidth());
00183 m_TensorsToDWIBValueEdit->setSizePolicy(sizePolicy);
00184
00185 formLayout_3->setWidget(0, QFormLayout::FieldRole, m_TensorsToDWIBValueEdit);
00186
00187 m_TensorsToDWINumDirsLabel = new QLabel(m_TensorsToDWIFrame);
00188 m_TensorsToDWINumDirsLabel->setObjectName(QString::fromUtf8("m_TensorsToDWINumDirsLabel"));
00189
00190 formLayout_3->setWidget(1, QFormLayout::LabelRole, m_TensorsToDWINumDirsLabel);
00191
00192 m_TensorsToDWINumDirsSelect = new QComboBox(m_TensorsToDWIFrame);
00193 m_TensorsToDWINumDirsSelect->setObjectName(QString::fromUtf8("m_TensorsToDWINumDirsSelect"));
00194
00195 formLayout_3->setWidget(1, QFormLayout::FieldRole, m_TensorsToDWINumDirsSelect);
00196
00197
00198 verticalLayout_4->addWidget(m_TensorsToDWIFrame);
00199
00200 m_TensorsToDWIButton = new QCommandLinkButton(groupBox);
00201 m_TensorsToDWIButton->setObjectName(QString::fromUtf8("m_TensorsToDWIButton"));
00202 m_TensorsToDWIButton->setEnabled(false);
00203 #ifndef QT_NO_WHATSTHIS
00204 m_TensorsToDWIButton->setWhatsThis(QString::fromUtf8("sum of raw signal on equator, normalized to unit mass (Tuch et al. 2004)"));
00205 #endif // QT_NO_WHATSTHIS
00206
00207 verticalLayout_4->addWidget(m_TensorsToDWIButton);
00208
00209
00210 verticalLayout_3->addWidget(groupBox);
00211
00212 m_TeemToggle = new QCheckBox(QmitkTensorReconstructionViewControls);
00213 m_TeemToggle->setObjectName(QString::fromUtf8("m_TeemToggle"));
00214
00215 verticalLayout_3->addWidget(m_TeemToggle);
00216
00217 groupBox_3 = new QGroupBox(QmitkTensorReconstructionViewControls);
00218 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00219 verticalLayout_2 = new QVBoxLayout(groupBox_3);
00220 verticalLayout_2->setSpacing(6);
00221 verticalLayout_2->setContentsMargins(11, 11, 11, 11);
00222 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00223 m_Advanced2 = new QCheckBox(groupBox_3);
00224 m_Advanced2->setObjectName(QString::fromUtf8("m_Advanced2"));
00225
00226 verticalLayout_2->addWidget(m_Advanced2);
00227
00228 frame_2 = new QFrame(groupBox_3);
00229 frame_2->setObjectName(QString::fromUtf8("frame_2"));
00230 frame_2->setFrameShape(QFrame::StyledPanel);
00231 frame_2->setFrameShadow(QFrame::Raised);
00232 formLayout_2 = new QFormLayout(frame_2);
00233 formLayout_2->setSpacing(6);
00234 formLayout_2->setContentsMargins(11, 11, 11, 11);
00235 formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
00236 formLayout_2->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
00237 m_TensorEstimationTeemNumItsLabel_2 = new QLabel(frame_2);
00238 m_TensorEstimationTeemNumItsLabel_2->setObjectName(QString::fromUtf8("m_TensorEstimationTeemNumItsLabel_2"));
00239 m_TensorEstimationTeemNumItsLabel_2->setWordWrap(false);
00240
00241 formLayout_2->setWidget(3, QFormLayout::LabelRole, m_TensorEstimationTeemNumItsLabel_2);
00242
00243 m_TensorEstimationTeemNumItsSpin = new QSpinBox(frame_2);
00244 m_TensorEstimationTeemNumItsSpin->setObjectName(QString::fromUtf8("m_TensorEstimationTeemNumItsSpin"));
00245
00246 formLayout_2->setWidget(3, QFormLayout::FieldRole, m_TensorEstimationTeemNumItsSpin);
00247
00248 m_TensorEstimationTeemFuzzyLabel = new QLabel(frame_2);
00249 m_TensorEstimationTeemFuzzyLabel->setObjectName(QString::fromUtf8("m_TensorEstimationTeemFuzzyLabel"));
00250 m_TensorEstimationTeemFuzzyLabel->setWordWrap(false);
00251
00252 formLayout_2->setWidget(4, QFormLayout::LabelRole, m_TensorEstimationTeemFuzzyLabel);
00253
00254 m_TensorEstimationTeemFuzzyEdit = new QLineEdit(frame_2);
00255 m_TensorEstimationTeemFuzzyEdit->setObjectName(QString::fromUtf8("m_TensorEstimationTeemFuzzyEdit"));
00256 sizePolicy.setHeightForWidth(m_TensorEstimationTeemFuzzyEdit->sizePolicy().hasHeightForWidth());
00257 m_TensorEstimationTeemFuzzyEdit->setSizePolicy(sizePolicy);
00258
00259 formLayout_2->setWidget(4, QFormLayout::FieldRole, m_TensorEstimationTeemFuzzyEdit);
00260
00261 m_TensorEstimationTeemMinValLabel_2 = new QLabel(frame_2);
00262 m_TensorEstimationTeemMinValLabel_2->setObjectName(QString::fromUtf8("m_TensorEstimationTeemMinValLabel_2"));
00263 m_TensorEstimationTeemMinValLabel_2->setWordWrap(false);
00264
00265 formLayout_2->setWidget(5, QFormLayout::LabelRole, m_TensorEstimationTeemMinValLabel_2);
00266
00267 m_TensorEstimationTeemSigmaLabel_2 = new QLabel(frame_2);
00268 m_TensorEstimationTeemSigmaLabel_2->setObjectName(QString::fromUtf8("m_TensorEstimationTeemSigmaLabel_2"));
00269 m_TensorEstimationTeemSigmaLabel_2->setWordWrap(false);
00270
00271 formLayout_2->setWidget(6, QFormLayout::LabelRole, m_TensorEstimationTeemSigmaLabel_2);
00272
00273 m_TensorEstimationTeemMinValEdit = new QLineEdit(frame_2);
00274 m_TensorEstimationTeemMinValEdit->setObjectName(QString::fromUtf8("m_TensorEstimationTeemMinValEdit"));
00275 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed);
00276 sizePolicy1.setHorizontalStretch(0);
00277 sizePolicy1.setVerticalStretch(0);
00278 sizePolicy1.setHeightForWidth(m_TensorEstimationTeemMinValEdit->sizePolicy().hasHeightForWidth());
00279 m_TensorEstimationTeemMinValEdit->setSizePolicy(sizePolicy1);
00280
00281 formLayout_2->setWidget(5, QFormLayout::FieldRole, m_TensorEstimationTeemMinValEdit);
00282
00283 m_TensorEstimationTeemSigmaEdit = new QLineEdit(frame_2);
00284 m_TensorEstimationTeemSigmaEdit->setObjectName(QString::fromUtf8("m_TensorEstimationTeemSigmaEdit"));
00285 sizePolicy1.setHeightForWidth(m_TensorEstimationTeemSigmaEdit->sizePolicy().hasHeightForWidth());
00286 m_TensorEstimationTeemSigmaEdit->setSizePolicy(sizePolicy1);
00287
00288 formLayout_2->setWidget(6, QFormLayout::FieldRole, m_TensorEstimationTeemSigmaEdit);
00289
00290 m_TensorEstimationTeemEstimationMethodCombo = new QComboBox(frame_2);
00291 m_TensorEstimationTeemEstimationMethodCombo->setObjectName(QString::fromUtf8("m_TensorEstimationTeemEstimationMethodCombo"));
00292
00293 formLayout_2->setWidget(2, QFormLayout::FieldRole, m_TensorEstimationTeemEstimationMethodCombo);
00294
00295 label = new QLabel(frame_2);
00296 label->setObjectName(QString::fromUtf8("label"));
00297
00298 formLayout_2->setWidget(2, QFormLayout::LabelRole, label);
00299
00300 m_TensorEstimationManualThreashold = new QCheckBox(frame_2);
00301 m_TensorEstimationManualThreashold->setObjectName(QString::fromUtf8("m_TensorEstimationManualThreashold"));
00302
00303 formLayout_2->setWidget(1, QFormLayout::LabelRole, m_TensorEstimationManualThreashold);
00304
00305 m_TensorReconstructionThreasholdEdit_2 = new QLineEdit(frame_2);
00306 m_TensorReconstructionThreasholdEdit_2->setObjectName(QString::fromUtf8("m_TensorReconstructionThreasholdEdit_2"));
00307 m_TensorReconstructionThreasholdEdit_2->setEnabled(false);
00308
00309 formLayout_2->setWidget(1, QFormLayout::FieldRole, m_TensorReconstructionThreasholdEdit_2);
00310
00311
00312 verticalLayout_2->addWidget(frame_2);
00313
00314 m_TeemReconstruction = new QCommandLinkButton(groupBox_3);
00315 m_TeemReconstruction->setObjectName(QString::fromUtf8("m_TeemReconstruction"));
00316 m_TeemReconstruction->setEnabled(false);
00317
00318 verticalLayout_2->addWidget(m_TeemReconstruction);
00319
00320
00321 verticalLayout_3->addWidget(groupBox_3);
00322
00323 verticalSpacer = new QSpacerItem(20, 1150, QSizePolicy::Minimum, QSizePolicy::Expanding);
00324
00325 verticalLayout_3->addItem(verticalSpacer);
00326
00327
00328 retranslateUi(QmitkTensorReconstructionViewControls);
00329
00330 m_TensorsToDWINumDirsSelect->setCurrentIndex(3);
00331
00332
00333 QMetaObject::connectSlotsByName(QmitkTensorReconstructionViewControls);
00334 }
00335
00336 void retranslateUi(QWidget *QmitkTensorReconstructionViewControls)
00337 {
00338 QmitkTensorReconstructionViewControls->setWindowTitle(QApplication::translate("QmitkTensorReconstructionViewControls", "QmitkTensorReconstructionViewControls", 0, QApplication::UnicodeUTF8));
00339 groupBox_2->setTitle(QApplication::translate("QmitkTensorReconstructionViewControls", "ITK Reconstruction", 0, QApplication::UnicodeUTF8));
00340 m_Advanced1->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Advanced Settings", 0, QApplication::UnicodeUTF8));
00341 m_TensorReconstructionNumberThreadsLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Number of Threads", 0, QApplication::UnicodeUTF8));
00342 m_TensorReconstructionThresholdLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "B0 Threshold", 0, QApplication::UnicodeUTF8));
00343 m_TensorReconstructionThreasholdEdit->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "0", 0, QApplication::UnicodeUTF8));
00344 #ifndef QT_NO_TOOLTIP
00345 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));
00346 #endif // QT_NO_TOOLTIP
00347 #ifndef QT_NO_STATUSTIP
00348 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));
00349 #endif // QT_NO_STATUSTIP
00350 m_ItkReconstruction->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "ITK Tensor Reconstruction", 0, QApplication::UnicodeUTF8));
00351 groupBox->setTitle(QApplication::translate("QmitkTensorReconstructionViewControls", "Estimate Diffusion Image from Tensors", 0, QApplication::UnicodeUTF8));
00352 #ifndef QT_NO_TOOLTIP
00353 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));
00354 #endif // QT_NO_TOOLTIP
00355 #ifndef QT_NO_STATUSTIP
00356 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));
00357 #endif // QT_NO_STATUSTIP
00358 #ifndef QT_NO_WHATSTHIS
00359 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));
00360 #endif // QT_NO_WHATSTHIS
00361 m_TensorsToDWIBValueLabel->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "B-Value", 0, QApplication::UnicodeUTF8));
00362 #ifndef QT_NO_TOOLTIP
00363 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));
00364 #endif // QT_NO_TOOLTIP
00365 #ifndef QT_NO_STATUSTIP
00366 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));
00367 #endif // QT_NO_STATUSTIP
00368 #ifndef QT_NO_WHATSTHIS
00369 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));
00370 #endif // QT_NO_WHATSTHIS
00371 m_TensorsToDWINumDirsLabel->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "# Gradient Directions", 0, QApplication::UnicodeUTF8));
00372 m_TensorsToDWINumDirsSelect->clear();
00373 m_TensorsToDWINumDirsSelect->insertItems(0, QStringList()
00374 << QApplication::translate("QmitkTensorReconstructionViewControls", "12", 0, QApplication::UnicodeUTF8)
00375 << QApplication::translate("QmitkTensorReconstructionViewControls", "42", 0, QApplication::UnicodeUTF8)
00376 << QApplication::translate("QmitkTensorReconstructionViewControls", "92", 0, QApplication::UnicodeUTF8)
00377 << QApplication::translate("QmitkTensorReconstructionViewControls", "162", 0, QApplication::UnicodeUTF8)
00378 << QApplication::translate("QmitkTensorReconstructionViewControls", "252", 0, QApplication::UnicodeUTF8)
00379 << QApplication::translate("QmitkTensorReconstructionViewControls", "362", 0, QApplication::UnicodeUTF8)
00380 << QApplication::translate("QmitkTensorReconstructionViewControls", "492", 0, QApplication::UnicodeUTF8)
00381 << QApplication::translate("QmitkTensorReconstructionViewControls", "642", 0, QApplication::UnicodeUTF8)
00382 << QApplication::translate("QmitkTensorReconstructionViewControls", "812", 0, QApplication::UnicodeUTF8)
00383 << QApplication::translate("QmitkTensorReconstructionViewControls", "1002", 0, QApplication::UnicodeUTF8)
00384 );
00385 #ifndef QT_NO_TOOLTIP
00386 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));
00387 #endif // QT_NO_TOOLTIP
00388 #ifndef QT_NO_STATUSTIP
00389 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));
00390 #endif // QT_NO_STATUSTIP
00391 m_TensorsToDWIButton->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Diffusion Image Estimation", 0, QApplication::UnicodeUTF8));
00392 m_TeemToggle->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Teem Reconstruction", 0, QApplication::UnicodeUTF8));
00393 groupBox_3->setTitle(QApplication::translate("QmitkTensorReconstructionViewControls", "Teem Reconstruction", 0, QApplication::UnicodeUTF8));
00394 m_Advanced2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Advanced Settings", 0, QApplication::UnicodeUTF8));
00395 #ifndef QT_NO_TOOLTIP
00396 m_TensorEstimationTeemNumItsLabel_2->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "important in case of method wls", 0, QApplication::UnicodeUTF8));
00397 #endif // QT_NO_TOOLTIP
00398 m_TensorEstimationTeemNumItsLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "# Iterations ", 0, QApplication::UnicodeUTF8));
00399 #ifndef QT_NO_TOOLTIP
00400 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));
00401 #endif // QT_NO_TOOLTIP
00402 #ifndef QT_NO_STATUSTIP
00403 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));
00404 #endif // QT_NO_STATUSTIP
00405 #ifndef QT_NO_WHATSTHIS
00406 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));
00407 #endif // QT_NO_WHATSTHIS
00408 m_TensorEstimationTeemFuzzyLabel->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Fuzzy confidence", 0, QApplication::UnicodeUTF8));
00409 #ifndef QT_NO_TOOLTIP
00410 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));
00411 #endif // QT_NO_TOOLTIP
00412 #ifndef QT_NO_STATUSTIP
00413 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));
00414 #endif // QT_NO_STATUSTIP
00415 #ifndef QT_NO_WHATSTHIS
00416 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));
00417 #endif // QT_NO_WHATSTHIS
00418 #ifndef QT_NO_TOOLTIP
00419 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));
00420 #endif // QT_NO_TOOLTIP
00421 #ifndef QT_NO_STATUSTIP
00422 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));
00423 #endif // QT_NO_STATUSTIP
00424 #ifndef QT_NO_WHATSTHIS
00425 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));
00426 #endif // QT_NO_WHATSTHIS
00427 m_TensorEstimationTeemMinValLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Min plausible value", 0, QApplication::UnicodeUTF8));
00428 #ifndef QT_NO_TOOLTIP
00429 m_TensorEstimationTeemSigmaLabel_2->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
00430 #endif // QT_NO_TOOLTIP
00431 #ifndef QT_NO_STATUSTIP
00432 m_TensorEstimationTeemSigmaLabel_2->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
00433 #endif // QT_NO_STATUSTIP
00434 #ifndef QT_NO_WHATSTHIS
00435 m_TensorEstimationTeemSigmaLabel_2->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
00436 #endif // QT_NO_WHATSTHIS
00437 m_TensorEstimationTeemSigmaLabel_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Sigma", 0, QApplication::UnicodeUTF8));
00438 #ifndef QT_NO_TOOLTIP
00439 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));
00440 #endif // QT_NO_TOOLTIP
00441 #ifndef QT_NO_STATUSTIP
00442 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));
00443 #endif // QT_NO_STATUSTIP
00444 #ifndef QT_NO_WHATSTHIS
00445 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));
00446 #endif // QT_NO_WHATSTHIS
00447 #ifndef QT_NO_TOOLTIP
00448 m_TensorEstimationTeemSigmaEdit->setToolTip(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
00449 #endif // QT_NO_TOOLTIP
00450 #ifndef QT_NO_STATUSTIP
00451 m_TensorEstimationTeemSigmaEdit->setStatusTip(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
00452 #endif // QT_NO_STATUSTIP
00453 #ifndef QT_NO_WHATSTHIS
00454 m_TensorEstimationTeemSigmaEdit->setWhatsThis(QApplication::translate("QmitkTensorReconstructionViewControls", "Rician noise parameter (float)", "Rician noise parameter (float)", QApplication::UnicodeUTF8));
00455 #endif // QT_NO_WHATSTHIS
00456 label->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Method", 0, QApplication::UnicodeUTF8));
00457 m_TensorEstimationManualThreashold->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "B0-Threshold", 0, QApplication::UnicodeUTF8));
00458 m_TensorReconstructionThreasholdEdit_2->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "0", 0, QApplication::UnicodeUTF8));
00459 m_TeemReconstruction->setText(QApplication::translate("QmitkTensorReconstructionViewControls", "Teem Tensor Reconstruction", 0, QApplication::UnicodeUTF8));
00460 }
00461
00462 };
00463
00464 namespace Ui {
00465 class QmitkTensorReconstructionViewControls: public Ui_QmitkTensorReconstructionViewControls {};
00466 }
00467
00468 QT_END_NAMESPACE
00469
00470 #endif // UI_QMITKTENSORRECONSTRUCTIONVIEWCONTROLS_H