#include <ui_QmitkIGTExampleViewControls.h>
Public Member Functions | |
void | setupUi (QWidget *QmitkIGTExampleControls) |
void | retranslateUi (QWidget *QmitkIGTExampleControls) |
Public Attributes | |
QVBoxLayout * | verticalLayout_2 |
QGroupBox * | groupBox |
QVBoxLayout * | verticalLayout |
QComboBox * | m_TrackingDevice |
QHBoxLayout * | hboxLayout |
QPushButton * | m_LoadToolBtn |
QLabel * | m_ToolFileName |
QHBoxLayout * | hboxLayout1 |
QLabel * | m_PortLabel |
QLineEdit * | m_Port |
QPushButton * | m_StartTrackingButton |
QPushButton * | m_StartNavigationButton |
QTextEdit * | m_TextOutput |
QmitkPlotWidget * | m_ErrorPlot |
QHBoxLayout * | _2 |
QPushButton * | m_ShowErrorPlotBtn |
QProgressBar * | m_ErrorBar |
QPushButton * | m_MeasureBtn |
QPushButton * | m_MeasureContinuously |
QPushButton * | m_StopBtn |
QHBoxLayout * | hboxLayout2 |
QLabel * | textLabel1 |
QLineEdit * | m_X |
QLineEdit * | m_Y |
QLineEdit * | m_Z |
QPushButton * | m_ChangeOffset |
QCheckBox * | m_ShowTrajectories |
QPushButton * | m_RecordingButtonToggle |
QPushButton * | m_PlayingButtonToggle |
Definition at line 34 of file ui_QmitkIGTExampleViewControls.h.
void Ui_QmitkIGTExampleControls::retranslateUi | ( | QWidget * | QmitkIGTExampleControls ) | [inline] |
Definition at line 244 of file ui_QmitkIGTExampleViewControls.h.
References groupBox, m_ChangeOffset, m_LoadToolBtn, m_MeasureBtn, m_MeasureContinuously, m_PlayingButtonToggle, m_PortLabel, m_RecordingButtonToggle, m_ShowErrorPlotBtn, m_ShowTrajectories, m_StartNavigationButton, m_StartTrackingButton, m_StopBtn, m_ToolFileName, m_TrackingDevice, m_X, m_Y, m_Z, and textLabel1.
Referenced by setupUi().
{ QmitkIGTExampleControls->setWindowTitle(QApplication::translate("QmitkIGTExampleControls", "QmitkIGTExample", 0, QApplication::UnicodeUTF8)); groupBox->setTitle(QApplication::translate("QmitkIGTExampleControls", "Select Tracking Device", 0, QApplication::UnicodeUTF8)); m_TrackingDevice->clear(); m_TrackingDevice->insertItems(0, QStringList() << QApplication::translate("QmitkIGTExampleControls", "NDI Polaris", 0, QApplication::UnicodeUTF8) << QApplication::translate("QmitkIGTExampleControls", "NDI Aurora", 0, QApplication::UnicodeUTF8) << QApplication::translate("QmitkIGTExampleControls", "Micron Tracker", 0, QApplication::UnicodeUTF8) << QApplication::translate("QmitkIGTExampleControls", "MicroBird", 0, QApplication::UnicodeUTF8) << QApplication::translate("QmitkIGTExampleControls", "VirtualTrackingDevice", 0, QApplication::UnicodeUTF8) ); m_LoadToolBtn->setText(QApplication::translate("QmitkIGTExampleControls", "Load Tool(s)", 0, QApplication::UnicodeUTF8)); m_ToolFileName->setText(QString()); m_PortLabel->setText(QApplication::translate("QmitkIGTExampleControls", "Port (e.g. COM4, /dev/ttyUSB0):", 0, QApplication::UnicodeUTF8)); m_StartTrackingButton->setText(QApplication::translate("QmitkIGTExampleControls", "Start MITK-IGT-Tracking Test", 0, QApplication::UnicodeUTF8)); m_StartNavigationButton->setText(QApplication::translate("QmitkIGTExampleControls", "Start MITK-IGT-Navigation Test", 0, QApplication::UnicodeUTF8)); m_ShowErrorPlotBtn->setText(QApplication::translate("QmitkIGTExampleControls", "Show Error Plot", 0, QApplication::UnicodeUTF8)); m_MeasureBtn->setText(QApplication::translate("QmitkIGTExampleControls", "Measure!", 0, QApplication::UnicodeUTF8)); m_MeasureContinuously->setText(QApplication::translate("QmitkIGTExampleControls", "Start measure continuously", 0, QApplication::UnicodeUTF8)); m_StopBtn->setText(QApplication::translate("QmitkIGTExampleControls", "End MITK-IGT-Navigation Test", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("QmitkIGTExampleControls", "Offset(x,y,z)", 0, QApplication::UnicodeUTF8)); m_X->setText(QApplication::translate("QmitkIGTExampleControls", "0.0", 0, QApplication::UnicodeUTF8)); m_Y->setText(QApplication::translate("QmitkIGTExampleControls", "0.0", 0, QApplication::UnicodeUTF8)); m_Z->setText(QApplication::translate("QmitkIGTExampleControls", "0.0", 0, QApplication::UnicodeUTF8)); m_ChangeOffset->setText(QApplication::translate("QmitkIGTExampleControls", "Change Offset", 0, QApplication::UnicodeUTF8)); m_ShowTrajectories->setText(QApplication::translate("QmitkIGTExampleControls", "Show trajectories", 0, QApplication::UnicodeUTF8)); m_RecordingButtonToggle->setText(QApplication::translate("QmitkIGTExampleControls", "Start Recording Test", 0, QApplication::UnicodeUTF8)); m_PlayingButtonToggle->setText(QApplication::translate("QmitkIGTExampleControls", "Start Replaying", 0, QApplication::UnicodeUTF8)); } // retranslateUi
void Ui_QmitkIGTExampleControls::setupUi | ( | QWidget * | QmitkIGTExampleControls ) | [inline] |
Definition at line 67 of file ui_QmitkIGTExampleViewControls.h.
References _2, groupBox, hboxLayout, hboxLayout1, hboxLayout2, m_ChangeOffset, m_ErrorBar, m_ErrorPlot, m_LoadToolBtn, m_MeasureBtn, m_MeasureContinuously, m_PlayingButtonToggle, m_Port, m_PortLabel, m_RecordingButtonToggle, m_ShowErrorPlotBtn, m_ShowTrajectories, m_StartNavigationButton, m_StartTrackingButton, m_StopBtn, m_TextOutput, m_ToolFileName, m_TrackingDevice, m_X, m_Y, m_Z, retranslateUi(), textLabel1, verticalLayout, and verticalLayout_2.
Referenced by QmitkIGTExampleView::CreateQtPartControl().
{ if (QmitkIGTExampleControls->objectName().isEmpty()) QmitkIGTExampleControls->setObjectName(QString::fromUtf8("QmitkIGTExampleControls")); QmitkIGTExampleControls->resize(510, 706); QmitkIGTExampleControls->setMinimumSize(QSize(0, 0)); verticalLayout_2 = new QVBoxLayout(QmitkIGTExampleControls); verticalLayout_2->setSpacing(6); verticalLayout_2->setContentsMargins(11, 11, 11, 11); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); groupBox = new QGroupBox(QmitkIGTExampleControls); groupBox->setObjectName(QString::fromUtf8("groupBox")); verticalLayout = new QVBoxLayout(groupBox); verticalLayout->setSpacing(6); verticalLayout->setContentsMargins(11, 11, 11, 11); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); m_TrackingDevice = new QComboBox(groupBox); m_TrackingDevice->setObjectName(QString::fromUtf8("m_TrackingDevice")); verticalLayout->addWidget(m_TrackingDevice); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); m_LoadToolBtn = new QPushButton(groupBox); m_LoadToolBtn->setObjectName(QString::fromUtf8("m_LoadToolBtn")); hboxLayout->addWidget(m_LoadToolBtn); m_ToolFileName = new QLabel(groupBox); m_ToolFileName->setObjectName(QString::fromUtf8("m_ToolFileName")); m_ToolFileName->setWordWrap(false); hboxLayout->addWidget(m_ToolFileName); verticalLayout->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); m_PortLabel = new QLabel(groupBox); m_PortLabel->setObjectName(QString::fromUtf8("m_PortLabel")); m_PortLabel->setWordWrap(false); hboxLayout1->addWidget(m_PortLabel); m_Port = new QLineEdit(groupBox); m_Port->setObjectName(QString::fromUtf8("m_Port")); m_Port->setMinimumSize(QSize(80, 0)); hboxLayout1->addWidget(m_Port); verticalLayout->addLayout(hboxLayout1); verticalLayout_2->addWidget(groupBox); m_StartTrackingButton = new QPushButton(QmitkIGTExampleControls); m_StartTrackingButton->setObjectName(QString::fromUtf8("m_StartTrackingButton")); verticalLayout_2->addWidget(m_StartTrackingButton); m_StartNavigationButton = new QPushButton(QmitkIGTExampleControls); m_StartNavigationButton->setObjectName(QString::fromUtf8("m_StartNavigationButton")); verticalLayout_2->addWidget(m_StartNavigationButton); m_TextOutput = new QTextEdit(QmitkIGTExampleControls); m_TextOutput->setObjectName(QString::fromUtf8("m_TextOutput")); verticalLayout_2->addWidget(m_TextOutput); m_ErrorPlot = new QmitkPlotWidget(QmitkIGTExampleControls); m_ErrorPlot->setObjectName(QString::fromUtf8("m_ErrorPlot")); m_ErrorPlot->setEnabled(false); QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(m_ErrorPlot->sizePolicy().hasHeightForWidth()); m_ErrorPlot->setSizePolicy(sizePolicy); m_ErrorPlot->setMinimumSize(QSize(80, 60)); verticalLayout_2->addWidget(m_ErrorPlot); _2 = new QHBoxLayout(); _2->setSpacing(6); _2->setObjectName(QString::fromUtf8("_2")); m_ShowErrorPlotBtn = new QPushButton(QmitkIGTExampleControls); m_ShowErrorPlotBtn->setObjectName(QString::fromUtf8("m_ShowErrorPlotBtn")); _2->addWidget(m_ShowErrorPlotBtn); m_ErrorBar = new QProgressBar(QmitkIGTExampleControls); m_ErrorBar->setObjectName(QString::fromUtf8("m_ErrorBar")); m_ErrorBar->setValue(0); m_ErrorBar->setTextVisible(false); _2->addWidget(m_ErrorBar); verticalLayout_2->addLayout(_2); m_MeasureBtn = new QPushButton(QmitkIGTExampleControls); m_MeasureBtn->setObjectName(QString::fromUtf8("m_MeasureBtn")); m_MeasureBtn->setEnabled(false); verticalLayout_2->addWidget(m_MeasureBtn); m_MeasureContinuously = new QPushButton(QmitkIGTExampleControls); m_MeasureContinuously->setObjectName(QString::fromUtf8("m_MeasureContinuously")); m_MeasureContinuously->setEnabled(false); verticalLayout_2->addWidget(m_MeasureContinuously); m_StopBtn = new QPushButton(QmitkIGTExampleControls); m_StopBtn->setObjectName(QString::fromUtf8("m_StopBtn")); m_StopBtn->setEnabled(false); verticalLayout_2->addWidget(m_StopBtn); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); textLabel1 = new QLabel(QmitkIGTExampleControls); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); textLabel1->setWordWrap(false); hboxLayout2->addWidget(textLabel1); m_X = new QLineEdit(QmitkIGTExampleControls); m_X->setObjectName(QString::fromUtf8("m_X")); hboxLayout2->addWidget(m_X); m_Y = new QLineEdit(QmitkIGTExampleControls); m_Y->setObjectName(QString::fromUtf8("m_Y")); hboxLayout2->addWidget(m_Y); m_Z = new QLineEdit(QmitkIGTExampleControls); m_Z->setObjectName(QString::fromUtf8("m_Z")); hboxLayout2->addWidget(m_Z); m_ChangeOffset = new QPushButton(QmitkIGTExampleControls); m_ChangeOffset->setObjectName(QString::fromUtf8("m_ChangeOffset")); hboxLayout2->addWidget(m_ChangeOffset); verticalLayout_2->addLayout(hboxLayout2); m_ShowTrajectories = new QCheckBox(QmitkIGTExampleControls); m_ShowTrajectories->setObjectName(QString::fromUtf8("m_ShowTrajectories")); verticalLayout_2->addWidget(m_ShowTrajectories); m_RecordingButtonToggle = new QPushButton(QmitkIGTExampleControls); m_RecordingButtonToggle->setObjectName(QString::fromUtf8("m_RecordingButtonToggle")); m_RecordingButtonToggle->setCheckable(true); verticalLayout_2->addWidget(m_RecordingButtonToggle); m_PlayingButtonToggle = new QPushButton(QmitkIGTExampleControls); m_PlayingButtonToggle->setObjectName(QString::fromUtf8("m_PlayingButtonToggle")); m_PlayingButtonToggle->setCheckable(true); verticalLayout_2->addWidget(m_PlayingButtonToggle); retranslateUi(QmitkIGTExampleControls); QMetaObject::connectSlotsByName(QmitkIGTExampleControls); } // setupUi
QHBoxLayout* Ui_QmitkIGTExampleControls::_2 |
Definition at line 51 of file ui_QmitkIGTExampleViewControls.h.
Referenced by setupUi().
QGroupBox* Ui_QmitkIGTExampleControls::groupBox |
Definition at line 38 of file ui_QmitkIGTExampleViewControls.h.
Referenced by retranslateUi(), and setupUi().
QHBoxLayout* Ui_QmitkIGTExampleControls::hboxLayout |
Definition at line 41 of file ui_QmitkIGTExampleViewControls.h.
Referenced by setupUi().
QHBoxLayout* Ui_QmitkIGTExampleControls::hboxLayout1 |
Definition at line 44 of file ui_QmitkIGTExampleViewControls.h.
Referenced by setupUi().
QHBoxLayout* Ui_QmitkIGTExampleControls::hboxLayout2 |
Definition at line 57 of file ui_QmitkIGTExampleViewControls.h.
Referenced by setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_ChangeOffset |
Definition at line 62 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), retranslateUi(), and setupUi().
QProgressBar* Ui_QmitkIGTExampleControls::m_ErrorBar |
Definition at line 53 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::OnErrorValueChanged(), QmitkIGTExampleView::OnShowErrorPlot(), and setupUi().
Definition at line 50 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::OnErrorValueChanged(), QmitkIGTExampleView::OnShowErrorPlot(), and setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_LoadToolBtn |
Definition at line 42 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), QmitkIGTExampleView::OnTrackingDeviceTextChanged(), retranslateUi(), and setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_MeasureBtn |
Definition at line 54 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), QmitkIGTExampleView::OnStop(), QmitkIGTExampleView::OnTestNavigation(), retranslateUi(), and setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_MeasureContinuously |
Definition at line 55 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), QmitkIGTExampleView::OnMeasureContinuously(), QmitkIGTExampleView::OnStop(), QmitkIGTExampleView::OnTestNavigation(), retranslateUi(), and setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_PlayingButtonToggle |
Definition at line 65 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), QmitkIGTExampleView::CreateQtPartControl(), QmitkIGTExampleView::OnPlayingToggle(), QmitkIGTExampleView::OnRecordingToggle(), retranslateUi(), and setupUi().
QLineEdit* Ui_QmitkIGTExampleControls::m_Port |
Definition at line 46 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::ConfigureTrackingDevice(), QmitkIGTExampleView::OnTrackingDeviceTextChanged(), and setupUi().
Definition at line 45 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::OnTrackingDeviceTextChanged(), retranslateUi(), and setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_RecordingButtonToggle |
Definition at line 64 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), QmitkIGTExampleView::OnPlayingToggle(), QmitkIGTExampleView::OnRecordingToggle(), retranslateUi(), and setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_ShowErrorPlotBtn |
Definition at line 52 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), retranslateUi(), and setupUi().
Definition at line 63 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::OnTestNavigation(), retranslateUi(), and setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_StartNavigationButton |
Definition at line 48 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), QmitkIGTExampleView::OnStop(), QmitkIGTExampleView::OnTestNavigation(), retranslateUi(), and setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_StartTrackingButton |
Definition at line 47 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), QmitkIGTExampleView::OnStop(), QmitkIGTExampleView::OnTestNavigation(), retranslateUi(), and setupUi().
QPushButton* Ui_QmitkIGTExampleControls::m_StopBtn |
Definition at line 56 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateConnections(), QmitkIGTExampleView::OnStop(), QmitkIGTExampleView::OnTestNavigation(), retranslateUi(), and setupUi().
QTextEdit* Ui_QmitkIGTExampleControls::m_TextOutput |
Definition at line 49 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateQtPartControl(), and setupUi().
Definition at line 43 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::OnLoadTool(), QmitkIGTExampleView::OnTrackingDeviceTextChanged(), retranslateUi(), and setupUi().
QComboBox* Ui_QmitkIGTExampleControls::m_TrackingDevice |
Definition at line 40 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::ConfigureTrackingDevice(), QmitkIGTExampleView::CreateConnections(), QmitkIGTExampleView::OnRecordingToggle(), QmitkIGTExampleView::OnTrackingDeviceTextChanged(), retranslateUi(), and setupUi().
QLineEdit* Ui_QmitkIGTExampleControls::m_X |
Definition at line 59 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateQtPartControl(), QmitkIGTExampleView::OnParametersChanged(), retranslateUi(), and setupUi().
QLineEdit* Ui_QmitkIGTExampleControls::m_Y |
Definition at line 60 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateQtPartControl(), QmitkIGTExampleView::OnParametersChanged(), retranslateUi(), and setupUi().
QLineEdit* Ui_QmitkIGTExampleControls::m_Z |
Definition at line 61 of file ui_QmitkIGTExampleViewControls.h.
Referenced by QmitkIGTExampleView::CreateQtPartControl(), QmitkIGTExampleView::OnParametersChanged(), retranslateUi(), and setupUi().
Definition at line 58 of file ui_QmitkIGTExampleViewControls.h.
Referenced by retranslateUi(), and setupUi().
QVBoxLayout* Ui_QmitkIGTExampleControls::verticalLayout |
Definition at line 39 of file ui_QmitkIGTExampleViewControls.h.
Referenced by setupUi().
QVBoxLayout* Ui_QmitkIGTExampleControls::verticalLayout_2 |
Definition at line 37 of file ui_QmitkIGTExampleViewControls.h.
Referenced by setupUi().