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

@@ -25,6 +25,7 @@ public:
void showUrls(const QList<QUrl> &urls);
void adjustWindowSizeBySceneRect();
QUrl currentImageFileUrl() const;
void loadGalleryBySingleLocalFile(const QString &path);
void galleryPrev();