aboutdlg.h.svn-base
来自「QT写的自动更新程序 自认为不错 请大家参考」· SVN-BASE 代码 · 共 24 行
SVN-BASE
24 行
#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 + =
减小字号Ctrl + -
显示快捷键?