[Development] QProperty and library coding guide

Ville Voutilainen ville.voutilainen at gmail.com
Tue Jul 21 19:40:27 CEST 2020


On Tue, 21 Jul 2020 at 16:19, Volker Hilsheimer <volker.hilsheimer at qt.io> wrote:
> object->property = newValue;
>
>
> is not possible with this, but having to write
>
> object->setProperty(newValue);
>
> like we do today can’t be a blocker for the entire concept of bindable and lazily evaluted properties.

A very significant goal of this exercise is achieving notational
convenience. Theoretical concerns about UB
in the presence of papers that apparently excise that UB shouldn't
stand in the way of that goal.


More information about the Development mailing list