From fd060ce7f67a95b1e3f41d3ff091595f34704920 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 27 Mar 2007 19:08:44 +0000 Subject: Initial version for a column view support (thanks a lot to Benjamin Meyer for QColumnView in Qt4.3!). Currently there is a problem when using the DolphinSortFilterProxyModel: some items get duplicated, but I doubt it's an issue in QColumnView (the same issue occurs when using QTreeView) -> further investigations necessary... svn path=/trunk/KDE/kdebase/apps/; revision=647234 --- src/dolphinmainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d8c64da7c..c6b46817f 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -232,6 +232,9 @@ private slots: /** The current active view is switched to the details mode. */ void setDetailsView(); + /** The current active view is switched to the column mode. */ + void setColumnView(); + /** The sorting of the current view should be done by the name. */ void sortByName(); -- cgit v1.3