diff options
author | Arno <am@disconnect.de> | 2012-03-08 10:19:16 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-08 10:19:16 +0100 |
commit | 8aae1eea458695a19a7ff36bdffbe59c9e7d4cf2 (patch) | |
tree | 0454478e9d345e7a5f07ea238c098293a9920524 /shemov.h | |
parent | ea30d012b7777a2aea1c5e957a7d7566eebef391 (diff) | |
download | SheMov-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.h | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |