historyshow.h

来自「QT写的自动更新程序 自认为不错 请大家参考」· C头文件 代码 · 共 20 行

H
20
字号
#ifndef HISTORYSHOW_H
#define HISTORYSHOW_H

#include <QDialog>
#include "ui_historyshow.h"

class HistoryShow : public QDialog
{
	Q_OBJECT

public:
	HistoryShow(QWidget *parent = 0);
	~HistoryShow();

private:
	Ui::HistoryShowClass ui;
};

#endif // HISTORYSHOW_H

⌨️ 快捷键说明

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