On Monday, 30 September 2019 11:06:18 PDT Matthew Woehlke wrote:
> IOW, the example would look like:
> 
> 
>   fullname.setBinding(
>     [](Foo const* self){
>       return self->surname() + " " + self->lastname();
>     });

How does the QProperty class know about Foo?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to