summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-03-08 10:19:16 +0100
committerArno <am@disconnect.de>2012-03-08 10:19:16 +0100
commit8aae1eea458695a19a7ff36bdffbe59c9e7d4cf2 (patch)
tree0454478e9d345e7a5f07ea238c098293a9920524 /shemov.h
parentea30d012b7777a2aea1c5e957a7d7566eebef391 (diff)
downloadSheMov-8aae1eea458695a19a7ff36bdffbe59c9e7d4cf2.tar.gz
SheMov-8aae1eea458695a19a7ff36bdffbe59c9e7d4cf2.tar.bz2
SheMov-8aae1eea458695a19a7ff36bdffbe59c9e7d4cf2.zip
Make PictureViewer useful
-Implement add and replace files -use QList<QVariant> (typedef'd) for shoveling data around -more code shuffling -new artwork
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/shemov.h b/shemov.h
index e10cc7f..a80b341 100644
--- a/shemov.h
+++ b/shemov.h
@@ -167,10 +167,14 @@ class SheMov : public QMainWindow {
QActionGroup *mEditGroup;
//PictureWidget Actions
- QAction *mDeletePicFromA;
- QAction *mEditPicsMappingsA;
- QAction *mRefreshPicsA;
- QAction *mTogglePicV2A;
+ //PW = mPicWidget
+ //PV = pictureViewer
+ QAction *mPWDeletePicFromA;
+ QAction *mPWEditPicMappingsA;
+ QAction *mPWRefreshA;
+ QAction *mPVToggleA;
+ QAction *mPVAddA;
+ QAction *mPVReplaceA;
QActionGroup *mPicActionGroup;
//EndActions