qtinuum / QtnProperty

Extended properties for Qt5
Apache License 2.0
427 stars 153 forks source link

implement sub-attributes for property delegates #20

Open lexxmark opened 8 years ago

lexxmark commented 8 years ago

to declare attributes for child properties in parent property: for example:

QPen pen { delegate { Style:showNoPen = true; } }