diff options
author | Arno <arno@disconnect.de> | 2015-08-12 19:29:44 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-08-12 19:29:44 +0200 |
commit | dc2927587eb758754babf98adb764c3bbdccd024 (patch) | |
tree | 7fc3a9c94f2e895862de0523a06475a3572112e7 /shemov.h | |
parent | 49b943474c4ac39ee5f0f2e900fddd1253a84366 (diff) | |
download | SheMov-dc2927587eb758754babf98adb764c3bbdccd024.tar.gz SheMov-dc2927587eb758754babf98adb764c3bbdccd024.tar.bz2 SheMov-dc2927587eb758754babf98adb764c3bbdccd024.zip |
Implement slide through all pictures
Wow, that was much more complicated than I first thought, but it seems
to work. Maybe it's much more convoluted than it has to be :)
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -139,7 +139,9 @@ class SheMov : public QMainWindow { QAction *mPVClearMarksA; QAction *mPVReplaceA; QAction *mPVSelectAllA; + QAction *mPVToggleSlideA; QAction *mPVSlideA; + QAction *mPVSlideAllA; QAction *mPVShuffleA; QAction *mPVCopyToA; QAction *mPVShowNPDialogA; |