From a8ada5e6857d6dec25edf8ef57af9f27a91471c1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 20 Mar 2008 16:58:59 +0000 Subject: QListView does not support having a margin for grids. Originally it has been tried to bypass this by overwriting QListView::visualRect(), but this has some side effects (see #155378 and #155575). The clean approach is to return a proper size hint in the file item delegate. Currently a custom item delegate has been made for Dolphin, but we'll discuss whether it makes sense providing this feature already in KFileItemDelegate... BUG: 155378 BUG: 155575 CCMAIL: fredrik@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=788095 --- src/dolphiniconsview.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index d96d7c7e9..e8e63eaf8 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -48,9 +48,6 @@ public: explicit DolphinIconsView(QWidget* parent, DolphinController* controller); virtual ~DolphinIconsView(); - /** @see QAbstractItemView::visualRect() */ - virtual QRect visualRect(const QModelIndex& index) const; - protected: virtual QStyleOptionViewItem viewOptions() const; virtual void contextMenuEvent(QContextMenuEvent* event); -- cgit v1.3.1