Hi,
I have multiple custom widgets derived from a base custom widget. This base custom widget (which inherits QWidget) has some properties which I want available in the designer, but I want to define "propertyspecifications" for these properties. I don't want to copy the "propertyspecifications" for each custom widget's plugin "domXml()", instead I want the "propertyspecifications" to be inherited from the base custom widget.
Any idea how to do this. So far nothing I did seems to work.
Thanks.