qtinuum / QtnProperty

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

QtnSinglePropertyValueAs helper class #53

Closed lexxmark closed 3 years ago

lexxmark commented 3 years ago

This is example for https://github.com/qtinuum/QtnProperty/issues/51

I have created QtnSinglePropertyValueAs helper class that implements some QtnPropertyXXXBase interface but stores value with distinct type.

It has two conversion functions to override, see QtnPropertyMyColor example class that is compatible to QtnPropertyQColorBase and stores value as handmade MyColor type.