⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ui_frm_modifypass.h

📁 qt4.4.3下编写的嵌入式UI界面
💻 H
字号:
/********************************************************************************** Form generated from reading ui file 'frm_ModifyPass.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_MODIFYPASS_H#define UI_FRM_MODIFYPASS_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_ModifyPass{public:    QLabel *label;    QLabel *label_2;    QLabel *label_3;    QLabel *label_4;    QLineEdit *lineEdit;    QLineEdit *lineEdit_2;    QLineEdit *lineEdit_3;    QLineEdit *lineEdit_4;    QPushButton *pbtn_ok;    QPushButton *pbtn_close;    void setupUi(QWidget *frm_ModifyPass)    {    if (frm_ModifyPass->objectName().isEmpty())        frm_ModifyPass->setObjectName(QString::fromUtf8("frm_ModifyPass"));    frm_ModifyPass->resize(429, 407);    frm_ModifyPass->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);"));    label = new QLabel(frm_ModifyPass);    label->setObjectName(QString::fromUtf8("label"));    label->setGeometry(QRect(81, 71, 139, 53));    label_2 = new QLabel(frm_ModifyPass);    label_2->setObjectName(QString::fromUtf8("label_2"));    label_2->setGeometry(QRect(81, 130, 139, 53));    label_3 = new QLabel(frm_ModifyPass);    label_3->setObjectName(QString::fromUtf8("label_3"));    label_3->setGeometry(QRect(81, 189, 139, 52));    label_4 = new QLabel(frm_ModifyPass);    label_4->setObjectName(QString::fromUtf8("label_4"));    label_4->setGeometry(QRect(81, 247, 139, 53));    lineEdit = new QLineEdit(frm_ModifyPass);    lineEdit->setObjectName(QString::fromUtf8("lineEdit"));    lineEdit->setGeometry(QRect(180, 80, 180, 34));    lineEdit->setMaxLength(8);    lineEdit->setReadOnly(true);    lineEdit_2 = new QLineEdit(frm_ModifyPass);    lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));    lineEdit_2->setGeometry(QRect(180, 140, 180, 34));    lineEdit_2->setMaxLength(8);    lineEdit_2->setEchoMode(QLineEdit::Password);    lineEdit_3 = new QLineEdit(frm_ModifyPass);    lineEdit_3->setObjectName(QString::fromUtf8("lineEdit_3"));    lineEdit_3->setGeometry(QRect(180, 200, 180, 34));    lineEdit_3->setMaxLength(8);    lineEdit_3->setEchoMode(QLineEdit::Password);    lineEdit_4 = new QLineEdit(frm_ModifyPass);    lineEdit_4->setObjectName(QString::fromUtf8("lineEdit_4"));    lineEdit_4->setGeometry(QRect(180, 260, 180, 34));    lineEdit_4->setMaxLength(8);    lineEdit_4->setEchoMode(QLineEdit::Password);    pbtn_ok = new QPushButton(frm_ModifyPass);    pbtn_ok->setObjectName(QString::fromUtf8("pbtn_ok"));    pbtn_ok->setGeometry(QRect(120, 340, 100, 36));    pbtn_close = new QPushButton(frm_ModifyPass);    pbtn_close->setObjectName(QString::fromUtf8("pbtn_close"));    pbtn_close->setGeometry(QRect(240, 340, 100, 36));    retranslateUi(frm_ModifyPass);    QMetaObject::connectSlotsByName(frm_ModifyPass);    } // setupUi    void retranslateUi(QWidget *frm_ModifyPass)    {    frm_ModifyPass->setWindowTitle(QApplication::translate("frm_ModifyPass", "\344\277\256\346\224\271\345\257\206\347\240\201", 0, QApplication::UnicodeUTF8));    label->setText(QApplication::translate("frm_ModifyPass", "\347\224\250\346\210\267\345\220\215", 0, QApplication::UnicodeUTF8));    label_2->setText(QApplication::translate("frm_ModifyPass", "\346\227\247\345\257\206\347\240\201", 0, QApplication::UnicodeUTF8));    label_3->setText(QApplication::translate("frm_ModifyPass", "\346\226\260\345\257\206\347\240\201", 0, QApplication::UnicodeUTF8));    label_4->setText(QApplication::translate("frm_ModifyPass", "\347\241\256\350\256\244\345\257\206\347\240\201", 0, QApplication::UnicodeUTF8));    lineEdit->setText(QApplication::translate("frm_ModifyPass", "admin", 0, QApplication::UnicodeUTF8));    pbtn_ok->setText(QApplication::translate("frm_ModifyPass", "\347\241\256\345\256\232", 0, QApplication::UnicodeUTF8));    pbtn_close->setText(QApplication::translate("frm_ModifyPass", "\345\217\226\346\266\210", 0, QApplication::UnicodeUTF8));    Q_UNUSED(frm_ModifyPass);    } // retranslateUi};namespace Ui {    class frm_ModifyPass: public Ui_frm_ModifyPass {};} // namespace UiQT_END_NAMESPACE#endif // UI_FRM_MODIFYPASS_H

⌨️ 快捷键说明

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