-
Notifications
You must be signed in to change notification settings - Fork 2
Notes
Adam Heinermann edited this page Apr 6, 2014
·
1 revision
See http://docs.huihoo.com/qt/solutions/4/qtpropertybrowser/
The following classes are of interest:
- QtTreePropertyBrowser
- QtGroupBoxPropertyBrowser
- QtVariantProperty (created by QtVariantPropertyManager)
QVariant is used by the property grid. Don't know about its compatibility with the JSON serialization.
Possibly something similar to Cereal(serialization library) where we just make a serialize function available and everything magically works?