Hi, I've been using QtCreator for a while and recently discovered a need to create plots graphs and charts in a particular application. I was originally going to do this from scratch using QGraphicsView, but I heard Qwt was a good option.

Anyway, to get to the point, I have so far followed the instructions in the INSTALL file, including building the examples (which work fine).
I'm currently trying to work out how to include it in my own applications, as well as placing the widgets in the GUI.

Can anyone help?

Thanks.