Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Exchange char buffer between Qt c++ and QML

$
0
0
use QByteArray to wrap your char buffer. QByteArray object can be a property of a QObject-derived class. You should define a custom QObject-derived class that has a QByteArray property. and then register your class to QML engine.

Viewing all articles
Browse latest Browse all 4972

Trending Articles