diff options
| author | Peter Penz <[email protected]> | 2008-10-05 18:11:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-05 18:11:46 +0000 |
| commit | 224f471a9f04605f15f807fdb5d35f46d104de7f (patch) | |
| tree | 67bc75888d3cc52a81e7cdd5dffd194adbd40770 /src/dolphinpart.h | |
| parent | 3b8df5665049f877863b963137c51350ae88ebb7 (diff) | |
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: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=868210
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 12 |
1 files changed, 12 insertions, 0 deletions
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, |
