📄 addscore.h
字号:
/****************************************************************************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -