View Single Post
Old 01-13-2012, 07:06 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,251
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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.
kovidgoyal is offline   Reply With Quote