ui_frm_sysinfo.h

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

H
92
字号
/********************************************************************************** Form generated from reading ui file 'frm_sysinfo.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_SYSINFO_H#define UI_FRM_SYSINFO_H#include <QtCore/QVariant>#include <QtGui/QAction>#include <QtGui/QApplication>#include <QtGui/QButtonGroup>#include <QtGui/QLabel>#include <QtGui/QLineEdit>#include <QtGui/QPushButton>#include <QtGui/QWidget>QT_BEGIN_NAMESPACEclass Ui_frm_sysinfo{public:    QPushButton *pbtn_ok;    QLabel *label_2;    QLabel *label;    QLabel *label_3;    QLineEdit *lineEdit;    QLineEdit *lineEdit_2;    QLineEdit *lineEdit_3;    void setupUi(QWidget *frm_sysinfo)    {    if (frm_sysinfo->objectName().isEmpty())        frm_sysinfo->setObjectName(QString::fromUtf8("frm_sysinfo"));    frm_sysinfo->resize(545, 308);    frm_sysinfo->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);"));    pbtn_ok = new QPushButton(frm_sysinfo);    pbtn_ok->setObjectName(QString::fromUtf8("pbtn_ok"));    pbtn_ok->setGeometry(QRect(230, 240, 100, 36));    label_2 = new QLabel(frm_sysinfo);    label_2->setObjectName(QString::fromUtf8("label_2"));    label_2->setGeometry(QRect(50, 180, 90, 24));    label = new QLabel(frm_sysinfo);    label->setObjectName(QString::fromUtf8("label"));    label->setGeometry(QRect(50, 130, 90, 24));    label_3 = new QLabel(frm_sysinfo);    label_3->setObjectName(QString::fromUtf8("label_3"));    label_3->setGeometry(QRect(50, 70, 90, 24));    lineEdit = new QLineEdit(frm_sysinfo);    lineEdit->setObjectName(QString::fromUtf8("lineEdit"));    lineEdit->setGeometry(QRect(150, 70, 330, 34));    lineEdit->setReadOnly(true);    lineEdit_2 = new QLineEdit(frm_sysinfo);    lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));    lineEdit_2->setGeometry(QRect(150, 120, 330, 34));    lineEdit_2->setReadOnly(true);    lineEdit_3 = new QLineEdit(frm_sysinfo);    lineEdit_3->setObjectName(QString::fromUtf8("lineEdit_3"));    lineEdit_3->setGeometry(QRect(150, 180, 330, 34));    lineEdit_3->setDragEnabled(false);    lineEdit_3->setReadOnly(true);    retranslateUi(frm_sysinfo);    QMetaObject::connectSlotsByName(frm_sysinfo);    } // setupUi    void retranslateUi(QWidget *frm_sysinfo)    {    frm_sysinfo->setWindowTitle(QApplication::translate("frm_sysinfo", "\347\263\273\347\273\237\344\277\241\346\201\257", 0, QApplication::UnicodeUTF8));    pbtn_ok->setText(QApplication::translate("frm_sysinfo", "\347\241\256\345\256\232", 0, QApplication::UnicodeUTF8));    label_2->setText(QApplication::translate("frm_sysinfo", "\347\211\210\346\234\254\345\217\267", 0, QApplication::UnicodeUTF8));    label->setText(QApplication::translate("frm_sysinfo", "\345\236\213\345\217\267", 0, QApplication::UnicodeUTF8));    label_3->setText(QApplication::translate("frm_sysinfo", "\350\256\276\345\244\207\345\220\215\347\247\260", 0, QApplication::UnicodeUTF8));    Q_UNUSED(frm_sysinfo);    } // retranslateUi};namespace Ui {    class frm_sysinfo: public Ui_frm_sysinfo {};} // namespace UiQT_END_NAMESPACE#endif // UI_FRM_SYSINFO_H

⌨️ 快捷键说明

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