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).
Using context property I can able to pass the QStringlist value from cpp and use it in qml.But I am struggling to use when it is QList<QStringList> values? Any suggestions to solve this
@Bharathi As per the docs it is not supported. Use QList<QVariant> instead.
QList<QVariant>