I dont distribute any graphing libraries with Qt. There are however python graphing libraries you could probably use to generate the graph as an image and then display it with Qt. Though I dont know if any of them are pure python, or if they include compiled code (if the latter, you will not be able to load the compiled parts directly from the zip file). Youd have to extract to file sytsem, load manually and then proceed.
|