mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
[BookmarksTreeView] Show focus on whole row, not each column separately
This commit is contained in:
parent
22f523da4a
commit
6d7761ebe9
@ -38,6 +38,7 @@ BookmarksTreeView::BookmarksTreeView(QWidget* parent)
|
|||||||
setDragEnabled(true);
|
setDragEnabled(true);
|
||||||
setAcceptDrops(true);
|
setAcceptDrops(true);
|
||||||
setDropIndicatorShown(true);
|
setDropIndicatorShown(true);
|
||||||
|
setAllColumnsShowFocus(true);
|
||||||
setSelectionMode(QAbstractItemView::ExtendedSelection);
|
setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||||
setContextMenuPolicy(Qt::CustomContextMenu);
|
setContextMenuPolicy(Qt::CustomContextMenu);
|
||||||
setItemDelegate(new BookmarksItemDelegate(this));
|
setItemDelegate(new BookmarksItemDelegate(this));
|
||||||
|
Loading…
Reference in New Issue
Block a user