summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-07-28 07:46:16 +0200
committerArno <am@disconnect.de>2013-07-28 07:46:16 +0200
commitd6b178b1fdcdac519ded25e3f253d9eeffa84053 (patch)
treeba9a03e041fa72ccde37367ef07864884f0ced7b /shemov.h
parent5cfaa2c755c52c2ccbdd88ea3239dafb120a179b (diff)
downloadSheMov-d6b178b1fdcdac519ded25e3f253d9eeffa84053.tar.gz
SheMov-d6b178b1fdcdac519ded25e3f253d9eeffa84053.tar.bz2
SheMov-d6b178b1fdcdac519ded25e3f253d9eeffa84053.zip
Implement file properties dialog
Show file properties in Filemanager and Archive, if the file is available. Also get rid of the palette stuff in SmGlobals. Just call setPalette() early enough and set it in SmTreeView.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shemov.h b/shemov.h
index aab035a..1bc92dc 100644
--- a/shemov.h
+++ b/shemov.h
@@ -16,7 +16,6 @@ class FilesystemWidget;
class QLabel;
class QSignalMapper;
class QActionGroup;
-//class ArchiveTreeView;
class NewMovieWizard;
class PicturesWidget;
class SmTreeModel;
@@ -108,6 +107,7 @@ class SheMov : public QMainWindow {
QAction *mRebuildFrameCacheA;
QAction *mNewMovieWizardA;
QAction *mMoveToArchiveA;
+ QAction *mFSViewPropertiesA;
//Filesystem View Actions
QActionGroup *mFSHoverGroup;
@@ -150,6 +150,7 @@ class SheMov : public QMainWindow {
QAction *mArchiveFilesDvdNoA;
QAction *mArchiveFilesTypeA;
QAction *mArchiveFilesFileNoA;
+ QAction *mArchiveFilesPropertiesA;
//DB analyze actions
QAction *mAnalyzeActorsA;