4 Star 42 Fork 40

falion / QtDrawRegion

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
QGScene.h 292 Bytes
一键复制 编辑 原始数据 按行查看 历史
falion 提交于 2022-08-24 21:51 . no commit message
#ifndef QGraphicsScenes_
#define QGraphicsScenes_
#include <QGraphicsScene>
class QGScene : public QGraphicsScene
{
Q_OBJECT
public:
QGScene(QObject *parent = nullptr);
public slots:
void UpDateZoom(qreal val);
protected:
};
#endif // QGraphicsScenes_
C++
1
https://gitee.com/falion/qt-draw-region.git
git@gitee.com:falion/qt-draw-region.git
falion
qt-draw-region
QtDrawRegion
master

搜索帮助