Hey, ive recently got Qwt to work inside of Qt. Now i want to study the examples that are given with Qwt so that i can make my own 2D graph.
In:
/home/benutzer/Documents/qwt-5.0.2/examples/simple_plot
i have two files:
- simple.cpp
- simple_plot.pro

I want to run these programs so that i can see what they look like. Do i need to convert them to a python file first? How do i do that, which command do i use?
thanks a lot.