ui_frm_restore.h

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

H
70
字号
/********************************************************************************** Form generated from reading ui file 'frm_restore.ui'**** Created: Tue Mar 3 18:00:40 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_RESTORE_H#define UI_FRM_RESTORE_H#include <QtCore/QVariant>#include <QtGui/QAction>#include <QtGui/QApplication>#include <QtGui/QButtonGroup>#include <QtGui/QDialog>#include <QtGui/QDialogButtonBox>#include <QtGui/QLabel>QT_BEGIN_NAMESPACEclass Ui_Dialog{public:    QDialogButtonBox *buttonBox;    QLabel *lb1_info;    void setupUi(QDialog *Dialog)    {    if (Dialog->objectName().isEmpty())        Dialog->setObjectName(QString::fromUtf8("Dialog"));    Dialog->setWindowModality(Qt::WindowModal);    Dialog->resize(390, 137);    Dialog->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);"));    Dialog->setModal(true);    buttonBox = new QDialogButtonBox(Dialog);    buttonBox->setObjectName(QString::fromUtf8("buttonBox"));    buttonBox->setGeometry(QRect(40, 80, 341, 51));    buttonBox->setOrientation(Qt::Horizontal);    buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);    lb1_info = new QLabel(Dialog);    lb1_info->setObjectName(QString::fromUtf8("lb1_info"));    lb1_info->setGeometry(QRect(50, 30, 281, 24));    retranslateUi(Dialog);    QObject::connect(buttonBox, SIGNAL(accepted()), Dialog, SLOT(accept()));    QObject::connect(buttonBox, SIGNAL(rejected()), Dialog, SLOT(reject()));    QMetaObject::connectSlotsByName(Dialog);    } // setupUi    void retranslateUi(QDialog *Dialog)    {    Dialog->setWindowTitle(QApplication::translate("Dialog", "\346\201\242\345\244\215\345\207\272\345\216\202\350\256\276\347\275\256", 0, QApplication::UnicodeUTF8));    lb1_info->setText(QApplication::translate("Dialog", "\346\230\257\345\220\246\347\241\256\345\256\232\346\201\242\345\244\215\345\207\272\345\216\202\350\256\276\347\275\256\357\274\237", 0, QApplication::UnicodeUTF8));    Q_UNUSED(Dialog);    } // retranslateUi};namespace Ui {    class Dialog: public Ui_Dialog {};} // namespace UiQT_END_NAMESPACE#endif // UI_FRM_RESTORE_H

⌨️ 快捷键说明

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