But why include the plugin header? You only need the widget header. If you can't see the widget in the compiled code then inspect the code created by uic (ui_speeddial.h) to see if it creates your widget properly. If it does then the problem is in your widget code. Make sure the paint event is called and that the size of the widget is valid (during that paint event). Once you verify that we can continue looking for problems.
Bookmarks