00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKCONTROLVISUALIZATIONPROPERTIESVIEWCONTROLS_H
00011 #define UI_QMITKCONTROLVISUALIZATIONPROPERTIESVIEWCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QDoubleSpinBox>
00019 #include <QtGui/QFrame>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QSlider>
00024 #include <QtGui/QSpacerItem>
00025 #include <QtGui/QSpinBox>
00026 #include <QtGui/QToolButton>
00027 #include <QtGui/QVBoxLayout>
00028 #include <QtGui/QWidget>
00029 #include "QmitkDataStorageComboBox.h"
00030
00031 QT_BEGIN_NAMESPACE
00032
00033 class Ui_QmitkControlVisualizationPropertiesViewControls
00034 {
00035 public:
00036 QVBoxLayout *verticalLayout;
00037 QSlider *m_DisplayIndex;
00038 QFrame *frame_2;
00039 QHBoxLayout *horizontalLayout_2;
00040 QToolButton *m_Reinit;
00041 QToolButton *m_TextureIntON;
00042 QToolButton *m_VisibleOdfsON;
00043 QSpinBox *m_ShowMaxNumber;
00044 QComboBox *m_NormalizationDropdown;
00045 QSpacerItem *horizontalSpacer;
00046 QFrame *frame;
00047 QVBoxLayout *verticalLayout_2;
00048 QFrame *frame_3;
00049 QHBoxLayout *horizontalLayout_3;
00050 QLabel *label;
00051 QDoubleSpinBox *m_ScalingFactor;
00052 QComboBox *m_AdditionalScaling;
00053 QFrame *params_frame;
00054 QHBoxLayout *horizontalLayout;
00055 QLabel *label_2;
00056 QDoubleSpinBox *m_IndexParam1;
00057 QLabel *label_3;
00058 QDoubleSpinBox *m_IndexParam2;
00059 QFrame *OpacMinFrame;
00060 QHBoxLayout *horizontalLayout_4;
00061 QLabel *label_4;
00062 QSlider *m_OpacityMinFa;
00063 QLabel *m_OpacityMinFaLabel;
00064 QFrame *OpacMaxFrame;
00065 QHBoxLayout *horizontalLayout_5;
00066 QLabel *label_5;
00067 QSlider *m_OpacityMaxFa;
00068 QLabel *m_OpacityMaxFaLabel;
00069 QSpacerItem *spacer1;
00070
00071 void setupUi(QWidget *QmitkControlVisualizationPropertiesViewControls)
00072 {
00073 if (QmitkControlVisualizationPropertiesViewControls->objectName().isEmpty())
00074 QmitkControlVisualizationPropertiesViewControls->setObjectName(QString::fromUtf8("QmitkControlVisualizationPropertiesViewControls"));
00075 QmitkControlVisualizationPropertiesViewControls->resize(339, 159);
00076 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding);
00077 sizePolicy.setHorizontalStretch(0);
00078 sizePolicy.setVerticalStretch(100);
00079 sizePolicy.setHeightForWidth(QmitkControlVisualizationPropertiesViewControls->sizePolicy().hasHeightForWidth());
00080 QmitkControlVisualizationPropertiesViewControls->setSizePolicy(sizePolicy);
00081 QmitkControlVisualizationPropertiesViewControls->setMinimumSize(QSize(0, 0));
00082 verticalLayout = new QVBoxLayout(QmitkControlVisualizationPropertiesViewControls);
00083 verticalLayout->setSpacing(0);
00084 verticalLayout->setContentsMargins(11, 11, 11, 11);
00085 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00086 verticalLayout->setContentsMargins(6, 3, 6, 3);
00087 m_DisplayIndex = new QSlider(QmitkControlVisualizationPropertiesViewControls);
00088 m_DisplayIndex->setObjectName(QString::fromUtf8("m_DisplayIndex"));
00089 m_DisplayIndex->setMaximum(300);
00090 m_DisplayIndex->setOrientation(Qt::Horizontal);
00091
00092 verticalLayout->addWidget(m_DisplayIndex);
00093
00094 frame_2 = new QFrame(QmitkControlVisualizationPropertiesViewControls);
00095 frame_2->setObjectName(QString::fromUtf8("frame_2"));
00096 frame_2->setFrameShape(QFrame::NoFrame);
00097 frame_2->setFrameShadow(QFrame::Raised);
00098 horizontalLayout_2 = new QHBoxLayout(frame_2);
00099 horizontalLayout_2->setSpacing(6);
00100 horizontalLayout_2->setContentsMargins(11, 11, 11, 11);
00101 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00102 horizontalLayout_2->setContentsMargins(0, 0, -1, 0);
00103 m_Reinit = new QToolButton(frame_2);
00104 m_Reinit->setObjectName(QString::fromUtf8("m_Reinit"));
00105
00106 horizontalLayout_2->addWidget(m_Reinit);
00107
00108 m_TextureIntON = new QToolButton(frame_2);
00109 m_TextureIntON->setObjectName(QString::fromUtf8("m_TextureIntON"));
00110
00111 horizontalLayout_2->addWidget(m_TextureIntON);
00112
00113 m_VisibleOdfsON = new QToolButton(frame_2);
00114 m_VisibleOdfsON->setObjectName(QString::fromUtf8("m_VisibleOdfsON"));
00115
00116 horizontalLayout_2->addWidget(m_VisibleOdfsON);
00117
00118 m_ShowMaxNumber = new QSpinBox(frame_2);
00119 m_ShowMaxNumber->setObjectName(QString::fromUtf8("m_ShowMaxNumber"));
00120 m_ShowMaxNumber->setMaximum(9999);
00121
00122 horizontalLayout_2->addWidget(m_ShowMaxNumber);
00123
00124 m_NormalizationDropdown = new QComboBox(frame_2);
00125 m_NormalizationDropdown->setObjectName(QString::fromUtf8("m_NormalizationDropdown"));
00126
00127 horizontalLayout_2->addWidget(m_NormalizationDropdown);
00128
00129 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00130
00131 horizontalLayout_2->addItem(horizontalSpacer);
00132
00133
00134 verticalLayout->addWidget(frame_2);
00135
00136 frame = new QFrame(QmitkControlVisualizationPropertiesViewControls);
00137 frame->setObjectName(QString::fromUtf8("frame"));
00138 frame->setFrameShape(QFrame::NoFrame);
00139 frame->setFrameShadow(QFrame::Raised);
00140 verticalLayout_2 = new QVBoxLayout(frame);
00141 verticalLayout_2->setSpacing(6);
00142 verticalLayout_2->setContentsMargins(0, 0, 0, 0);
00143 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00144 frame_3 = new QFrame(frame);
00145 frame_3->setObjectName(QString::fromUtf8("frame_3"));
00146 frame_3->setFrameShape(QFrame::NoFrame);
00147 frame_3->setFrameShadow(QFrame::Raised);
00148 horizontalLayout_3 = new QHBoxLayout(frame_3);
00149 horizontalLayout_3->setSpacing(6);
00150 horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
00151 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00152 label = new QLabel(frame_3);
00153 label->setObjectName(QString::fromUtf8("label"));
00154 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred);
00155 sizePolicy1.setHorizontalStretch(0);
00156 sizePolicy1.setVerticalStretch(0);
00157 sizePolicy1.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
00158 label->setSizePolicy(sizePolicy1);
00159
00160 horizontalLayout_3->addWidget(label);
00161
00162 m_ScalingFactor = new QDoubleSpinBox(frame_3);
00163 m_ScalingFactor->setObjectName(QString::fromUtf8("m_ScalingFactor"));
00164
00165 horizontalLayout_3->addWidget(m_ScalingFactor);
00166
00167 m_AdditionalScaling = new QComboBox(frame_3);
00168 m_AdditionalScaling->setObjectName(QString::fromUtf8("m_AdditionalScaling"));
00169
00170 horizontalLayout_3->addWidget(m_AdditionalScaling);
00171
00172
00173 verticalLayout_2->addWidget(frame_3);
00174
00175 params_frame = new QFrame(frame);
00176 params_frame->setObjectName(QString::fromUtf8("params_frame"));
00177 params_frame->setFrameShape(QFrame::NoFrame);
00178 params_frame->setFrameShadow(QFrame::Raised);
00179 horizontalLayout = new QHBoxLayout(params_frame);
00180 horizontalLayout->setSpacing(6);
00181 horizontalLayout->setContentsMargins(0, 0, 0, 0);
00182 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00183 label_2 = new QLabel(params_frame);
00184 label_2->setObjectName(QString::fromUtf8("label_2"));
00185
00186 horizontalLayout->addWidget(label_2);
00187
00188 m_IndexParam1 = new QDoubleSpinBox(params_frame);
00189 m_IndexParam1->setObjectName(QString::fromUtf8("m_IndexParam1"));
00190 m_IndexParam1->setMaximum(9999.99);
00191
00192 horizontalLayout->addWidget(m_IndexParam1);
00193
00194 label_3 = new QLabel(params_frame);
00195 label_3->setObjectName(QString::fromUtf8("label_3"));
00196
00197 horizontalLayout->addWidget(label_3);
00198
00199 m_IndexParam2 = new QDoubleSpinBox(params_frame);
00200 m_IndexParam2->setObjectName(QString::fromUtf8("m_IndexParam2"));
00201 m_IndexParam2->setMaximum(9999.99);
00202
00203 horizontalLayout->addWidget(m_IndexParam2);
00204
00205
00206 verticalLayout_2->addWidget(params_frame);
00207
00208
00209 verticalLayout->addWidget(frame);
00210
00211 OpacMinFrame = new QFrame(QmitkControlVisualizationPropertiesViewControls);
00212 OpacMinFrame->setObjectName(QString::fromUtf8("OpacMinFrame"));
00213 OpacMinFrame->setFrameShape(QFrame::StyledPanel);
00214 OpacMinFrame->setFrameShadow(QFrame::Raised);
00215 horizontalLayout_4 = new QHBoxLayout(OpacMinFrame);
00216 horizontalLayout_4->setSpacing(6);
00217 horizontalLayout_4->setContentsMargins(0, 0, 0, 0);
00218 horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
00219 label_4 = new QLabel(OpacMinFrame);
00220 label_4->setObjectName(QString::fromUtf8("label_4"));
00221 label_4->setMinimumSize(QSize(90, 0));
00222
00223 horizontalLayout_4->addWidget(label_4);
00224
00225 m_OpacityMinFa = new QSlider(OpacMinFrame);
00226 m_OpacityMinFa->setObjectName(QString::fromUtf8("m_OpacityMinFa"));
00227 m_OpacityMinFa->setMaximum(100);
00228 m_OpacityMinFa->setOrientation(Qt::Horizontal);
00229
00230 horizontalLayout_4->addWidget(m_OpacityMinFa);
00231
00232 m_OpacityMinFaLabel = new QLabel(OpacMinFrame);
00233 m_OpacityMinFaLabel->setObjectName(QString::fromUtf8("m_OpacityMinFaLabel"));
00234 m_OpacityMinFaLabel->setMinimumSize(QSize(40, 0));
00235
00236 horizontalLayout_4->addWidget(m_OpacityMinFaLabel);
00237
00238
00239 verticalLayout->addWidget(OpacMinFrame);
00240
00241 OpacMaxFrame = new QFrame(QmitkControlVisualizationPropertiesViewControls);
00242 OpacMaxFrame->setObjectName(QString::fromUtf8("OpacMaxFrame"));
00243 OpacMaxFrame->setFrameShape(QFrame::StyledPanel);
00244 OpacMaxFrame->setFrameShadow(QFrame::Raised);
00245 horizontalLayout_5 = new QHBoxLayout(OpacMaxFrame);
00246 horizontalLayout_5->setSpacing(6);
00247 horizontalLayout_5->setContentsMargins(0, 0, 0, 0);
00248 horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
00249 label_5 = new QLabel(OpacMaxFrame);
00250 label_5->setObjectName(QString::fromUtf8("label_5"));
00251 label_5->setMinimumSize(QSize(90, 0));
00252
00253 horizontalLayout_5->addWidget(label_5);
00254
00255 m_OpacityMaxFa = new QSlider(OpacMaxFrame);
00256 m_OpacityMaxFa->setObjectName(QString::fromUtf8("m_OpacityMaxFa"));
00257 m_OpacityMaxFa->setMaximum(100);
00258 m_OpacityMaxFa->setOrientation(Qt::Horizontal);
00259
00260 horizontalLayout_5->addWidget(m_OpacityMaxFa);
00261
00262 m_OpacityMaxFaLabel = new QLabel(OpacMaxFrame);
00263 m_OpacityMaxFaLabel->setObjectName(QString::fromUtf8("m_OpacityMaxFaLabel"));
00264 m_OpacityMaxFaLabel->setMinimumSize(QSize(40, 0));
00265
00266 horizontalLayout_5->addWidget(m_OpacityMaxFaLabel);
00267
00268
00269 verticalLayout->addWidget(OpacMaxFrame);
00270
00271 spacer1 = new QSpacerItem(0, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);
00272
00273 verticalLayout->addItem(spacer1);
00274
00275
00276 retranslateUi(QmitkControlVisualizationPropertiesViewControls);
00277
00278 QMetaObject::connectSlotsByName(QmitkControlVisualizationPropertiesViewControls);
00279 }
00280
00281 void retranslateUi(QWidget *QmitkControlVisualizationPropertiesViewControls)
00282 {
00283 QmitkControlVisualizationPropertiesViewControls->setWindowTitle(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "QmitkTemplate", 0, QApplication::UnicodeUTF8));
00284 #ifndef QT_NO_TOOLTIP
00285 m_Reinit->setToolTip(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Reinit view", "Reinit view", QApplication::UnicodeUTF8));
00286 #endif // QT_NO_TOOLTIP
00287 #ifndef QT_NO_STATUSTIP
00288 m_Reinit->setStatusTip(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Reinit view", "Reinit view", QApplication::UnicodeUTF8));
00289 #endif // QT_NO_STATUSTIP
00290 #ifndef QT_NO_WHATSTHIS
00291 m_Reinit->setWhatsThis(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Reinit view", "Reinit view", QApplication::UnicodeUTF8));
00292 #endif // QT_NO_WHATSTHIS
00293 m_Reinit->setText(QString());
00294 #ifndef QT_NO_TOOLTIP
00295 m_TextureIntON->setToolTip(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Texture interpolation ON", "Texture interpolation ON", QApplication::UnicodeUTF8));
00296 #endif // QT_NO_TOOLTIP
00297 #ifndef QT_NO_STATUSTIP
00298 m_TextureIntON->setStatusTip(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Texture interpolation ON", "Texture interpolation ON", QApplication::UnicodeUTF8));
00299 #endif // QT_NO_STATUSTIP
00300 #ifndef QT_NO_WHATSTHIS
00301 m_TextureIntON->setWhatsThis(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Texture interpolation ON", "Texture interpolation ON", QApplication::UnicodeUTF8));
00302 #endif // QT_NO_WHATSTHIS
00303 m_TextureIntON->setText(QString());
00304 #ifndef QT_NO_TOOLTIP
00305 m_VisibleOdfsON->setToolTip(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Toggle visibility of ODF glyphs", "Toggle visibility of ODF glyphs", QApplication::UnicodeUTF8));
00306 #endif // QT_NO_TOOLTIP
00307 #ifndef QT_NO_STATUSTIP
00308 m_VisibleOdfsON->setStatusTip(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Toggle visibility of ODF glyphs", "Toggle visibility of ODF glyphs", QApplication::UnicodeUTF8));
00309 #endif // QT_NO_STATUSTIP
00310 #ifndef QT_NO_WHATSTHIS
00311 m_VisibleOdfsON->setWhatsThis(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Toggle visibility of ODF glyphs", "Toggle visibility of ODF glyphs", QApplication::UnicodeUTF8));
00312 #endif // QT_NO_WHATSTHIS
00313 m_VisibleOdfsON->setText(QString());
00314 m_NormalizationDropdown->clear();
00315 m_NormalizationDropdown->insertItems(0, QStringList()
00316 << QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Min-Max Normalize", 0, QApplication::UnicodeUTF8)
00317 << QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Max Normalize", 0, QApplication::UnicodeUTF8)
00318 << QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "No Normalization", 0, QApplication::UnicodeUTF8)
00319 << QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Global-Max Norm.", 0, QApplication::UnicodeUTF8)
00320 );
00321 label->setText(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Scaling", 0, QApplication::UnicodeUTF8));
00322 m_AdditionalScaling->clear();
00323 m_AdditionalScaling->insertItems(0, QStringList()
00324 << QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "No additional scaling", 0, QApplication::UnicodeUTF8)
00325 << QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Scale by GFA", 0, QApplication::UnicodeUTF8)
00326 << QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Scale by ASR", 0, QApplication::UnicodeUTF8)
00327 );
00328 label_2->setText(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Param1", 0, QApplication::UnicodeUTF8));
00329 label_3->setText(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Param2", 0, QApplication::UnicodeUTF8));
00330 label_4->setText(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Opacity Min", 0, QApplication::UnicodeUTF8));
00331 m_OpacityMinFaLabel->setText(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "0.0", 0, QApplication::UnicodeUTF8));
00332 label_5->setText(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "Opacity Max", 0, QApplication::UnicodeUTF8));
00333 m_OpacityMaxFaLabel->setText(QApplication::translate("QmitkControlVisualizationPropertiesViewControls", "0.0", 0, QApplication::UnicodeUTF8));
00334 }
00335
00336 };
00337
00338 namespace Ui {
00339 class QmitkControlVisualizationPropertiesViewControls: public Ui_QmitkControlVisualizationPropertiesViewControls {};
00340 }
00341
00342 QT_END_NAMESPACE
00343
00344 #endif // UI_QMITKCONTROLVISUALIZATIONPROPERTIESVIEWCONTROLS_H