┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-07-28 14:19:38 +0000
committerPeter Penz <[email protected]>2007-07-28 14:19:38 +0000
commitc6c51f76ecef7f715c4bee2c6b7173cf12f0851d (patch)
tree53a9b78784d5ad1331176d15d000670517abcdf0 /src/dolphindetailsview.cpp
parent59819cd767276d1976d31e258e01327b6c107e62 (diff)
use alternating row colors for the details view
svn path=/trunk/KDE/kdebase/apps/; revision=693610
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 613b7769b..ef3146c20 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -52,6 +52,7 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr
setSelectionBehavior(SelectItems);
setDragDropMode(QAbstractItemView::DragDrop);
setDropIndicatorShown(false);
+ setAlternatingRowColors(true);
setMouseTracking(true);
viewport()->setAttribute(Qt::WA_Hover);