diff options
author | Arno <am@disconnect.de> | 2013-08-11 08:01:22 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-08-11 08:01:22 +0200 |
commit | 7b374095aaec92e0fb7044550903aa8e10522677 (patch) | |
tree | 82fa5c69f56db2a6def9923b50916dabbea53ce8 /pictureviewer2.h | |
parent | f597c802ab31560bcc200ab068675ecc34f423c9 (diff) | |
download | SheMov-7b374095aaec92e0fb7044550903aa8e10522677.tar.gz SheMov-7b374095aaec92e0fb7044550903aa8e10522677.tar.bz2 SheMov-7b374095aaec92e0fb7044550903aa8e10522677.zip |
Implement preview
Show 4 frames of the selected movie in PictureViewer2.
Diffstat (limited to 'pictureviewer2.h')
-rw-r--r-- | pictureviewer2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pictureviewer2.h b/pictureviewer2.h index cfd6ce6..fbda34d 100644 --- a/pictureviewer2.h +++ b/pictureviewer2.h @@ -40,6 +40,7 @@ class PictureViewer2 : public QGraphicsView { void addFiles(const QString &dir, bool clear = true); void setFile(const PicData &file); void setFile(const QString &fullPath); + void setPixmap(const QPixmap &pm); PicData picData(const QString &fullPath); virtual QSize sizeHint() const; |