addstudentform.h
来自「学生管理系统 使用Qt写的界面 交互性好」· C头文件 代码 · 共 65 行
H
65 行
/****************************************************************************** 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 + =
减小字号Ctrl + -
显示快捷键?