Styling QtQuick.TableView
Unsolved
QML and Qt Quick
-
Anyone know of some good examples for styling a TableView, for example cell borders, selected index, etc? I am using a QAbstractTableModel in C++. The default behavior just gives you text on a white background.
Or maybe there is standard documentation for styling such "item view" delegates?
Also, what is the most efficient way to distinguish between a QtQuick.TableView and QtQtuick.Controls.TableView for search purposes, and in questions like these? Isn't it a pain that there are two separate types with the same name?
Thanks!
-Patrick