Hi

I made a custom widget plugin based on the custom widgets example ( using AnalogClock ) provided in Qt Assistant. I changed the name of the plugin class to MyPlugin and the name of the AnalogClock class to MyClock.

I then added libMyPlugin.so to the ../plugins/designer folder. When I check the "Plugin information" pop up from Tools->Form Editor->About Qt Designer plugins,
I can see that my plugin information has been loaded. But the plugin / widget is not visible in Qt Designer. It was supposed to be added to the group "Display widgets [Examples]".

Can someone tell me how to add this to designer or how do I use this widget in my form ? I tried restarting Qt creator and promoting a placeholder widget to no avail.