Quote Originally Posted by vratojr
-I draw something on the printer and then I call end() on the painter.
-I call once more begin() on the painter to continue drawing and the problem is that the QPrinter starts drawing in another page... How can I avoid this?
Why do you call QPainter::end()?