butor_Summit_2024_-_Program)
Thanks! Would love to discuss this in person, but I won't be able to
make it to QtCS this year :-(
-- Arno
Von: Development
im Auftrag von Arno Rehn
Gesendet: Montag, 10. Juni 2024 12:48 An:
Qt development mailing list Betreff: [Development] Making
Q_OBJECT_COMPAT
__
Von: Development im Auftrag von Arno Rehn
Gesendet: Montag, 10. Juni 2024 12:48
An: Qt development mailing list
Betreff: [Development] Making Q_OBJECT_COMPAT_PROPERTY public
Hey everyone,
in our codebase, we have a lot of property setters with side-effects.
We'd still like to int
Hey everyone,
in our codebase, we have a lot of property setters with side-effects.
We'd still like to introduce bindable properties - they're awesome!
However, QObjectBindableProperty/QProperty require trivial setters, so
that doesn't work for us. Qt uses Q_OBJECT_COMPAT_PROPERTY internally