qwt graph plot example [closed]

2019-05-04 17:29发布

hello every one i am using qwt and i am new to i want to plot a graph using qwt and qt creator i dont know which librariesoz to include in my qt project to plot a graph i have already installed qwt and also include plugins and library now kindly tell now what i have to do with a simple example

thanks

1条回答
戒情不戒烟
2楼-- · 2019-05-04 17:55

Download the source code of Qwt here : http://sourceforge.net/projects/qwt/files/qwt-beta/6.0.0-rc5/qwt-6.0.0-rc5.zip/download

Unzip the archive and look inside the "examples" folder. You could open examples.pro in Qt Creator and compile all the examples or you could open only the example that interest you (ie: examples/curvedemo1/curvedemo1.pro).

查看更多
登录 后发表回答