From 7be84b2dfb0d300ba03801f43b49364a41ed02f8 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 17 Jul 2010 15:03:51 +0200 Subject: Implemented two new file views Implemented filter for showing only local files or only archived files. --- shemov.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shemov.h') diff --git a/shemov.h b/shemov.h index 18381a4..2c7477d 100644 --- a/shemov.h +++ b/shemov.h @@ -99,6 +99,7 @@ class SheMov : public QMainWindow { QAction *mCopyToPartsA; //TreeView Actions + //Series Actions QAction *mNewSeriesA; QAction *mDeleteFromSeriesA; QAction *mExpandAllSeriesA; @@ -106,6 +107,12 @@ class SheMov : public QMainWindow { QAction *mExpandCurrentA; QAction *mNewMovieWizardA; + //TreeView View Actions + QAction *mShowLocalA; + QAction *mShowArchivedA; + QAction *mShowNormalA; + QActionGroup *mViewTreeGroup; + QActionGroup *mOpenWithGroupFS; QActionGroup *mOpenWithGroupAV; //EndActions @@ -120,6 +127,7 @@ class SheMov : public QMainWindow { QMenu *mOpenWithMenuFS; QMenu *mOpenWithMenuAV; QMenu *mRenameMenu; + QMenu *mTreeViewMenu; QAction *mEditFSMenuA; QAction *mEditArchiveMenuA; -- cgit v1.2.3-70-g09d2