Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKPOINTSETINTERACTIONVIEWCONTROLS_H
00011 #define UI_QMITKPOINTSETINTERACTIONVIEWCONTROLS_H
00012
00013 #include <QmitkPointListWidget.h>
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QGroupBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025 #include <mitkDataNode.h>
00026 #include <mitkPointSet.h>
00027 #include <mitkPointSetInteractor.h>
00028
00029 QT_BEGIN_NAMESPACE
00030
00031 class Ui_QmitkPointSetInteractionControls
00032 {
00033 public:
00034 QVBoxLayout *vboxLayout;
00035 QHBoxLayout *hboxLayout;
00036 QLabel *textLabel1;
00037 QLabel *m_CurrentPointSetLabel;
00038 QVBoxLayout *vboxLayout1;
00039 QPushButton *m_PbAddPointSet;
00040 QGroupBox *groupBox;
00041 QVBoxLayout *verticalLayout;
00042 QmitkPointListWidget *m_PointListWidget;
00043
00044 void setupUi(QWidget *QmitkPointSetInteractionControls)
00045 {
00046 if (QmitkPointSetInteractionControls->objectName().isEmpty())
00047 QmitkPointSetInteractionControls->setObjectName(QString::fromUtf8("QmitkPointSetInteractionControls"));
00048 QmitkPointSetInteractionControls->resize(376, 477);
00049 QmitkPointSetInteractionControls->setMinimumSize(QSize(0, 0));
00050 vboxLayout = new QVBoxLayout(QmitkPointSetInteractionControls);
00051 vboxLayout->setSpacing(6);
00052 vboxLayout->setContentsMargins(11, 11, 11, 11);
00053 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00054 hboxLayout = new QHBoxLayout();
00055 hboxLayout->setSpacing(5);
00056 hboxLayout->setContentsMargins(5, 5, 5, 5);
00057 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00058 textLabel1 = new QLabel(QmitkPointSetInteractionControls);
00059 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00060 QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
00061 sizePolicy.setHorizontalStretch(0);
00062 sizePolicy.setVerticalStretch(0);
00063 sizePolicy.setHeightForWidth(textLabel1->sizePolicy().hasHeightForWidth());
00064 textLabel1->setSizePolicy(sizePolicy);
00065 textLabel1->setWordWrap(false);
00066
00067 hboxLayout->addWidget(textLabel1);
00068
00069 m_CurrentPointSetLabel = new QLabel(QmitkPointSetInteractionControls);
00070 m_CurrentPointSetLabel->setObjectName(QString::fromUtf8("m_CurrentPointSetLabel"));
00071 m_CurrentPointSetLabel->setAlignment(Qt::AlignCenter);
00072
00073 hboxLayout->addWidget(m_CurrentPointSetLabel);
00074
00075
00076 vboxLayout->addLayout(hboxLayout);
00077
00078 vboxLayout1 = new QVBoxLayout();
00079 vboxLayout1->setSpacing(5);
00080 vboxLayout1->setContentsMargins(6, 6, 6, 6);
00081 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00082 m_PbAddPointSet = new QPushButton(QmitkPointSetInteractionControls);
00083 m_PbAddPointSet->setObjectName(QString::fromUtf8("m_PbAddPointSet"));
00084
00085 vboxLayout1->addWidget(m_PbAddPointSet);
00086
00087
00088 vboxLayout->addLayout(vboxLayout1);
00089
00090 groupBox = new QGroupBox(QmitkPointSetInteractionControls);
00091 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00092 verticalLayout = new QVBoxLayout(groupBox);
00093 verticalLayout->setSpacing(6);
00094 verticalLayout->setContentsMargins(11, 11, 11, 11);
00095 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00096 m_PointListWidget = new QmitkPointListWidget(groupBox);
00097 m_PointListWidget->setObjectName(QString::fromUtf8("m_PointListWidget"));
00098
00099 verticalLayout->addWidget(m_PointListWidget);
00100
00101
00102 vboxLayout->addWidget(groupBox);
00103
00104
00105 retranslateUi(QmitkPointSetInteractionControls);
00106
00107 QMetaObject::connectSlotsByName(QmitkPointSetInteractionControls);
00108 }
00109
00110 void retranslateUi(QWidget *QmitkPointSetInteractionControls)
00111 {
00112 QmitkPointSetInteractionControls->setWindowTitle(QApplication::translate("QmitkPointSetInteractionControls", "QmitkPointSetInteractionView", 0, QApplication::UnicodeUTF8));
00113 textLabel1->setText(QApplication::translate("QmitkPointSetInteractionControls", "Current PointSet", 0, QApplication::UnicodeUTF8));
00114 m_CurrentPointSetLabel->setText(QApplication::translate("QmitkPointSetInteractionControls", "No point set selected ...", 0, QApplication::UnicodeUTF8));
00115 m_PbAddPointSet->setText(QApplication::translate("QmitkPointSetInteractionControls", "Add pointset...", 0, QApplication::UnicodeUTF8));
00116 groupBox->setTitle(QApplication::translate("QmitkPointSetInteractionControls", "Current pointset", 0, QApplication::UnicodeUTF8));
00117 }
00118
00119 };
00120
00121 namespace Ui {
00122 class QmitkPointSetInteractionControls: public Ui_QmitkPointSetInteractionControls {};
00123 }
00124
00125 QT_END_NAMESPACE
00126
00127 #endif // UI_QMITKPOINTSETINTERACTIONVIEWCONTROLS_H