From f74e17d275341c0e6a5305404feb3ff10d03939c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 27 Sep 2007 08:56:38 +0000 Subject: 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 --- src/dolphindetailsview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphindetailsview.h') 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; -- cgit v1.3