Howto add a button to a TableView header column
QML and Qt Quick
2
Posts
2
Posters
1.6k
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.