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.
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.