📄 addcourse.h
字号:
/****************************************************************************** Form interface generated from reading ui file 'AddCourse.ui'**** Created: 星期三 六月 27 05:53:41 2007** by: The User Interface Compiler ()**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FORM5_H#define FORM5_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class QPushButton;class QLineEdit;class QComboBox;class Form5 : public QDialog{ Q_OBJECTpublic: Form5( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~Form5(); QLabel* textLabel6; QLabel* textLabel7; QLabel* textLabel8; QLabel* textLabel10; QPushButton* pushButton78; QLineEdit* lineEdit46; QLineEdit* lineEdit47; QLineEdit* lineEdit49; QLineEdit* lineEdit50; QComboBox* comboBox8; QLabel* textLabel9; QPushButton* pushButton77; QPushButton* pushButton99; QString name; QString ID; QString tname; QString tID; double point; void myinit();public slots: void ADD();protected:protected slots: virtual void languageChange();};#endif // FORM5_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -