ui_frm_sysparm.h

来自「qt4.4.3下编写的嵌入式UI界面」· C头文件 代码 · 共 285 行

H
285
字号
/********************************************************************************** Form generated from reading ui file 'frm_sysparm.ui'**** Created: Tue Mar 3 18:00:41 2009**      by: Qt User Interface Compiler version 4.4.3**** WARNING! All changes made in this file will be lost when recompiling ui file!********************************************************************************/#ifndef UI_FRM_SYSPARM_H#define UI_FRM_SYSPARM_H#include <QtCore/QVariant>#include <QtGui/QAction>#include <QtGui/QApplication>#include <QtGui/QButtonGroup>#include <QtGui/QCheckBox>#include <QtGui/QComboBox>#include <QtGui/QFrame>#include <QtGui/QLabel>#include <QtGui/QLineEdit>#include <QtGui/QPushButton>#include <QtGui/QVBoxLayout>#include <QtGui/QWidget>QT_BEGIN_NAMESPACEclass Ui_Form{public:    QCheckBox *cbx_statshow;    QPushButton *pbtn_ok;    QPushButton *pbtn_close;    QFrame *line;    QWidget *layoutWidget;    QVBoxLayout *verticalLayout;    QLineEdit *edt_num;    QLineEdit *edt_name;    QComboBox *cb_timeout;    QComboBox *cb_locktime;    QComboBox *cb_switch;    QComboBox *cb_videoMode;    QComboBox *cb_VGArate;    QComboBox *cb_apha;    QComboBox *cb_language;    QWidget *layoutWidget1;    QVBoxLayout *verticalLayout_2;    QLabel *label;    QLabel *label_2;    QLabel *label_3;    QLabel *label_4;    QLabel *label_5;    QLabel *label_6;    QLabel *label_7;    QLabel *label_8;    QLabel *label_10;    QLabel *label_9;    void setupUi(QWidget *Form)    {    if (Form->objectName().isEmpty())        Form->setObjectName(QString::fromUtf8("Form"));    Form->setWindowModality(Qt::WindowModal);    Form->resize(431, 480);    QFont font;    font.setFamily(QString::fromUtf8("\346\226\207\346\263\211\351\251\277\346\255\243\351\273\221"));    font.setPointSize(12);    Form->setFont(font);    Form->setStyleSheet(QString::fromUtf8("font: 12pt \"\346\226\207\346\263\211\351\251\277\346\255\243\351\273\221\";\n""background-color: rgb(112, 200, 11);"));    cbx_statshow = new QCheckBox(Form);    cbx_statshow->setObjectName(QString::fromUtf8("cbx_statshow"));    cbx_statshow->setGeometry(QRect(170, 380, 20, 21));    cbx_statshow->setFont(font);    cbx_statshow->setCursor(QCursor(Qt::ArrowCursor));    cbx_statshow->setLayoutDirection(Qt::RightToLeft);    pbtn_ok = new QPushButton(Form);    pbtn_ok->setObjectName(QString::fromUtf8("pbtn_ok"));    pbtn_ok->setGeometry(QRect(120, 430, 100, 36));    pbtn_ok->setFont(font);    pbtn_close = new QPushButton(Form);    pbtn_close->setObjectName(QString::fromUtf8("pbtn_close"));    pbtn_close->setGeometry(QRect(250, 430, 100, 36));    pbtn_close->setFont(font);    line = new QFrame(Form);    line->setObjectName(QString::fromUtf8("line"));    line->setGeometry(QRect(20, 410, 381, 16));    line->setFrameShape(QFrame::HLine);    line->setFrameShadow(QFrame::Sunken);    layoutWidget = new QWidget(Form);    layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));    layoutWidget->setGeometry(QRect(170, 30, 241, 340));    layoutWidget->setFont(font);    verticalLayout = new QVBoxLayout(layoutWidget);    verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));    verticalLayout->setContentsMargins(0, 0, 0, 0);    edt_num = new QLineEdit(layoutWidget);    edt_num->setObjectName(QString::fromUtf8("edt_num"));    edt_num->setFont(font);    verticalLayout->addWidget(edt_num);    edt_name = new QLineEdit(layoutWidget);    edt_name->setObjectName(QString::fromUtf8("edt_name"));    edt_name->setFont(font);    verticalLayout->addWidget(edt_name);    cb_timeout = new QComboBox(layoutWidget);    cb_timeout->setObjectName(QString::fromUtf8("cb_timeout"));    cb_timeout->setFont(font);    cb_timeout->setMouseTracking(true);    cb_timeout->setAcceptDrops(true);    verticalLayout->addWidget(cb_timeout);    cb_locktime = new QComboBox(layoutWidget);    cb_locktime->setObjectName(QString::fromUtf8("cb_locktime"));    cb_locktime->setFont(font);    verticalLayout->addWidget(cb_locktime);    cb_switch = new QComboBox(layoutWidget);    cb_switch->setObjectName(QString::fromUtf8("cb_switch"));    cb_switch->setFont(font);    verticalLayout->addWidget(cb_switch);    cb_videoMode = new QComboBox(layoutWidget);    cb_videoMode->setObjectName(QString::fromUtf8("cb_videoMode"));    cb_videoMode->setFont(font);    verticalLayout->addWidget(cb_videoMode);    cb_VGArate = new QComboBox(layoutWidget);    cb_VGArate->setObjectName(QString::fromUtf8("cb_VGArate"));    cb_VGArate->setFont(font);    verticalLayout->addWidget(cb_VGArate);    cb_apha = new QComboBox(layoutWidget);    cb_apha->setObjectName(QString::fromUtf8("cb_apha"));    cb_apha->setFont(font);    verticalLayout->addWidget(cb_apha);    cb_language = new QComboBox(layoutWidget);    cb_language->setObjectName(QString::fromUtf8("cb_language"));    cb_language->setFont(font);    verticalLayout->addWidget(cb_language);    layoutWidget1 = new QWidget(Form);    layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));    layoutWidget1->setGeometry(QRect(20, 30, 146, 376));    layoutWidget1->setFont(font);    verticalLayout_2 = new QVBoxLayout(layoutWidget1);    verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));    verticalLayout_2->setContentsMargins(0, 0, 0, 0);    label = new QLabel(layoutWidget1);    label->setObjectName(QString::fromUtf8("label"));    label->setFont(font);    verticalLayout_2->addWidget(label);    label_2 = new QLabel(layoutWidget1);    label_2->setObjectName(QString::fromUtf8("label_2"));    label_2->setFont(font);    verticalLayout_2->addWidget(label_2);    label_3 = new QLabel(layoutWidget1);    label_3->setObjectName(QString::fromUtf8("label_3"));    label_3->setFont(font);    verticalLayout_2->addWidget(label_3);    label_4 = new QLabel(layoutWidget1);    label_4->setObjectName(QString::fromUtf8("label_4"));    label_4->setFont(font);    verticalLayout_2->addWidget(label_4);    label_5 = new QLabel(layoutWidget1);    label_5->setObjectName(QString::fromUtf8("label_5"));    label_5->setFont(font);    verticalLayout_2->addWidget(label_5);    label_6 = new QLabel(layoutWidget1);    label_6->setObjectName(QString::fromUtf8("label_6"));    label_6->setFont(font);    verticalLayout_2->addWidget(label_6);    label_7 = new QLabel(layoutWidget1);    label_7->setObjectName(QString::fromUtf8("label_7"));    label_7->setFont(font);    verticalLayout_2->addWidget(label_7);    label_8 = new QLabel(layoutWidget1);    label_8->setObjectName(QString::fromUtf8("label_8"));    label_8->setFont(font);    verticalLayout_2->addWidget(label_8);    label_10 = new QLabel(layoutWidget1);    label_10->setObjectName(QString::fromUtf8("label_10"));    label_10->setFont(font);    verticalLayout_2->addWidget(label_10);    label_9 = new QLabel(layoutWidget1);    label_9->setObjectName(QString::fromUtf8("label_9"));    label_9->setFont(font);    verticalLayout_2->addWidget(label_9);    retranslateUi(Form);    QObject::connect(pbtn_close, SIGNAL(clicked()), Form, SLOT(close()));    QObject::connect(pbtn_ok, SIGNAL(clicked()), Form, SLOT(close()));    QMetaObject::connectSlotsByName(Form);    } // setupUi    void retranslateUi(QWidget *Form)    {    Form->setWindowTitle(QApplication::translate("Form", "\347\263\273\347\273\237\345\217\202\346\225\260", 0, QApplication::UnicodeUTF8));    cbx_statshow->setText(QString());    pbtn_ok->setText(QApplication::translate("Form", "\347\241\256\345\256\232", 0, QApplication::UnicodeUTF8));    pbtn_close->setText(QApplication::translate("Form", "\345\217\226\346\266\210", 0, QApplication::UnicodeUTF8));    edt_name->setText(QString());    cb_timeout->clear();    cb_timeout->insertItems(0, QStringList()     << QApplication::translate("Form", "\350\246\206\347\233\226", 0, QApplication::UnicodeUTF8)    );    cb_locktime->clear();    cb_locktime->insertItems(0, QStringList()     << QApplication::translate("Form", "\344\273\216\344\270\215", 0, QApplication::UnicodeUTF8)    );    cb_switch->clear();    cb_switch->insertItems(0, QStringList()     << QApplication::translate("Form", "\344\270\215\345\210\207\346\215\242", 0, QApplication::UnicodeUTF8)    );    cb_videoMode->clear();    cb_videoMode->insertItems(0, QStringList()     << QApplication::translate("Form", "PAL", 0, QApplication::UnicodeUTF8)    );    cb_VGArate->clear();    cb_VGArate->insertItems(0, QStringList()     << QApplication::translate("Form", "1024X768/60HZ", 0, QApplication::UnicodeUTF8)    );    cb_apha->clear();    cb_apha->insertItems(0, QStringList()     << QApplication::translate("Form", "\344\270\215\351\200\217\346\230\216", 0, QApplication::UnicodeUTF8)    );    cb_language->clear();    cb_language->insertItems(0, QStringList()     << QApplication::translate("Form", "\347\256\200\344\275\223\344\270\255\346\226\207", 0, QApplication::UnicodeUTF8)    );    label->setText(QApplication::translate("Form", "\350\256\276\345\244\207\345\217\267", 0, QApplication::UnicodeUTF8));    label_2->setText(QApplication::translate("Form", "\350\256\276\345\244\207\345\220\215\347\247\260", 0, QApplication::UnicodeUTF8));    label_3->setText(QApplication::translate("Form", "\350\256\276\345\244\207\346\273\241\346\227\266", 0, QApplication::UnicodeUTF8));    label_4->setText(QApplication::translate("Form", "\351\224\256\347\233\230\351\224\201\345\256\232\346\227\266\351\227\264", 0, QApplication::UnicodeUTF8));    label_5->setText(QApplication::translate("Form", "\345\210\207\346\215\242\346\227\266\351\227\264", 0, QApplication::UnicodeUTF8));    label_6->setText(QApplication::translate("Form", "\350\247\206\351\242\221\345\210\266\345\274\217", 0, QApplication::UnicodeUTF8));    label_7->setText(QApplication::translate("Form", "VGA\345\210\206\350\276\250\347\216\207", 0, QApplication::UnicodeUTF8));    label_8->setText(QApplication::translate("Form", "\350\217\234\345\215\225\351\200\217\346\230\216\345\272\246", 0, QApplication::UnicodeUTF8));    label_10->setText(QApplication::translate("Form", "\350\257\255\350\250\200", 0, QApplication::UnicodeUTF8));    label_9->setText(QApplication::translate("Form", "\347\212\266\346\200\201\346\230\276\347\244\272", 0, QApplication::UnicodeUTF8));    Q_UNUSED(Form);    } // retranslateUi};namespace Ui {    class Form: public Ui_Form {};} // namespace UiQT_END_NAMESPACE#endif // UI_FRM_SYSPARM_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?