Public Member Functions | Public Attributes

Ui_QmitkIGTLoggerWidgetControls Class Reference

#include <ui_QmitkIGTLoggerWidgetControls.h>

Inheritance diagram for Ui_QmitkIGTLoggerWidgetControls:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void setupUi (QWidget *QmitkIGTLoggerWidgetControls)
void retranslateUi (QWidget *QmitkIGTLoggerWidgetControls)

Public Attributes

QVBoxLayout * verticalLayout_3
QGroupBox * groupBox
QVBoxLayout * verticalLayout
QHBoxLayout * horizontalLayout_2
QLineEdit * m_leOutputFile
QPushButton * m_pbLoadDir
QGroupBox * groupBox_2
QVBoxLayout * verticalLayout_2
QHBoxLayout * horizontalLayout
QLabel * label_11
QLineEdit * m_leRecordingValue
QComboBox * m_cbRecordingType
QSpacerItem * horizontalSpacer
QHBoxLayout * horizontalLayout_3
QPushButton * m_pbStartRecording
QSpacerItem * verticalSpacer

Detailed Description

Definition at line 30 of file ui_QmitkIGTLoggerWidgetControls.h.


Member Function Documentation

void Ui_QmitkIGTLoggerWidgetControls::retranslateUi ( QWidget *  QmitkIGTLoggerWidgetControls ) [inline]

Definition at line 138 of file ui_QmitkIGTLoggerWidgetControls.h.

References groupBox, groupBox_2, label_11, m_cbRecordingType, m_pbLoadDir, and m_pbStartRecording.

Referenced by setupUi().

    {
        QmitkIGTLoggerWidgetControls->setWindowTitle(QApplication::translate("QmitkIGTLoggerWidgetControls", "Form", 0, QApplication::UnicodeUTF8));
        groupBox->setTitle(QApplication::translate("QmitkIGTLoggerWidgetControls", "Output file", 0, QApplication::UnicodeUTF8));
        m_pbLoadDir->setText(QApplication::translate("QmitkIGTLoggerWidgetControls", "change", 0, QApplication::UnicodeUTF8));
        groupBox_2->setTitle(QApplication::translate("QmitkIGTLoggerWidgetControls", "Parameters", 0, QApplication::UnicodeUTF8));
        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"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
"<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));
        m_cbRecordingType->clear();
        m_cbRecordingType->insertItems(0, QStringList()
         << QApplication::translate("QmitkIGTLoggerWidgetControls", "milliseconds", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkIGTLoggerWidgetControls", "# samples", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("QmitkIGTLoggerWidgetControls", "infinite", 0, QApplication::UnicodeUTF8)
        );
        m_pbStartRecording->setText(QApplication::translate("QmitkIGTLoggerWidgetControls", "Start logging", 0, QApplication::UnicodeUTF8));
    } // retranslateUi
void Ui_QmitkIGTLoggerWidgetControls::setupUi ( QWidget *  QmitkIGTLoggerWidgetControls ) [inline]

Definition at line 50 of file ui_QmitkIGTLoggerWidgetControls.h.

References groupBox, groupBox_2, horizontalLayout, horizontalLayout_2, horizontalLayout_3, horizontalSpacer, label_11, m_cbRecordingType, m_leOutputFile, m_leRecordingValue, m_pbLoadDir, m_pbStartRecording, retranslateUi(), verticalLayout, verticalLayout_2, verticalLayout_3, and verticalSpacer.

Referenced by QmitkIGTLoggerWidget::CreateQtPartControl().

    {
        if (QmitkIGTLoggerWidgetControls->objectName().isEmpty())
            QmitkIGTLoggerWidgetControls->setObjectName(QString::fromUtf8("QmitkIGTLoggerWidgetControls"));
        QmitkIGTLoggerWidgetControls->resize(387, 689);
        verticalLayout_3 = new QVBoxLayout(QmitkIGTLoggerWidgetControls);
        verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
        groupBox = new QGroupBox(QmitkIGTLoggerWidgetControls);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        verticalLayout = new QVBoxLayout(groupBox);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
        m_leOutputFile = new QLineEdit(groupBox);
        m_leOutputFile->setObjectName(QString::fromUtf8("m_leOutputFile"));

        horizontalLayout_2->addWidget(m_leOutputFile);

        m_pbLoadDir = new QPushButton(groupBox);
        m_pbLoadDir->setObjectName(QString::fromUtf8("m_pbLoadDir"));
        m_pbLoadDir->setMaximumSize(QSize(90, 16777215));
        QFont font;
        font.setBold(false);
        font.setWeight(50);
        m_pbLoadDir->setFont(font);
        m_pbLoadDir->setCheckable(false);

        horizontalLayout_2->addWidget(m_pbLoadDir);


        verticalLayout->addLayout(horizontalLayout_2);


        verticalLayout_3->addWidget(groupBox);

        groupBox_2 = new QGroupBox(QmitkIGTLoggerWidgetControls);
        groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
        verticalLayout_2 = new QVBoxLayout(groupBox_2);
        verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        label_11 = new QLabel(groupBox_2);
        label_11->setObjectName(QString::fromUtf8("label_11"));

        horizontalLayout->addWidget(label_11);

        m_leRecordingValue = new QLineEdit(groupBox_2);
        m_leRecordingValue->setObjectName(QString::fromUtf8("m_leRecordingValue"));
        m_leRecordingValue->setMaximumSize(QSize(50, 16777215));

        horizontalLayout->addWidget(m_leRecordingValue);

        m_cbRecordingType = new QComboBox(groupBox_2);
        m_cbRecordingType->setObjectName(QString::fromUtf8("m_cbRecordingType"));

        horizontalLayout->addWidget(m_cbRecordingType);

        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout->addItem(horizontalSpacer);


        verticalLayout_2->addLayout(horizontalLayout);


        verticalLayout_3->addWidget(groupBox_2);

        horizontalLayout_3 = new QHBoxLayout();
        horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
        m_pbStartRecording = new QPushButton(QmitkIGTLoggerWidgetControls);
        m_pbStartRecording->setObjectName(QString::fromUtf8("m_pbStartRecording"));
        m_pbStartRecording->setCheckable(false);

        horizontalLayout_3->addWidget(m_pbStartRecording);


        verticalLayout_3->addLayout(horizontalLayout_3);

        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_3->addItem(verticalSpacer);


        retranslateUi(QmitkIGTLoggerWidgetControls);

        QMetaObject::connectSlotsByName(QmitkIGTLoggerWidgetControls);
    } // setupUi

Member Data Documentation

Definition at line 34 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 39 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 41 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by setupUi().

Definition at line 36 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by setupUi().

Definition at line 46 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by setupUi().

Definition at line 45 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by setupUi().

Definition at line 42 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 35 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by setupUi().

Definition at line 40 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by setupUi().

Definition at line 33 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by setupUi().

Definition at line 48 of file ui_QmitkIGTLoggerWidgetControls.h.

Referenced by setupUi().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines