The program calls a function that outputs the result of the work to FILE* . The function call looks like this:
gvRender (gvc, g, "svg", stdout); You must redirect the output from stdout to a string or QString , without using a write to the file. How to do it better?
QProcess? - PinkTux