Quote Originally Posted by Sisyfos View Post
So i am wondering is this part right in the customwidgetplugin.cpp
It should be
Qt Code:
  1. QWidget* createWidget(QWidget *parent){return new dateListWidget(parent);}
To copy to clipboard, switch view to plain text mode 

I suggest you take a look at an example of making a Qt Designer plugin that comes with Qt docs.