📄 aboutdlg.h.svn-base
字号:
#ifndef ABOUTDLG_H
#define ABOUTDLG_H
#include <QDialog>
#include "ui_aboutdlg.h"
class QMouseEvent;
class AboutDlg : public QDialog
{
Q_OBJECT
public:
AboutDlg(QWidget *parent = 0);
~AboutDlg();
protected:
virtual void mousePressEvent ( QMouseEvent * pevent ) ;
private:
Ui::AboutDlgClass ui;
};
#endif // ABOUTDLG_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -