Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKMITKSURFACEMATERIALEDITORVIEWCONTROLS_H
00011 #define UI_QMITKMITKSURFACEMATERIALEDITORVIEWCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QGroupBox>
00018 #include <QtGui/QHeaderView>
00019 #include <QtGui/QVBoxLayout>
00020 #include <QtGui/QWidget>
00021 #include "QmitkDataStorageComboBox.h"
00022 #include "QmitkPropertiesTableEditor.h"
00023 #include "QmitkRenderWindow.h"
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_QmitkMITKSurfaceMaterialEditorViewControls
00028 {
00029 public:
00030 QVBoxLayout *verticalLayout;
00031 QGroupBox *groupBox_Preview;
00032 QVBoxLayout *verticalLayout_3;
00033 QmitkRenderWindow *m_PreviewRenderWindow;
00034 QGroupBox *groupBox_ShaderSelect;
00035 QVBoxLayout *verticalLayout_6;
00036 QmitkPropertiesTableEditor *m_ShaderPropertyList;
00037
00038 void setupUi(QWidget *QmitkMITKSurfaceMaterialEditorViewControls)
00039 {
00040 if (QmitkMITKSurfaceMaterialEditorViewControls->objectName().isEmpty())
00041 QmitkMITKSurfaceMaterialEditorViewControls->setObjectName(QString::fromUtf8("QmitkMITKSurfaceMaterialEditorViewControls"));
00042 QmitkMITKSurfaceMaterialEditorViewControls->resize(240, 794);
00043 QmitkMITKSurfaceMaterialEditorViewControls->setMinimumSize(QSize(0, 0));
00044 verticalLayout = new QVBoxLayout(QmitkMITKSurfaceMaterialEditorViewControls);
00045 verticalLayout->setSpacing(6);
00046 verticalLayout->setContentsMargins(11, 11, 11, 11);
00047 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00048 groupBox_Preview = new QGroupBox(QmitkMITKSurfaceMaterialEditorViewControls);
00049 groupBox_Preview->setObjectName(QString::fromUtf8("groupBox_Preview"));
00050 verticalLayout_3 = new QVBoxLayout(groupBox_Preview);
00051 verticalLayout_3->setSpacing(6);
00052 verticalLayout_3->setContentsMargins(11, 11, 11, 11);
00053 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00054 m_PreviewRenderWindow = new QmitkRenderWindow(groupBox_Preview);
00055 m_PreviewRenderWindow->setObjectName(QString::fromUtf8("m_PreviewRenderWindow"));
00056 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
00057 sizePolicy.setHorizontalStretch(0);
00058 sizePolicy.setVerticalStretch(0);
00059 sizePolicy.setHeightForWidth(m_PreviewRenderWindow->sizePolicy().hasHeightForWidth());
00060 m_PreviewRenderWindow->setSizePolicy(sizePolicy);
00061
00062 verticalLayout_3->addWidget(m_PreviewRenderWindow);
00063
00064
00065 verticalLayout->addWidget(groupBox_Preview);
00066
00067 groupBox_ShaderSelect = new QGroupBox(QmitkMITKSurfaceMaterialEditorViewControls);
00068 groupBox_ShaderSelect->setObjectName(QString::fromUtf8("groupBox_ShaderSelect"));
00069 verticalLayout_6 = new QVBoxLayout(groupBox_ShaderSelect);
00070 verticalLayout_6->setSpacing(6);
00071 verticalLayout_6->setContentsMargins(11, 11, 11, 11);
00072 verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
00073 m_ShaderPropertyList = new QmitkPropertiesTableEditor(groupBox_ShaderSelect);
00074 m_ShaderPropertyList->setObjectName(QString::fromUtf8("m_ShaderPropertyList"));
00075
00076 verticalLayout_6->addWidget(m_ShaderPropertyList);
00077
00078
00079 verticalLayout->addWidget(groupBox_ShaderSelect);
00080
00081
00082 retranslateUi(QmitkMITKSurfaceMaterialEditorViewControls);
00083
00084 QMetaObject::connectSlotsByName(QmitkMITKSurfaceMaterialEditorViewControls);
00085 }
00086
00087 void retranslateUi(QWidget *QmitkMITKSurfaceMaterialEditorViewControls)
00088 {
00089 QmitkMITKSurfaceMaterialEditorViewControls->setWindowTitle(QApplication::translate("QmitkMITKSurfaceMaterialEditorViewControls", "QmitkTemplate", 0, QApplication::UnicodeUTF8));
00090 groupBox_Preview->setTitle(QApplication::translate("QmitkMITKSurfaceMaterialEditorViewControls", "Preview", 0, QApplication::UnicodeUTF8));
00091 groupBox_ShaderSelect->setTitle(QApplication::translate("QmitkMITKSurfaceMaterialEditorViewControls", "Properties", 0, QApplication::UnicodeUTF8));
00092 }
00093
00094 };
00095
00096 namespace Ui {
00097 class QmitkMITKSurfaceMaterialEditorViewControls: public Ui_QmitkMITKSurfaceMaterialEditorViewControls {};
00098 }
00099
00100 QT_END_NAMESPACE
00101
00102 #endif // UI_QMITKMITKSURFACEMATERIALEDITORVIEWCONTROLS_H