00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKDIFFUSIONQUANTIFICATIONVIEWCONTROLS_H
00011 #define UI_QMITKDIFFUSIONQUANTIFICATIONVIEWCONTROLS_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/QCommandLinkButton>
00019 #include <QtGui/QFrame>
00020 #include <QtGui/QGroupBox>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QHeaderView>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028 #include "QmitkDataStorageComboBox.h"
00029
00030 QT_BEGIN_NAMESPACE
00031
00032 class Ui_QmitkDiffusionQuantificationViewControls
00033 {
00034 public:
00035 QVBoxLayout *verticalLayout_2;
00036 QGroupBox *groupBox;
00037 QVBoxLayout *verticalLayout;
00038 QFrame *frame;
00039 QHBoxLayout *horizontalLayout;
00040 QCheckBox *m_StandardGFACheckbox;
00041 QFrame *frame_2;
00042 QHBoxLayout *horizontalLayout_3;
00043 QLabel *m_ParamK;
00044 QLineEdit *m_ParamKEdit;
00045 QLabel *m_ParamP;
00046 QLineEdit *m_ParamPEdit;
00047 QCommandLinkButton *m_GFAButton;
00048 QFrame *frame_3;
00049 QHBoxLayout *horizontalLayout_2;
00050 QLabel *label_4;
00051 QLineEdit *MinAngle;
00052 QLabel *label_3;
00053 QLineEdit *MaxAngle;
00054 QCommandLinkButton *m_CurvatureButton;
00055 QGroupBox *groupBox_2;
00056 QVBoxLayout *verticalLayout_3;
00057 QCommandLinkButton *m_FAButton;
00058 QCommandLinkButton *m_RAButton;
00059 QCommandLinkButton *m_ADButton;
00060 QCommandLinkButton *m_RDButton;
00061 QCommandLinkButton *m_ClusteringAnisotropy;
00062 QSpacerItem *spacer1;
00063
00064 void setupUi(QWidget *QmitkDiffusionQuantificationViewControls)
00065 {
00066 if (QmitkDiffusionQuantificationViewControls->objectName().isEmpty())
00067 QmitkDiffusionQuantificationViewControls->setObjectName(QString::fromUtf8("QmitkDiffusionQuantificationViewControls"));
00068 QmitkDiffusionQuantificationViewControls->resize(281, 402);
00069 QmitkDiffusionQuantificationViewControls->setMinimumSize(QSize(0, 0));
00070 verticalLayout_2 = new QVBoxLayout(QmitkDiffusionQuantificationViewControls);
00071 verticalLayout_2->setSpacing(6);
00072 verticalLayout_2->setContentsMargins(11, 11, 11, 11);
00073 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00074 groupBox = new QGroupBox(QmitkDiffusionQuantificationViewControls);
00075 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00076 verticalLayout = new QVBoxLayout(groupBox);
00077 verticalLayout->setSpacing(6);
00078 verticalLayout->setContentsMargins(11, 11, 11, 11);
00079 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00080 frame = new QFrame(groupBox);
00081 frame->setObjectName(QString::fromUtf8("frame"));
00082 frame->setFrameShape(QFrame::NoFrame);
00083 frame->setFrameShadow(QFrame::Raised);
00084 horizontalLayout = new QHBoxLayout(frame);
00085 horizontalLayout->setSpacing(6);
00086 horizontalLayout->setContentsMargins(0, 0, 0, 0);
00087 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00088 m_StandardGFACheckbox = new QCheckBox(frame);
00089 m_StandardGFACheckbox->setObjectName(QString::fromUtf8("m_StandardGFACheckbox"));
00090
00091 horizontalLayout->addWidget(m_StandardGFACheckbox);
00092
00093 frame_2 = new QFrame(frame);
00094 frame_2->setObjectName(QString::fromUtf8("frame_2"));
00095 frame_2->setFrameShape(QFrame::NoFrame);
00096 frame_2->setFrameShadow(QFrame::Raised);
00097 horizontalLayout_3 = new QHBoxLayout(frame_2);
00098 horizontalLayout_3->setSpacing(6);
00099 horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
00100 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00101 m_ParamK = new QLabel(frame_2);
00102 m_ParamK->setObjectName(QString::fromUtf8("m_ParamK"));
00103 m_ParamK->setEnabled(true);
00104
00105 horizontalLayout_3->addWidget(m_ParamK);
00106
00107 m_ParamKEdit = new QLineEdit(frame_2);
00108 m_ParamKEdit->setObjectName(QString::fromUtf8("m_ParamKEdit"));
00109 m_ParamKEdit->setEnabled(true);
00110
00111 horizontalLayout_3->addWidget(m_ParamKEdit);
00112
00113 m_ParamP = new QLabel(frame_2);
00114 m_ParamP->setObjectName(QString::fromUtf8("m_ParamP"));
00115 m_ParamP->setEnabled(true);
00116
00117 horizontalLayout_3->addWidget(m_ParamP);
00118
00119 m_ParamPEdit = new QLineEdit(frame_2);
00120 m_ParamPEdit->setObjectName(QString::fromUtf8("m_ParamPEdit"));
00121 m_ParamPEdit->setEnabled(true);
00122
00123 horizontalLayout_3->addWidget(m_ParamPEdit);
00124
00125
00126 horizontalLayout->addWidget(frame_2);
00127
00128
00129 verticalLayout->addWidget(frame);
00130
00131 m_GFAButton = new QCommandLinkButton(groupBox);
00132 m_GFAButton->setObjectName(QString::fromUtf8("m_GFAButton"));
00133 m_GFAButton->setEnabled(false);
00134
00135 verticalLayout->addWidget(m_GFAButton);
00136
00137 frame_3 = new QFrame(groupBox);
00138 frame_3->setObjectName(QString::fromUtf8("frame_3"));
00139 frame_3->setFrameShape(QFrame::NoFrame);
00140 frame_3->setFrameShadow(QFrame::Raised);
00141 horizontalLayout_2 = new QHBoxLayout(frame_3);
00142 horizontalLayout_2->setSpacing(6);
00143 horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
00144 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00145 label_4 = new QLabel(frame_3);
00146 label_4->setObjectName(QString::fromUtf8("label_4"));
00147
00148 horizontalLayout_2->addWidget(label_4);
00149
00150 MinAngle = new QLineEdit(frame_3);
00151 MinAngle->setObjectName(QString::fromUtf8("MinAngle"));
00152
00153 horizontalLayout_2->addWidget(MinAngle);
00154
00155 label_3 = new QLabel(frame_3);
00156 label_3->setObjectName(QString::fromUtf8("label_3"));
00157
00158 horizontalLayout_2->addWidget(label_3);
00159
00160 MaxAngle = new QLineEdit(frame_3);
00161 MaxAngle->setObjectName(QString::fromUtf8("MaxAngle"));
00162
00163 horizontalLayout_2->addWidget(MaxAngle);
00164
00165
00166 verticalLayout->addWidget(frame_3);
00167
00168 m_CurvatureButton = new QCommandLinkButton(groupBox);
00169 m_CurvatureButton->setObjectName(QString::fromUtf8("m_CurvatureButton"));
00170 m_CurvatureButton->setEnabled(false);
00171
00172 verticalLayout->addWidget(m_CurvatureButton);
00173
00174
00175 verticalLayout_2->addWidget(groupBox);
00176
00177 groupBox_2 = new QGroupBox(QmitkDiffusionQuantificationViewControls);
00178 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00179 verticalLayout_3 = new QVBoxLayout(groupBox_2);
00180 verticalLayout_3->setSpacing(6);
00181 verticalLayout_3->setContentsMargins(11, 11, 11, 11);
00182 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00183 m_FAButton = new QCommandLinkButton(groupBox_2);
00184 m_FAButton->setObjectName(QString::fromUtf8("m_FAButton"));
00185 m_FAButton->setEnabled(false);
00186
00187 verticalLayout_3->addWidget(m_FAButton);
00188
00189 m_RAButton = new QCommandLinkButton(groupBox_2);
00190 m_RAButton->setObjectName(QString::fromUtf8("m_RAButton"));
00191 m_RAButton->setEnabled(false);
00192
00193 verticalLayout_3->addWidget(m_RAButton);
00194
00195 m_ADButton = new QCommandLinkButton(groupBox_2);
00196 m_ADButton->setObjectName(QString::fromUtf8("m_ADButton"));
00197 m_ADButton->setEnabled(false);
00198
00199 verticalLayout_3->addWidget(m_ADButton);
00200
00201 m_RDButton = new QCommandLinkButton(groupBox_2);
00202 m_RDButton->setObjectName(QString::fromUtf8("m_RDButton"));
00203 m_RDButton->setEnabled(false);
00204
00205 verticalLayout_3->addWidget(m_RDButton);
00206
00207 m_ClusteringAnisotropy = new QCommandLinkButton(groupBox_2);
00208 m_ClusteringAnisotropy->setObjectName(QString::fromUtf8("m_ClusteringAnisotropy"));
00209 m_ClusteringAnisotropy->setEnabled(false);
00210
00211 verticalLayout_3->addWidget(m_ClusteringAnisotropy);
00212
00213
00214 verticalLayout_2->addWidget(groupBox_2);
00215
00216 spacer1 = new QSpacerItem(20, 220, QSizePolicy::Minimum, QSizePolicy::Expanding);
00217
00218 verticalLayout_2->addItem(spacer1);
00219
00220
00221 retranslateUi(QmitkDiffusionQuantificationViewControls);
00222
00223 QMetaObject::connectSlotsByName(QmitkDiffusionQuantificationViewControls);
00224 }
00225
00226 void retranslateUi(QWidget *QmitkDiffusionQuantificationViewControls)
00227 {
00228 QmitkDiffusionQuantificationViewControls->setWindowTitle(QApplication::translate("QmitkDiffusionQuantificationViewControls", "QmitkTemplate", 0, QApplication::UnicodeUTF8));
00229 groupBox->setTitle(QApplication::translate("QmitkDiffusionQuantificationViewControls", "Q-Ball Imaging", 0, QApplication::UnicodeUTF8));
00230 m_StandardGFACheckbox->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "Generalized GFA", 0, QApplication::UnicodeUTF8));
00231 m_ParamK->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "k", 0, QApplication::UnicodeUTF8));
00232 m_ParamP->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "p", 0, QApplication::UnicodeUTF8));
00233 m_GFAButton->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "GFA", 0, QApplication::UnicodeUTF8));
00234 label_4->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "Min. angle", 0, QApplication::UnicodeUTF8));
00235 label_3->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "Max. angle", 0, QApplication::UnicodeUTF8));
00236 m_CurvatureButton->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "Curvature", 0, QApplication::UnicodeUTF8));
00237 groupBox_2->setTitle(QApplication::translate("QmitkDiffusionQuantificationViewControls", "Tensor Imaging", 0, QApplication::UnicodeUTF8));
00238 m_FAButton->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "FA (Fractional Anisotropy)", 0, QApplication::UnicodeUTF8));
00239 m_RAButton->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "RA (Relative Anisotropy)", 0, QApplication::UnicodeUTF8));
00240 m_ADButton->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "AD (Axial Diffusivity)", 0, QApplication::UnicodeUTF8));
00241 m_RDButton->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "RD (Radial Diffusivity)", 0, QApplication::UnicodeUTF8));
00242 m_ClusteringAnisotropy->setText(QApplication::translate("QmitkDiffusionQuantificationViewControls", "1-(\316\2732+\316\2733)/(2*\316\2731)", 0, QApplication::UnicodeUTF8));
00243 }
00244
00245 };
00246
00247 namespace Ui {
00248 class QmitkDiffusionQuantificationViewControls: public Ui_QmitkDiffusionQuantificationViewControls {};
00249 }
00250
00251 QT_END_NAMESPACE
00252
00253 #endif // UI_QMITKDIFFUSIONQUANTIFICATIONVIEWCONTROLS_H