PDA

View Full Version : connect qwtplot from ui with code



pospiech
9th March 2008, 18:00
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