From 8aae1eea458695a19a7ff36bdffbe59c9e7d4cf2 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 8 Mar 2012 10:19:16 +0100 Subject: Make PictureViewer useful -Implement add and replace files -use QList (typedef'd) for shoveling data around -more code shuffling -new artwork --- shemov.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'shemov.h') 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 -- cgit v1.2.3-70-g09d2