Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKTRACKINGSOURCESCHECKBOXPANELWIDGETCONTROLS_H
00011 #define UI_QMITKTRACKINGSOURCESCHECKBOXPANELWIDGETCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QGridLayout>
00018 #include <QtGui/QHBoxLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QPushButton>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025
00026 QT_BEGIN_NAMESPACE
00027
00028 class Ui_QmitkTrackingSourcesCheckBoxPanelWidgetControls
00029 {
00030 public:
00031 QVBoxLayout *verticalLayout;
00032 QLabel *m_InfoLabel;
00033 QHBoxLayout *horizontalLayout;
00034 QGridLayout *m_GridLayout;
00035 QSpacerItem *horizontalSpacer;
00036 QPushButton *m_ActionButton;
00037 QSpacerItem *verticalSpacer;
00038
00039 void setupUi(QWidget *QmitkTrackingSourcesCheckBoxPanelWidgetControls)
00040 {
00041 if (QmitkTrackingSourcesCheckBoxPanelWidgetControls->objectName().isEmpty())
00042 QmitkTrackingSourcesCheckBoxPanelWidgetControls->setObjectName(QString::fromUtf8("QmitkTrackingSourcesCheckBoxPanelWidgetControls"));
00043 QmitkTrackingSourcesCheckBoxPanelWidgetControls->resize(361, 258);
00044 verticalLayout = new QVBoxLayout(QmitkTrackingSourcesCheckBoxPanelWidgetControls);
00045 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00046 m_InfoLabel = new QLabel(QmitkTrackingSourcesCheckBoxPanelWidgetControls);
00047 m_InfoLabel->setObjectName(QString::fromUtf8("m_InfoLabel"));
00048 m_InfoLabel->setMinimumSize(QSize(0, 20));
00049 m_InfoLabel->setMaximumSize(QSize(16777215, 30));
00050 m_InfoLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
00051
00052 verticalLayout->addWidget(m_InfoLabel);
00053
00054 horizontalLayout = new QHBoxLayout();
00055 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00056 m_GridLayout = new QGridLayout();
00057 m_GridLayout->setObjectName(QString::fromUtf8("m_GridLayout"));
00058
00059 horizontalLayout->addLayout(m_GridLayout);
00060
00061 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00062
00063 horizontalLayout->addItem(horizontalSpacer);
00064
00065
00066 verticalLayout->addLayout(horizontalLayout);
00067
00068 m_ActionButton = new QPushButton(QmitkTrackingSourcesCheckBoxPanelWidgetControls);
00069 m_ActionButton->setObjectName(QString::fromUtf8("m_ActionButton"));
00070
00071 verticalLayout->addWidget(m_ActionButton);
00072
00073 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00074
00075 verticalLayout->addItem(verticalSpacer);
00076
00077
00078 retranslateUi(QmitkTrackingSourcesCheckBoxPanelWidgetControls);
00079
00080 QMetaObject::connectSlotsByName(QmitkTrackingSourcesCheckBoxPanelWidgetControls);
00081 }
00082
00083 void retranslateUi(QWidget *QmitkTrackingSourcesCheckBoxPanelWidgetControls)
00084 {
00085 QmitkTrackingSourcesCheckBoxPanelWidgetControls->setWindowTitle(QApplication::translate("QmitkTrackingSourcesCheckBoxPanelWidgetControls", "Form", 0, QApplication::UnicodeUTF8));
00086 m_InfoLabel->setText(QApplication::translate("QmitkTrackingSourcesCheckBoxPanelWidgetControls", "Insert info text here !", 0, QApplication::UnicodeUTF8));
00087 m_ActionButton->setText(QApplication::translate("QmitkTrackingSourcesCheckBoxPanelWidgetControls", "Perform", 0, QApplication::UnicodeUTF8));
00088 }
00089
00090 };
00091
00092 namespace Ui {
00093 class QmitkTrackingSourcesCheckBoxPanelWidgetControls: public Ui_QmitkTrackingSourcesCheckBoxPanelWidgetControls {};
00094 }
00095
00096 QT_END_NAMESPACE
00097
00098 #endif // UI_QMITKTRACKINGSOURCESCHECKBOXPANELWIDGETCONTROLS_H