Qt 6.11 is out! See what's new in the release
blog
Howto add a button to a TableView header column
QML and Qt Quick
2
Posts
2
Posters
1.7k
Views
1
Watching
-
Hi,
Yes that's possible. Check "headerDelegate":http://qt-project.org/doc/qt-5/qml-qtquick-controls-tableview.html#headerDelegate-prop.
You will need to create a Button Component and assign to it.