[Qt-interest] Qwt Error

Srdjan Todorovic todorovic.s at googlemail.com
Tue May 5 11:08:30 CEST 2009


Hi,

2009/5/5 Sujan Dasmahapatra <sdh at lmglasfiber.com>:
> Dear Friends
>
> I have installed Qwt for plotting when I am trying to compile the give
> tutorial code I ma getting a lot of errors..Mostly I think because of header
> file inclusion or .pro file add  ons……Can u say anyone how could I compile
> this piece of code for Qwt.
>
> What header files if at all I need to include and what I have to specify in
> the .pro file plss help me…

"If at all"?

> class MyPlot : public QwtPlot

If I was a compiler, I would be screaming about QwtPlot.
Maybe you forgot to include it?

> {
> public:
>   MyPlot( QWidget *parent=0, char *name=0 ) : QwtPlot( parent, name )
>   {

>   }
> };

Hope that gives you a good enough hint.

Srdjan




More information about the Qt-interest-old mailing list