Qt 6.11 is out! See what's new in the release
blog
Attached Properties
-
Hi,
From the documentation:
Attached properties and attached signal handlers are mechanisms that enable objects to be annotated with extra properties or signal handlers that are otherwise unavailable to the object. In particular, they allow objects to access properties or signals that are specifically relevant to the individual object.These are extra properties provided by specific objects to specific instances of other objects. In the example, the instance of a delegate can access the ListView.isCurrentItem property.
-
@magrif AFAIK yes. See Qt's documentation about that subject.