/******************************************************************************** ** Form generated from reading UI file 'TCPtelemetryoptionspage.ui' ** ** Created: Sun Jun 27 12:45:24 2010 ** by: Qt User Interface Compiler version 4.6.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_TCPTELEMETRYOPTIONSPAGE_H #define UI_TCPTELEMETRYOPTIONSPAGE_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_TCPtelemetryOptionsPage { public: QGridLayout *gridLayout; QSpacerItem *horizontalSpacer; QRadioButton *UseTCP; QRadioButton *UseUDP; QSpinBox *Port; QLabel *label_3; QLineEdit *HostName; QLabel *label_2; void setupUi(QWidget *TCPtelemetryOptionsPage) { if (TCPtelemetryOptionsPage->objectName().isEmpty()) TCPtelemetryOptionsPage->setObjectName(QString::fromUtf8("TCPtelemetryOptionsPage")); TCPtelemetryOptionsPage->resize(388, 300); gridLayout = new QGridLayout(TCPtelemetryOptionsPage); gridLayout->setContentsMargins(0, 0, 0, 0); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); gridLayout->addItem(horizontalSpacer, 0, 3, 1, 1); UseTCP = new QRadioButton(TCPtelemetryOptionsPage); UseTCP->setObjectName(QString::fromUtf8("UseTCP")); gridLayout->addWidget(UseTCP, 2, 2, 1, 1); UseUDP = new QRadioButton(TCPtelemetryOptionsPage); UseUDP->setObjectName(QString::fromUtf8("UseUDP")); gridLayout->addWidget(UseUDP, 3, 2, 1, 1); Port = new QSpinBox(TCPtelemetryOptionsPage); Port->setObjectName(QString::fromUtf8("Port")); Port->setMinimum(1); Port->setMaximum(999999); gridLayout->addWidget(Port, 4, 2, 1, 1); label_3 = new QLabel(TCPtelemetryOptionsPage); label_3->setObjectName(QString::fromUtf8("label_3")); gridLayout->addWidget(label_3, 4, 1, 1, 1); HostName = new QLineEdit(TCPtelemetryOptionsPage); HostName->setObjectName(QString::fromUtf8("HostName")); gridLayout->addWidget(HostName, 0, 2, 1, 1); label_2 = new QLabel(TCPtelemetryOptionsPage); label_2->setObjectName(QString::fromUtf8("label_2")); gridLayout->addWidget(label_2, 0, 1, 1, 1); retranslateUi(TCPtelemetryOptionsPage); QMetaObject::connectSlotsByName(TCPtelemetryOptionsPage); } // setupUi void retranslateUi(QWidget *TCPtelemetryOptionsPage) { TCPtelemetryOptionsPage->setWindowTitle(QApplication::translate("TCPtelemetryOptionsPage", "Form", 0, QApplication::UnicodeUTF8)); UseTCP->setText(QApplication::translate("TCPtelemetryOptionsPage", "TCP connection", 0, QApplication::UnicodeUTF8)); UseUDP->setText(QApplication::translate("TCPtelemetryOptionsPage", "UDP connection", 0, QApplication::UnicodeUTF8)); label_3->setText(QApplication::translate("TCPtelemetryOptionsPage", "Port", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("TCPtelemetryOptionsPage", "Host Name/Number", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class TCPtelemetryOptionsPage: public Ui_TCPtelemetryOptionsPage {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_TCPTELEMETRYOPTIONSPAGE_H