1
0
This commit is contained in:
Gary Wang
2019-09-30 13:11:43 +08:00
parent d106d9beee
commit 89c21bc90b
5 changed files with 25 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ public:
void showImage(const QPixmap &pixmap);
void showText(const QString &text);
void showSvg(const QString &filepath);
void showGif(const QString &filepath);
private:
QGraphicsItem * m_theThing;