From 224f471a9f04605f15f807fdb5d35f46d104de7f Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 5 Oct 2008 18:11:46 +0000 Subject: update the statusbar and provide a progress information within the Dolphin KPart, so that Konqueror shows the same information as Dolphin (thanks to Simon St James for the patch!) CCMAIL: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=868210 --- src/dolphinpart.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/dolphinpart.h') diff --git a/src/dolphinpart.h b/src/dolphinpart.h index e21141b12..d1c5b3c7f 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -178,6 +178,18 @@ private Q_SLOTS: */ void updateNewMenu(); + /** + * Updates the number of items (= number of files + number of + * directories) in the statusbar. If files are selected, the number + * of selected files and the sum of the filesize is shown. + */ + void updateStatusBar(); + + /** + * Notify container of folder loading progress. + */ + void updateProgress(int percent); + private: void createActions(); void createGoAction(const char* name, const char* iconName, -- cgit v1.3