Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 426 Bytes

File metadata and controls

10 lines (4 loc) · 426 Bytes

Dynamic Properties

Dynamic properties are acquired at run time and are specific to the object that acquired them. Properties need to be compiled as Q_PROPERTIES to be recognised by the QMetaObject of that class.

Two objects of the same class will have the same defined properties and different dynamic properties.

TODO: Look at setting and retrieving dynamic properties and what happens in the event of a collision.