Thats right, i should be able to paint data and than print with QPrinter (Poppler-way).
But, there must be another solution.
for example:
QProcess pro;
QStringList arg;
arg<<file.fileName();
pro.execute("explorer", arg).
Works fine, with explorer can i view the pdf file. Logically, there must be a programm wich i can call //Win or Linux.
But wich one?
Bookmarks