summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-06-18 18:19:59 +0200
committerArno <am@disconnect.de>2010-06-18 18:19:59 +0200
commit874476253f6ce13436f695401ff2f2a13a723753 (patch)
tree302cadd28d6e1ecef3642aa58e2ad21e6d8988df /shemov.h
parentdf74e7f25fe763f100d3d034cc8d54fa0b39ae26 (diff)
downloadSheMov-874476253f6ce13436f695401ff2f2a13a723753.tar.gz
SheMov-874476253f6ce13436f695401ff2f2a13a723753.tar.bz2
SheMov-874476253f6ce13436f695401ff2f2a13a723753.zip
expand/collape actions for SeriesTreeWidget
Implemented expand and collapse actions for SeriesTreeWidget.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 83db7b9..c397378 100644
--- a/shemov.h
+++ b/shemov.h
@@ -99,6 +99,9 @@ class SheMov : public QMainWindow {
//TreeView Actions
QAction *mNewSeriesA;
QAction *mDeleteFromSeriesA;
+ QAction *mExpandAllSeriesA;
+ QAction *mCollapseAllSeriesA;
+ QAction *mExpandCurrentA;
QActionGroup *mOpenWithGroupFS;
QActionGroup *mOpenWithGroupAV;