Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKIGTLOGGERWIDGETCONTROLS_H
00011 #define UI_QMITKIGTLOGGERWIDGETCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QGroupBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSpacerItem>
00025 #include <QtGui/QVBoxLayout>
00026 #include <QtGui/QWidget>
00027
00028 QT_BEGIN_NAMESPACE
00029
00030 class Ui_QmitkIGTLoggerWidgetControls
00031 {
00032 public:
00033 QVBoxLayout *verticalLayout_3;
00034 QGroupBox *groupBox;
00035 QVBoxLayout *verticalLayout;
00036 QHBoxLayout *horizontalLayout_2;
00037 QLineEdit *m_leOutputFile;
00038 QPushButton *m_pbLoadDir;
00039 QGroupBox *groupBox_2;
00040 QVBoxLayout *verticalLayout_2;
00041 QHBoxLayout *horizontalLayout;
00042 QLabel *label_11;
00043 QLineEdit *m_leRecordingValue;
00044 QComboBox *m_cbRecordingType;
00045 QSpacerItem *horizontalSpacer;
00046 QHBoxLayout *horizontalLayout_3;
00047 QPushButton *m_pbStartRecording;
00048 QSpacerItem *verticalSpacer;
00049
00050 void setupUi(QWidget *QmitkIGTLoggerWidgetControls)
00051 {
00052 if (QmitkIGTLoggerWidgetControls->objectName().isEmpty())
00053 QmitkIGTLoggerWidgetControls->setObjectName(QString::fromUtf8("QmitkIGTLoggerWidgetControls"));
00054 QmitkIGTLoggerWidgetControls->resize(387, 689);
00055 verticalLayout_3 = new QVBoxLayout(QmitkIGTLoggerWidgetControls);
00056 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00057 groupBox = new QGroupBox(QmitkIGTLoggerWidgetControls);
00058 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00059 verticalLayout = new QVBoxLayout(groupBox);
00060 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00061 horizontalLayout_2 = new QHBoxLayout();
00062 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00063 m_leOutputFile = new QLineEdit(groupBox);
00064 m_leOutputFile->setObjectName(QString::fromUtf8("m_leOutputFile"));
00065
00066 horizontalLayout_2->addWidget(m_leOutputFile);
00067
00068 m_pbLoadDir = new QPushButton(groupBox);
00069 m_pbLoadDir->setObjectName(QString::fromUtf8("m_pbLoadDir"));
00070 m_pbLoadDir->setMaximumSize(QSize(90, 16777215));
00071 QFont font;
00072 font.setBold(false);
00073 font.setWeight(50);
00074 m_pbLoadDir->setFont(font);
00075 m_pbLoadDir->setCheckable(false);
00076
00077 horizontalLayout_2->addWidget(m_pbLoadDir);
00078
00079
00080 verticalLayout->addLayout(horizontalLayout_2);
00081
00082
00083 verticalLayout_3->addWidget(groupBox);
00084
00085 groupBox_2 = new QGroupBox(QmitkIGTLoggerWidgetControls);
00086 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00087 verticalLayout_2 = new QVBoxLayout(groupBox_2);
00088 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00089 horizontalLayout = new QHBoxLayout();
00090 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00091 label_11 = new QLabel(groupBox_2);
00092 label_11->setObjectName(QString::fromUtf8("label_11"));
00093
00094 horizontalLayout->addWidget(label_11);
00095
00096 m_leRecordingValue = new QLineEdit(groupBox_2);
00097 m_leRecordingValue->setObjectName(QString::fromUtf8("m_leRecordingValue"));
00098 m_leRecordingValue->setMaximumSize(QSize(50, 16777215));
00099
00100 horizontalLayout->addWidget(m_leRecordingValue);
00101
00102 m_cbRecordingType = new QComboBox(groupBox_2);
00103 m_cbRecordingType->setObjectName(QString::fromUtf8("m_cbRecordingType"));
00104
00105 horizontalLayout->addWidget(m_cbRecordingType);
00106
00107 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00108
00109 horizontalLayout->addItem(horizontalSpacer);
00110
00111
00112 verticalLayout_2->addLayout(horizontalLayout);
00113
00114
00115 verticalLayout_3->addWidget(groupBox_2);
00116
00117 horizontalLayout_3 = new QHBoxLayout();
00118 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00119 m_pbStartRecording = new QPushButton(QmitkIGTLoggerWidgetControls);
00120 m_pbStartRecording->setObjectName(QString::fromUtf8("m_pbStartRecording"));
00121 m_pbStartRecording->setCheckable(false);
00122
00123 horizontalLayout_3->addWidget(m_pbStartRecording);
00124
00125
00126 verticalLayout_3->addLayout(horizontalLayout_3);
00127
00128 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00129
00130 verticalLayout_3->addItem(verticalSpacer);
00131
00132
00133 retranslateUi(QmitkIGTLoggerWidgetControls);
00134
00135 QMetaObject::connectSlotsByName(QmitkIGTLoggerWidgetControls);
00136 }
00137
00138 void retranslateUi(QWidget *QmitkIGTLoggerWidgetControls)
00139 {
00140 QmitkIGTLoggerWidgetControls->setWindowTitle(QApplication::translate("QmitkIGTLoggerWidgetControls", "Form", 0, QApplication::UnicodeUTF8));
00141 groupBox->setTitle(QApplication::translate("QmitkIGTLoggerWidgetControls", "Output file", 0, QApplication::UnicodeUTF8));
00142 m_pbLoadDir->setText(QApplication::translate("QmitkIGTLoggerWidgetControls", "change", 0, QApplication::UnicodeUTF8));
00143 groupBox_2->setTitle(QApplication::translate("QmitkIGTLoggerWidgetControls", "Parameters", 0, QApplication::UnicodeUTF8));
00144 label_11->setText(QApplication::translate("QmitkIGTLoggerWidgetControls", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
00145 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00146 "p, li { white-space: pre-wrap; }\n"
00147 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
00148 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Record for </span></p></body></html>", 0, QApplication::UnicodeUTF8));
00149 m_cbRecordingType->clear();
00150 m_cbRecordingType->insertItems(0, QStringList()
00151 << QApplication::translate("QmitkIGTLoggerWidgetControls", "milliseconds", 0, QApplication::UnicodeUTF8)
00152 << QApplication::translate("QmitkIGTLoggerWidgetControls", "# samples", 0, QApplication::UnicodeUTF8)
00153 << QApplication::translate("QmitkIGTLoggerWidgetControls", "infinite", 0, QApplication::UnicodeUTF8)
00154 );
00155 m_pbStartRecording->setText(QApplication::translate("QmitkIGTLoggerWidgetControls", "Start logging", 0, QApplication::UnicodeUTF8));
00156 }
00157
00158 };
00159
00160 namespace Ui {
00161 class QmitkIGTLoggerWidgetControls: public Ui_QmitkIGTLoggerWidgetControls {};
00162 }
00163
00164 QT_END_NAMESPACE
00165
00166 #endif // UI_QMITKIGTLOGGERWIDGETCONTROLS_H