📄 aboutwindow.h
字号:
#ifndef __ABOUTWINDOW_H__#define __ABOUTWINDOW_H__#include <qwidget.h>namespace gui {/** Class representing about window.<br> Display authors, application name, version and some info. \brief Window displaying program version and authors*/class AboutWindow : public QWidget {Q_OBJECTpublic: AboutWindow(QWidget *parent=0); ~AboutWindow();};} // namespace gui#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -