• Posts Tagged ‘Graphs’

    Installing Qwt on Windows

    by  • September 17, 2010 • Guide, Programming • 20 Comments

    I am writing this guide as a follow up to my Qt installation guide. Qwt is a graphics library built specifically for the Qt framework. I use it in my ReplayParser application to draw the APM chart, and it definitely saved a lot of time in that area of development. I haven’t had any problems in terms of the functionality of the library, but as many of the sourceforge users point out, the documentation is weak at best. So, I’ve decided to write a quick installation guide for those who are interested in utilizing this graphics library.

    This guide assumes that you have installed the latest version of Qt using my previous guide as well as Visual Studio 2008. As always, please feel free to comment if any of the instructions are misleading or I have left anything out in the guide.…

    Read more →