PDA

View Full Version : Virtual property ?



gorsanmo
9th May 2011, 08:56
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

wysota
9th May 2011, 13:07
Where did you find these "virtual" properties?

ChrisW67
10th May 2011, 07:23
Referring to dynamic properties in QObject perhaps? Created by QObject::setProperty() if a property of the specified name does not exist.