From b6a85b8b76a4e86783c4c83048918d30bb36bdb8 Mon Sep 17 00:00:00 2001 From: am Date: Thu, 9 Jul 2009 15:29:14 +0000 Subject: -added statusbar and no. of selected files git-svn-id: file:///var/svn/repos2/shemov/trunk@381 f440f766-f032-0410-8965-dc7d17de2ca0 --- shemov.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shemov.h') diff --git a/shemov.h b/shemov.h index aff8624..9daf0a0 100644 --- a/shemov.h +++ b/shemov.h @@ -13,6 +13,8 @@ class QTabWidget; class FilesystemWidget; class QAction; +class QLabel; +class QItemSelection; class SheMov : public QMainWindow { Q_OBJECT @@ -20,10 +22,17 @@ class SheMov : public QMainWindow { SheMov(QWidget *parent = 0, Qt::WindowFlags flags = 0); ~SheMov() {}; + private slots: + void updateSelectionCount(const QItemSelection &sel, const QItemSelection &prev); + private: + void createStatusbar(); void createActions(); void createMenus(); + //Statusbar Items + QLabel *mSelectedItems; + //Actions QAction *mQuitA; QAction *mMarkFilesA; -- cgit v1.2.3-70-g09d2