Hi,

 I'm accessing the Qbytearray from c++ in the qml code and assigning it to
a property real ,but getting error while run as *qrc:///main.qml:65: Error:
Cannot assign [undefined] to double*.

 I've registered the c++ class in the main by
qmlRegisterType<MainWindow>("serial", 1, 0, "serialdata"); and imported the
serial 1.0 in the qml file. Am i wrong somewhere.

-- 
Nilesh
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to