PDA

View Full Version : Pass QVariantMap to QML from CPP



sandeep93
3rd January 2018, 12:35
Hi,

is it possible to pass the QVariantMap to the QML from CPP?

if yes and then how can i retrieve the vale i have inserted in the QMap to QML Property i have in QML file?

tried checking QQmplPropertyMap as well, but didn't work, please help.