aboutdlg.h

来自「Linux下的C、C++ IDE」· C头文件 代码 · 共 20 行

H
20
字号
#ifndef ABOUTDLG_H#define ABOUTDLG_H#include <qdialog.h>class AboutDlg : public QDialog{	Q_OBJECTpublic:	AboutDlg(QWidget *parent=0, const char *name=0);	int exec();public slots:	void verify();};#endif

⌨️ 快捷键说明

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