SOLVED: QTreeView Navigation with TAB-Key
General and Desktop
2
Posts
1
Posters
1.6k
Views
1
Watching
-
Currently when pressing the TAB-key, the focus changes to the next row.
I have here a QTreeView with multiple columns and I would like to change the behaviour to "tab" to the element in next column.
I have done theses two, but it seems I need to set a little bit more :-(
setSelectionBehavior(QAbstractItemView::SelectItems);
setTabKeyNavigation(true);