Hi,
I'm trying to print the content of a QTextEdit
. For that I'm using QTextDocument::print(QPrinter*)
. Doing that, a page number is automatically added at the right bottom of the page.
Is there any way to change its format / move it / get rid of it?
Thanks.