Hi All,
I want to create my own data type and want to use in my own custom widget plugin and show in Designer's Property window by using in Q_PROPERTY() declaration in my plugin.
For example if I have custom data types like below;
typedef QMap<int,QVariant> MyType;
Could I create Q_PROPERTY in my widget plugin and can see from Designer's property windows.
Is this possible or not?
If possible how can I achieve?
Regards.
Thanks in advance.
Bookmarks