Qwt graph plot example

Hi everyone, I am using qwt and I am new to wanting to plot using qwt and qt creator. I don’t know which libraries should be included in my qt project in order to build a graph that I already installed qwt, as well as enable plugins and now the library will kindly tell you what I need to do with a simple example

thanks

+4
source share
1 answer

Download the Qwt source code 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 into the "examples" folder. You can open examples.pro in Qt Creator and compile all the examples, or open only the example that interests you (for example: examples / curvedemo1 / curvedemo1.pro).

+5
source

Source: https://habr.com/ru/post/953255/


All Articles