Skip to content
Adam Heinermann edited this page Apr 6, 2014 · 1 revision

Property Grid

See http://docs.huihoo.com/qt/solutions/4/qtpropertybrowser/

The following classes are of interest:

  • QtTreePropertyBrowser
  • QtGroupBoxPropertyBrowser
  • QtVariantProperty (created by QtVariantPropertyManager)

Serializable members

QVariant is used by the property grid. Don't know about its compatibility with the JSON serialization.

Create a relief interface?

Possibly something similar to Cereal(serialization library) where we just make a serialize function available and everything magically works?

Clone this wiki locally