nsuke / protobuf-qml

Protocol Buffers and gRPC binding for QML (QtQuick2)
MIT License
54 stars 14 forks source link

Need simple example to communicate typical use case #1

Closed nsuke closed 8 years ago

nsuke commented 9 years ago

Something like sending object through QtWebChannel. Problem is that currently there's no binary support in QML out of the box.

Plan A is to implement thin QByteArray wrapper as part of the library code. Plan B is to wait for ongoing upstream ArrayBuffer/TypedArray implementation.