On Fri, Nov 30, 2018 at 11:44 PM Jérôme Godbout <[email protected]> wrote:

> For me, under Android target, it does fail for the linking.
>
Links fine for me (g++8).


> I was trying to add and interface for injecting property into object
> expose to Qml. I often want to add a subset of property to a model and I
> would have want to have to rewrite the same Q_PROPERTY() and changed signal
> over and over again.
>
>
>
> Would be nice to have a way to extend a QObject with defined class of
> property with get/set and changed signals that is not a QObject to avoid
> diamond inheritance since it could already inherit another QObject class.
>

Q_GADGET supports properties. Maybe you can use that?

>
_______________________________________________
Interest mailing list
[email protected]
https://lists.qt-project.org/listinfo/interest

Reply via email to