[Interest] QML/C++ interaction in Qt6
Ulf Hermann
ulf.hermann at qt.io
Fri Sep 11 12:20:14 CEST 2020
> - Allow QML to access public properties of classes, even if these public
> properties do not use `Q_PROPERTY`
> - Allow QML access to classes that are neither `QObject`, nor `QGadget`
This is not planned right now. Note that we rely on moc to generate the
class descriptions that QML uses. Therefore, we need constructs like
Q_OBJECT, Q_GADGET and Q_PROPERTY to make things visible.
best regards,
Ulf
More information about the Interest
mailing list