diff options
| author | Peter Penz <[email protected]> | 2007-03-27 19:08:44 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-27 19:08:44 +0000 |
| commit | fd060ce7f67a95b1e3f41d3ff091595f34704920 (patch) | |
| tree | b5735e2c268b8461ede653ab2dfe83318122e42e /src/dolphinmainwindow.h | |
| parent | 3546be263253a3982077122fb861ebfb64d7de1d (diff) | |
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
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |
