Random QPROPERTY Questions
Unsolved
General and Desktop
-
What approach does QT recommend for creating an optional Q_PROPERTY?
What would happen if you set Q_PROPERTY's STORAGE attribute to a boolean member function?
Are there any security or performance concerns when leaving Q_PROPERTY's SCRIPTABLE attribute set to true?Thanks!
-
Hi and welcome to devnet,
What do you mean by optional property ?
As for the performance hit, AFAIK, no.