Qt 6.11 is out! See what's new in the release
blog
poll QTableView for selected headers
-
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
-
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