diff options
| author | Peter Penz <[email protected]> | 2007-06-17 15:04:01 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-17 15:04:01 +0000 |
| commit | 1c0341958df6d5cea0a2725afb6245ce498422b2 (patch) | |
| tree | 339ca5355ce469807fa13dbc662de86fd1c841ad /src/dolphincolumnview.h | |
| parent | 732fc30bb5df634ad888168d6193f228525df143 (diff) | |
Improve the column view by indicating active/inactive columns visually.
svn path=/trunk/KDE/kdebase/apps/; revision=676721
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 6 |
1 files changed, 5 insertions, 1 deletions
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; |
