#include <ui_QmitkPointSetInteractionViewControls.h>
Public Member Functions | |
void | setupUi (QWidget *QmitkPointSetInteractionControls) |
void | retranslateUi (QWidget *QmitkPointSetInteractionControls) |
Public Attributes | |
QVBoxLayout * | vboxLayout |
QHBoxLayout * | hboxLayout |
QLabel * | textLabel1 |
QLabel * | m_CurrentPointSetLabel |
QVBoxLayout * | vboxLayout1 |
QPushButton * | m_PbAddPointSet |
QGroupBox * | groupBox |
QVBoxLayout * | verticalLayout |
QmitkPointListWidget * | m_PointListWidget |
Definition at line 31 of file ui_QmitkPointSetInteractionViewControls.h.
void Ui_QmitkPointSetInteractionControls::retranslateUi | ( | QWidget * | QmitkPointSetInteractionControls ) | [inline] |
Definition at line 110 of file ui_QmitkPointSetInteractionViewControls.h.
References groupBox, m_CurrentPointSetLabel, m_PbAddPointSet, and textLabel1.
Referenced by setupUi().
{ QmitkPointSetInteractionControls->setWindowTitle(QApplication::translate("QmitkPointSetInteractionControls", "QmitkPointSetInteractionView", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("QmitkPointSetInteractionControls", "Current PointSet", 0, QApplication::UnicodeUTF8)); m_CurrentPointSetLabel->setText(QApplication::translate("QmitkPointSetInteractionControls", "No point set selected ...", 0, QApplication::UnicodeUTF8)); m_PbAddPointSet->setText(QApplication::translate("QmitkPointSetInteractionControls", "Add pointset...", 0, QApplication::UnicodeUTF8)); groupBox->setTitle(QApplication::translate("QmitkPointSetInteractionControls", "Current pointset", 0, QApplication::UnicodeUTF8)); } // retranslateUi
void Ui_QmitkPointSetInteractionControls::setupUi | ( | QWidget * | QmitkPointSetInteractionControls ) | [inline] |
Definition at line 44 of file ui_QmitkPointSetInteractionViewControls.h.
References groupBox, hboxLayout, m_CurrentPointSetLabel, m_PbAddPointSet, m_PointListWidget, retranslateUi(), textLabel1, vboxLayout, vboxLayout1, and verticalLayout.
Referenced by QmitkPointSetInteractionView::CreateQtPartControl().
{ if (QmitkPointSetInteractionControls->objectName().isEmpty()) QmitkPointSetInteractionControls->setObjectName(QString::fromUtf8("QmitkPointSetInteractionControls")); QmitkPointSetInteractionControls->resize(376, 477); QmitkPointSetInteractionControls->setMinimumSize(QSize(0, 0)); vboxLayout = new QVBoxLayout(QmitkPointSetInteractionControls); vboxLayout->setSpacing(6); vboxLayout->setContentsMargins(11, 11, 11, 11); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(5); hboxLayout->setContentsMargins(5, 5, 5, 5); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); textLabel1 = new QLabel(QmitkPointSetInteractionControls); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(textLabel1->sizePolicy().hasHeightForWidth()); textLabel1->setSizePolicy(sizePolicy); textLabel1->setWordWrap(false); hboxLayout->addWidget(textLabel1); m_CurrentPointSetLabel = new QLabel(QmitkPointSetInteractionControls); m_CurrentPointSetLabel->setObjectName(QString::fromUtf8("m_CurrentPointSetLabel")); m_CurrentPointSetLabel->setAlignment(Qt::AlignCenter); hboxLayout->addWidget(m_CurrentPointSetLabel); vboxLayout->addLayout(hboxLayout); vboxLayout1 = new QVBoxLayout(); vboxLayout1->setSpacing(5); vboxLayout1->setContentsMargins(6, 6, 6, 6); vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); m_PbAddPointSet = new QPushButton(QmitkPointSetInteractionControls); m_PbAddPointSet->setObjectName(QString::fromUtf8("m_PbAddPointSet")); vboxLayout1->addWidget(m_PbAddPointSet); vboxLayout->addLayout(vboxLayout1); groupBox = new QGroupBox(QmitkPointSetInteractionControls); groupBox->setObjectName(QString::fromUtf8("groupBox")); verticalLayout = new QVBoxLayout(groupBox); verticalLayout->setSpacing(6); verticalLayout->setContentsMargins(11, 11, 11, 11); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); m_PointListWidget = new QmitkPointListWidget(groupBox); m_PointListWidget->setObjectName(QString::fromUtf8("m_PointListWidget")); verticalLayout->addWidget(m_PointListWidget); vboxLayout->addWidget(groupBox); retranslateUi(QmitkPointSetInteractionControls); QMetaObject::connectSlotsByName(QmitkPointSetInteractionControls); } // setupUi
Definition at line 40 of file ui_QmitkPointSetInteractionViewControls.h.
Referenced by retranslateUi(), and setupUi().
QHBoxLayout* Ui_QmitkPointSetInteractionControls::hboxLayout |
Definition at line 35 of file ui_QmitkPointSetInteractionViewControls.h.
Referenced by setupUi().
Definition at line 37 of file ui_QmitkPointSetInteractionViewControls.h.
Referenced by QmitkPointSetInteractionView::NodeChanged(), QmitkPointSetInteractionView::OnSelectionChanged(), retranslateUi(), and setupUi().
QPushButton* Ui_QmitkPointSetInteractionControls::m_PbAddPointSet |
Definition at line 39 of file ui_QmitkPointSetInteractionViewControls.h.
Referenced by QmitkPointSetInteractionView::CreateQtPartControl(), retranslateUi(), and setupUi().
Definition at line 42 of file ui_QmitkPointSetInteractionViewControls.h.
Referenced by QmitkPointSetInteractionView::Deactivated(), QmitkPointSetInteractionView::OnSelectionChanged(), setupUi(), QmitkPointSetInteractionView::StdMultiWidgetAvailable(), and QmitkPointSetInteractionView::StdMultiWidgetClosed().
Definition at line 36 of file ui_QmitkPointSetInteractionViewControls.h.
Referenced by retranslateUi(), and setupUi().
QVBoxLayout* Ui_QmitkPointSetInteractionControls::vboxLayout |
Definition at line 34 of file ui_QmitkPointSetInteractionViewControls.h.
Referenced by setupUi().
QVBoxLayout* Ui_QmitkPointSetInteractionControls::vboxLayout1 |
Definition at line 38 of file ui_QmitkPointSetInteractionViewControls.h.
Referenced by setupUi().
QVBoxLayout* Ui_QmitkPointSetInteractionControls::verticalLayout |
Definition at line 41 of file ui_QmitkPointSetInteractionViewControls.h.
Referenced by setupUi().