From: Peter Penz Date: Sat, 1 Dec 2007 09:59:13 +0000 (+0000) Subject: Assure that the items of the details view are not expandable. We might think about... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/7077d2edfff7ca38c4c181b2cd5014adabe20e51?ds=inline Assure that the items of the details view are not expandable. We might think about enabling this in 4.1 optionally, so that especially Konqi can use this feature. But for this some adjustments in the drag & drop handling of the details view must be done first -> let's postpone this to 4.1. svn path=/trunk/KDE/kdebase/apps/; revision=743539 --- diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 63d90142f..f3d55a8c3 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -60,6 +60,7 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr setDragDropMode(QAbstractItemView::DragDrop); setDropIndicatorShown(false); setAlternatingRowColors(true); + setItemsExpandable(false); setMouseTracking(true); viewport()->setAttribute(Qt::WA_Hover);