You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QJson documentation says, "properties marked as 'non-stored' will be ignored" by QObjectHelper. But, for an object myObject with a property defined as Q_PROPERTY(QString myProperty READ myProperty WRITE setMyProperty NOTIFY myPropertyChanged STORED false), then myProperty is included in the JSON generated by this command QJson::QObjectHelper::qobject2qvariant(myObject)
The text was updated successfully, but these errors were encountered:
The QJson documentation says, "properties marked as 'non-stored' will be ignored" by QObjectHelper. But, for an object
myObject
with a property defined asQ_PROPERTY(QString myProperty READ myProperty WRITE setMyProperty NOTIFY myPropertyChanged STORED false)
, then myProperty is included in the JSON generated by this commandQJson::QObjectHelper::qobject2qvariant(myObject)
The text was updated successfully, but these errors were encountered: