<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
Thanks<br>
Charlie<br>
<br>
btw current error im getting is:<br>
<span class="">painter.translate((printer.paperRect().x()) +<br>
(printer.pageRect().width()/2),(printer.paperRect().y) +<br>
(printer.pageRect().height()/2))<br>
</span>TypeError: unsupported operand type(s) for +: 'builtin_function_or_method'<br>
and 'float'<br>
<br></blockquote><div><br></div><div><span style="color:rgb(80,0,80);font-size:13px">(printer.paperRect().y)</span></div><div><br></div><div>That last bit should be .y() , like you have for x()</div><div><br></div><div>- mh</div></div></div></div>