Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi. I want to display a QMap from my C++ back-end to QML. I want to display it like a table. Any idea? Thanks.
@Babs QVariantMaps can be passed (from C++) to QML directly
For item views and models in QML read through this.