┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-03-27 19:08:44 +0000
committerPeter Penz <[email protected]>2007-03-27 19:08:44 +0000
commitfd060ce7f67a95b1e3f41d3ff091595f34704920 (patch)
treeb5735e2c268b8461ede653ab2dfe83318122e42e /src/dolphinui.rc
parent3546be263253a3982077122fb861ebfb64d7de1d (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/dolphinui.rc')
-rw-r--r--src/dolphinui.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index 06f94826c..bb3e2d729 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -20,6 +20,7 @@
<text>View Mode</text>
<Action name="icons" />
<Action name="details" />
+ <Action name="columns" />
</Menu>
<Menu name="sort">
<text>Sort</text>
@@ -111,6 +112,7 @@
<Separator name="separator_1" />
<Action name="icons" />
<Action name="details" />
+ <Action name="columns" />
<Separator name="separator_0" />
<Action name="show_preview" />
<Action name="split_view" />