poll QTableView for selected headers
Solved
General and Desktop
-
Better still, connect the
selectionChanged()
signal for the header view items then there is no need to poll at all.http://doc.qt.io/qt-5/qitemselectionmodel.html#selectionChanged