[Development] Question about Qt's future

Oswald Buddenhagen oswald.buddenhagen at digia.com
Tue Apr 22 12:20:58 CEST 2014


On Mon, Apr 21, 2014 at 02:52:25PM +0200, Roland Winklmeier wrote:
> If I want to access this methods from QML I would have to derive them
> from QObject and register it in the QML context.
>
try playing with Q_GADGET instead of QObject/Q_OBJECT - that's much less
heavyweight.
if it doesn't work with qml/quick in cases where there is no good reason
why it shouldn't, i'm sure the qml maintainers would welcome
contributions ...



More information about the Development mailing list