QML GridLayout analogue to show table model content

58 Views Asked by At

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?

0

There are 0 best solutions below