Customize page number when printing a QTextDocument

Posted by gregseth on Stack Overflow See other posts from Stack Overflow or by gregseth
Published on 2010-04-07T07:27:18Z Indexed on 2010/04/07 7:33 UTC
Read the original article Hit count: 295

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about qt

Related posts about qtextedit