[Development] My contribution : Extension to Qt
Sorvig Morten
Morten.Sorvig at digia.com
Thu Jun 5 09:50:28 CEST 2014
On 05 Jun 2014, at 00:25, Thiago Macieira <thiago.macieira at intel.com> wrote:
> Em qua 04 jun 2014, às 10:32:17, Olivier Goffart escreveu:
>> In general, i think it would be beneficial to have some public API in
>> QObject to create dynamic signals or slots.
>
> This has been asked from the QML-on-Go discussions. We just told them to use
> the private QMetaObjectBuilder class.
That makes QML-on-Go harder to use though: We distribute qmetaobjectbuilder_p.h in the binary packages but I believe you have to use a version-spesifc include:
#include <5.3.0/QtCore/private/qmetaobjectbuilder_p.h>
Could we add a public C API for QObject and QML bindings?
Morten
More information about the Development
mailing list