Reputation: 2831
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