Custom property in designer for custom widget based on QWidget
-
I am developing a custom widget (based on QWidget) with a few custom properties I want displayed on the property page in Creator. I can get them displayed, but they are the only properties displayed as the default properties then do not display.
Is there a way to append (or add) my custom properties (and group) to the defaults in Creator? -
Have you tried this tutorial: https://doc.qt.io/qt-6/designer-creating-custom-widgets.html ?