📄 stagewidget.h
字号:
#ifndef STAGEWIDGET_H#define STAGEWIDGET_H//widget for choosing stage#include<qwidget.h>#include<qcombobox.h>#include<qpushbutton.h>#include<qlabel.h>class StageWidget:public QWidget{ Q_OBJECTpublic: StageWidget(); QComboBox *combobox; QPushButton *b1,*b2; QLabel *label;signals: void getVal(int); public slots: void respond();};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -