An example of what I'm attempting is below:
class Demo : QObject { Q_OBJECT public: Q_PROPERTY( QMap<QString, QStringList> mappings MEMBER mappings_ NOTIFY mappingsChanged ) };What I'm expecting is that mappings would be transformed on the JavaScript side as:
mappings { "key" : ["abc", "def"]... }However, when I try to view the data in the emitted signal it's always null. Any suggestions where I should look for more answers or perhaps I'm going in an incorrect direction?
Thanks, -- John Schneiderman Senior Software Engineer CDPR Squad GOG.com
OpenPGP_0xB23C7A7C8E96CE3B.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest