QtPropertyStored specifies whether a property
is stored. The default is true.
This annotation should be used with the read method of the property.
-
Optional Element Summary
-
Element Details
-
value
String valueThe value should be true or false depending on whether the property is stored. It can also be the name of a boolean method in the same class as the annotated method; it must return true if the property is to be stored; otherwise, false.- Default:
"true"
-