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

📄 addstudentform.h

📁 学生管理系统 使用Qt写的界面 交互性好
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'AddStudentform.ui'**** Created: 星期三 六月 27 05:53:41 2007**      by: The User Interface Compiler ()**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FORM2_H#define FORM2_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class QPushButton;class QLineEdit;class QComboBox;class Form2 : public QDialog{    Q_OBJECTpublic:    Form2( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~Form2();    QLabel* textLabel3;    QLabel* textLabel4;    QPushButton* pushButton18;    QLabel* textLabel1;    QLineEdit* lineEdit1;    QLineEdit* lineEdit2;    QLineEdit* lineEdit3;    QComboBox* comboBox1;    QPushButton* pushButton17;    QPushButton* pushButton88;    QLabel* textLabel2;    QString sextext;    QString agetext;    int age;    QString ID;    QString name;    char sex;    void myinit();public slots:    void Add();protected:protected slots:    virtual void languageChange();};#endif // FORM2_H

⌨️ 快捷键说明

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