From 1c0341958df6d5cea0a2725afb6245ce498422b2 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 17 Jun 2007 15:04:01 +0000 Subject: Improve the column view by indicating active/inactive columns visually. svn path=/trunk/KDE/kdebase/apps/; revision=676721 --- src/dolphincolumnview.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 5cc2c04b0..266e5ee97 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -26,7 +26,10 @@ class DolphinController; /** - * @brief TODO + * @brief Represents the view, where each directory is show as separate column. + * + * @see DolphinIconsView + * @see DolphinDetailsView */ class DolphinColumnView : public QColumnView { @@ -46,6 +49,7 @@ protected: private slots: void zoomIn(); void zoomOut(); + void triggerItem(const QModelIndex& index); private: bool isZoomInPossible() const; -- cgit v1.3.1