passwdform.h

来自「简单的基于文件的数据库小程序」· C头文件 代码 · 共 52 行

H
52
字号
/****************************************************************************** Form interface generated from reading ui file 'passwdform.ui'**** Created by: The User Interface Compiler ($Id: qt/main.cpp   3.3.8   edited Jan 11 14:47 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef PASSWDFORM_H#define PASSWDFORM_H#include <qvariant.h>#include <qdialog.h>#include "form1.h"#include "md5.h"#include "string.h"#include "iostream.h"class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class QPushButton;class QLineEdit;class passwdForm : public QDialog{    Q_OBJECTpublic:    passwdForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~passwdForm();    QLabel* password;    QPushButton* pushButton1;    QLabel* Lable1;    QLineEdit* userName;    QLineEdit* passwd;public slots:    virtual void checkPasswd();protected:protected slots:    virtual void languageChange();};#endif // PASSWDFORM_H

⌨️ 快捷键说明

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