diff options
author | Arno <am@disconnect.de> | 2010-06-18 18:19:59 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-06-18 18:19:59 +0200 |
commit | 874476253f6ce13436f695401ff2f2a13a723753 (patch) | |
tree | 302cadd28d6e1ecef3642aa58e2ad21e6d8988df /shemov.h | |
parent | df74e7f25fe763f100d3d034cc8d54fa0b39ae26 (diff) | |
download | SheMov-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ class SheMov : public QMainWindow { //TreeView Actions QAction *mNewSeriesA; QAction *mDeleteFromSeriesA; + QAction *mExpandAllSeriesA; + QAction *mCollapseAllSeriesA; + QAction *mExpandCurrentA; QActionGroup *mOpenWithGroupFS; QActionGroup *mOpenWithGroupAV; |