addscore.h

来自「学生管理系统 使用Qt写的界面 交互性好」· C头文件 代码 · 共 59 行

H
59
字号
/****************************************************************************** Form interface generated from reading ui file 'AddScore.ui'**** Created: 星期三 六月 27 09:07:51 2007**      by: The User Interface Compiler ()**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FORM7_H#define FORM7_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLineEdit;class QLabel;class QPushButton;class Form7 : public QDialog{    Q_OBJECTpublic:    Form7( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~Form7();    QLineEdit* lineEdit104;    QLineEdit* lineEdit105;    QLabel* textLabel11;    QLabel* textLabel12;    QLabel* textLabel13;    QPushButton* pushButton157;    QPushButton* pushButton156;    QLineEdit* lineEdit103;    QPushButton* pushButton169;    QString sid;    QString cid;    double grade;    void myinit();public slots:    void Add();protected:protected slots:    virtual void languageChange();};#endif // FORM7_H

⌨️ 快捷键说明

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