Sorry to re-post the same problem.
I have a QTextDocument which I fill with some tables and data.
I created the QwtPlot of these data and I would like too insert the plot inside the QTextDocument. Eventually, I would print the pdf version of the document.
I choose SVG because it can render with high and beutiful resolution.
But, how can insert the svg graphics inside the QTextDocument and then print it on QPrinter?
regards