1
0

feat: support basic image copy and paste

This commit is contained in:
Gary Wang
2020-01-01 14:51:46 +08:00
parent 4a5fe4c289
commit c51a603ec9
8 changed files with 183 additions and 32 deletions

View File

@@ -15,6 +15,8 @@ public:
void showSvg(const QString &filepath);
void showGif(const QString &filepath);
QPixmap renderToPixmap();
private:
QGraphicsItem * m_theThing;
};