summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-08-11 08:01:22 +0200
committerArno <am@disconnect.de>2013-08-11 08:01:22 +0200
commit7b374095aaec92e0fb7044550903aa8e10522677 (patch)
tree82fa5c69f56db2a6def9923b50916dabbea53ce8 /helper.h
parentf597c802ab31560bcc200ab068675ecc34f423c9 (diff)
downloadSheMov-7b374095aaec92e0fb7044550903aa8e10522677.tar.gz
SheMov-7b374095aaec92e0fb7044550903aa8e10522677.tar.bz2
SheMov-7b374095aaec92e0fb7044550903aa8e10522677.zip
Implement preview
Show 4 frames of the selected movie in PictureViewer2.
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 75aa811..4f70854 100644
--- a/helper.h
+++ b/helper.h
@@ -35,6 +35,8 @@ namespace Helper {
void centerWidget(QWidget *widget);
QVariantMap ffmpegData(const QString &path);
QJsonDocument streamData(const QString &path);
+ QPixmap preview(const QString &path);
+ QImage snapshot(const QString &path, int where);
class Duration {
public:
Duration();