Hello,
I want a QTreeWidget with multiple selection (with CTRL keys as QAbstractItemView::ExtendedSelection). Multiple selecting items should turn multiple items blue. Like the pic shown in this thread:
http://www.qtcentre.org/forum/f-qt-p...low--2662.html
Howver, I set my tree to Selection: QAbstractItemView::ExtendedSelection, SelectionBehavior to: QAbstractItemView::SelectRows
First: I only see a rubberband around the selected column and second I cannot multiple select rows.
What am I doing wrong?
Arthur
Bookmarks