Since I now got designer with qwt plugin working in mingw Version of qt I could add a qwtplot widget to the ui.

I have a qwtplot derived class in my code which is called 'QPlotCurve'.
How do I connect the ui-widget with this selfwritten class?

Matthias