example to add custom properties in qt using QDesignerDynamicPropertySheetExtension class
Unsolved
Qt Creator and other tools
-
I need to define new property using QDesignerDynamicPropertySheetExtension class, it would be helpful if anyone share the example for this
-
Hi and welcome to devnet,
Did you already went through the Creating Custom Widget Extensions chapter in Qt's documentation ?
It should help you get started.
-
@SGaist thanks for the suggestion. I have gone through those examples but want to know is it possible to add extra property Ex: abc as shown below so that i can use that property for any type of QObject like pushbutton, widget, etc. Actually am exploring whether with QDesignerDynamicPropertySheetExtension we can add the property in that way
-
Sorry, that I don't know.