I’m pretty convinced by now that it is impossible to properly use table models with TableView.
I looked at the sources, and it appears TableView is built around ListView.
The only question I have left — as I would have to simulate complex data structure, I’m wondering which representation is more effective: QMap<String, QVariant> or QJsonObject? Which one is cheaper to store in the model and return into QML?
↧









