QMap datatype in QML
Unsolved
QML and Qt Quick
-
Hi all,
I am using Qt 5.9.4 opensource. Is there any QML type similar to QMap?
Currently I am using a C++, which is holding a QMap. Using Q_INVOKABLE methods, retrieving information from QMap in the QML code.
Question:- Will this create any performance issue, as i m retrieving data from C++ in QML?
- Is there any way to have map datatype in QML itself?
Regards,
Bikash