Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKIGTRECORDERVIEWCONTROLS_H
00011 #define UI_QMITKIGTRECORDERVIEWCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QGroupBox>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QPushButton>
00021 #include <QtGui/QSpacerItem>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024 #include "QmitkPlotWidget.h"
00025 #include "mitkPropertyList.h"
00026
00027 QT_BEGIN_NAMESPACE
00028
00029 class Ui_QmitkIGTRecorderControls
00030 {
00031 public:
00032 QVBoxLayout *vboxLayout;
00033 QGroupBox *m_DeviceConfigGroup;
00034 QVBoxLayout *verticalLayout;
00035 QCheckBox *m_UpdateTrajectory;
00036 QCheckBox *m_UpdateRecorder;
00037 QPushButton *m_StartRecording;
00038 QPushButton *m_PauseRecording;
00039 QPushButton *m_StopRecording;
00040 QPushButton *m_StartReplay;
00041 QPushButton *m_StopReplay;
00042 QSpacerItem *verticalSpacer;
00043
00044 void setupUi(QWidget *QmitkIGTRecorderControls)
00045 {
00046 if (QmitkIGTRecorderControls->objectName().isEmpty())
00047 QmitkIGTRecorderControls->setObjectName(QString::fromUtf8("QmitkIGTRecorderControls"));
00048 QmitkIGTRecorderControls->resize(389, 339);
00049 QmitkIGTRecorderControls->setMinimumSize(QSize(0, 0));
00050 vboxLayout = new QVBoxLayout(QmitkIGTRecorderControls);
00051 vboxLayout->setSpacing(6);
00052 vboxLayout->setContentsMargins(11, 11, 11, 11);
00053 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00054 m_DeviceConfigGroup = new QGroupBox(QmitkIGTRecorderControls);
00055 m_DeviceConfigGroup->setObjectName(QString::fromUtf8("m_DeviceConfigGroup"));
00056 QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
00057 sizePolicy.setHorizontalStretch(0);
00058 sizePolicy.setVerticalStretch(0);
00059 sizePolicy.setHeightForWidth(m_DeviceConfigGroup->sizePolicy().hasHeightForWidth());
00060 m_DeviceConfigGroup->setSizePolicy(sizePolicy);
00061 verticalLayout = new QVBoxLayout(m_DeviceConfigGroup);
00062 verticalLayout->setSpacing(6);
00063 verticalLayout->setContentsMargins(11, 11, 11, 11);
00064 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00065
00066 vboxLayout->addWidget(m_DeviceConfigGroup);
00067
00068 m_UpdateTrajectory = new QCheckBox(QmitkIGTRecorderControls);
00069 m_UpdateTrajectory->setObjectName(QString::fromUtf8("m_UpdateTrajectory"));
00070 m_UpdateTrajectory->setChecked(true);
00071
00072 vboxLayout->addWidget(m_UpdateTrajectory);
00073
00074 m_UpdateRecorder = new QCheckBox(QmitkIGTRecorderControls);
00075 m_UpdateRecorder->setObjectName(QString::fromUtf8("m_UpdateRecorder"));
00076 m_UpdateRecorder->setChecked(true);
00077
00078 vboxLayout->addWidget(m_UpdateRecorder);
00079
00080 m_StartRecording = new QPushButton(QmitkIGTRecorderControls);
00081 m_StartRecording->setObjectName(QString::fromUtf8("m_StartRecording"));
00082 m_StartRecording->setEnabled(false);
00083
00084 vboxLayout->addWidget(m_StartRecording);
00085
00086 m_PauseRecording = new QPushButton(QmitkIGTRecorderControls);
00087 m_PauseRecording->setObjectName(QString::fromUtf8("m_PauseRecording"));
00088 m_PauseRecording->setEnabled(false);
00089 m_PauseRecording->setCheckable(true);
00090 m_PauseRecording->setChecked(false);
00091
00092 vboxLayout->addWidget(m_PauseRecording);
00093
00094 m_StopRecording = new QPushButton(QmitkIGTRecorderControls);
00095 m_StopRecording->setObjectName(QString::fromUtf8("m_StopRecording"));
00096 m_StopRecording->setEnabled(false);
00097
00098 vboxLayout->addWidget(m_StopRecording);
00099
00100 m_StartReplay = new QPushButton(QmitkIGTRecorderControls);
00101 m_StartReplay->setObjectName(QString::fromUtf8("m_StartReplay"));
00102 m_StartReplay->setEnabled(false);
00103
00104 vboxLayout->addWidget(m_StartReplay);
00105
00106 m_StopReplay = new QPushButton(QmitkIGTRecorderControls);
00107 m_StopReplay->setObjectName(QString::fromUtf8("m_StopReplay"));
00108 m_StopReplay->setEnabled(false);
00109
00110 vboxLayout->addWidget(m_StopReplay);
00111
00112 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00113
00114 vboxLayout->addItem(verticalSpacer);
00115
00116
00117 retranslateUi(QmitkIGTRecorderControls);
00118
00119 QMetaObject::connectSlotsByName(QmitkIGTRecorderControls);
00120 }
00121
00122 void retranslateUi(QWidget *QmitkIGTRecorderControls)
00123 {
00124 QmitkIGTRecorderControls->setWindowTitle(QApplication::translate("QmitkIGTRecorderControls", "QmitkIGTExample", 0, QApplication::UnicodeUTF8));
00125 m_DeviceConfigGroup->setTitle(QApplication::translate("QmitkIGTRecorderControls", "Select Tracking Device", 0, QApplication::UnicodeUTF8));
00126 m_UpdateTrajectory->setText(QApplication::translate("QmitkIGTRecorderControls", "Update Trajectory", 0, QApplication::UnicodeUTF8));
00127 m_UpdateRecorder->setText(QApplication::translate("QmitkIGTRecorderControls", "Update Recorder", 0, QApplication::UnicodeUTF8));
00128 m_StartRecording->setText(QApplication::translate("QmitkIGTRecorderControls", "Start Recording", 0, QApplication::UnicodeUTF8));
00129 m_PauseRecording->setText(QApplication::translate("QmitkIGTRecorderControls", "Pause Recording", 0, QApplication::UnicodeUTF8));
00130 m_StopRecording->setText(QApplication::translate("QmitkIGTRecorderControls", "Stop Recording", 0, QApplication::UnicodeUTF8));
00131 m_StartReplay->setText(QApplication::translate("QmitkIGTRecorderControls", "Replay recorded file", 0, QApplication::UnicodeUTF8));
00132 m_StopReplay->setText(QApplication::translate("QmitkIGTRecorderControls", "Stop Replaying", 0, QApplication::UnicodeUTF8));
00133 }
00134
00135 };
00136
00137 namespace Ui {
00138 class QmitkIGTRecorderControls: public Ui_QmitkIGTRecorderControls {};
00139 }
00140
00141 QT_END_NAMESPACE
00142
00143 #endif // UI_QMITKIGTRECORDERVIEWCONTROLS_H