I'm writing a console application that needs to produce a graphical output. This output is two sets of values plotted against each other and a short sentence of text. I would like to use QPixmap (and QImage) for this to produce a jpeg, however, these do not work with a console application. What would be the solution? Is there some way to still use QPixmap or do I need an alternative? Thanks!




Reply With Quote
Bookmarks