What does a virtual property in a Qt class mean ? I have tried to find it but I do not really understand the meaning,
Thanks
Printable View
What does a virtual property in a Qt class mean ? I have tried to find it but I do not really understand the meaning,
Thanks
Where did you find these "virtual" properties?
Referring to dynamic properties in QObject perhaps? Created by QObject::setProperty() if a property of the specified name does not exist.