From: Peter Penz Date: Sat, 28 Jul 2007 14:19:38 +0000 (+0000) Subject: use alternating row colors for the details view X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/c6c51f76ecef7f715c4bee2c6b7173cf12f0851d?ds=inline use alternating row colors for the details view svn path=/trunk/KDE/kdebase/apps/; revision=693610 --- 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);