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

@@ -14,6 +14,7 @@ public:
void showFileFromUrl(const QUrl &url, bool requestGallery = false);
void showImage(const QPixmap &pixmap);
void showImage(const QImage &image);
void showText(const QString &text);
void showSvg(const QString &filepath);
void showGif(const QString &filepath);