Vladimir Bershov
Vladimir Bershov

Reputation: 2831

QML GridLayout analogue to show table model content

It is possible to use GridLayout to show list models content in QML. I need a layout that can show content of table models that return data for row & column (QAbstractTableModel - derived classes), not for row & role. How this can be done in Qt?

Upvotes: 0

Views: 112

Answers (0)

Related Questions