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 ...
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to