1 Star 0 Fork 4

ysx1993/maple_album

forked from 屁股大象/maple_album 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
photoview.h 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef PHOTOVIEW_H
#define PHOTOVIEW_H
#include <QObject>
#include <QGraphicsView>
class PhotoView : public QGraphicsView
{
Q_OBJECT
public:
explicit PhotoView(QWidget *parent = nullptr);
~PhotoView() override;
protected:
//void drawBackground(QPainter *painter, const QRectF &rect) override;
//void paintEvent(QPaintEvent* event) override;
void wheelEvent(QWheelEvent* event) override;
void keyPressEvent(QKeyEvent *event) override;
};
#endif // PHOTOVIEW_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/YinShiXing/maple_album.git
git@gitee.com:YinShiXing/maple_album.git
YinShiXing
maple_album
maple_album
master

搜索帮助