>> Q_PROPERTY(QList<unsigned long long> READ myValue NOTIFY
myValueChanged)
> Yes. What's the problem when you do exactly that?
Thanks for taking the time Thiago!
I register in plugin.cpp (where I also do qmlRegisterType 's):
qRegisterMetaType<unsigned long long>("myId");
Then inside qml reading myValue via console.log() results in:
QMetaProperty::read: Unable to handle unregistered datatype 'QList<unsigned
long long>' for property
qRegisterMetaType<QList<unsigned long long> >("myId"); // wont work either
- same result
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest