diff options
| author | Peter Penz <[email protected]> | 2007-09-27 08:56:38 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-27 08:56:38 +0000 |
| commit | f74e17d275341c0e6a5305404feb3ff10d03939c (patch) | |
| tree | ee653af77b15d73cc0ccd8882df6ef9c26feeed7 /src/dolphindetailsview.h | |
| parent | 40691db6e78900510bdc2317d8a89509dea31f1e (diff) | |
allow to show/hide the columns of the details-view by a context menu for the header (-> no need to go into the settings menu)
svn path=/trunk/KDE/kdebase/apps/; revision=717627
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 862a49613..a0ef0eedf 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -110,6 +110,12 @@ private slots: */ void slotItemActivated(const QModelIndex& index); + /** + * Opens a context menu at the position \a pos and allows to + * configure the visibility of the header columns. + */ + void configureColumns(const QPoint& pos); + private: bool isZoomInPossible() const; bool isZoomOutPossible() const; |
