Linux qwt 图示例
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5374287/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
qwt graph plot example
提问by tariq
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
你好,我正在使用 qwt,我是新手,我想使用 qwt 和 qt creator 绘制图形我不知道在我的 qt 项目中包含哪些库来绘制图形我已经安装了 qwt 并且现在还包括插件和库现在请告诉我用一个简单的例子做什么
thanks
谢谢
回答by Etienne Savard
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
在此处下载 Qwt 的源代码: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).
解压缩档案并查看“examples”文件夹。您可以在 Qt Creator 中打开 examples.pro 并编译所有示例,或者您可以只打开您感兴趣的示例(即:examples/curvedemo1/curvedemo1.pro)。