On 2025-03-24, Ulf Hermann via Development <development at qt-project.org> wrote: > Q_DEFAULT_PROPERTY(int, value) > > That would expand to: <snip> The amount of custom macros like that I have removed is quite big. Programers are lazy. They will also use that macro for readonly properties, and constant properties. /Sune