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
This commit is contained in:
Peter Penz 2007-12-01 09:59:13 +00:00
parent 278cb078d6
commit 7077d2edff

View file

@ -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);