David Boddie wrote:

> That's where QPrintDialog comes in:
> 
>   http://doc.trolltech.com/4.1/qprintdialog.html
> 
> It's also secretly available in Qt 3 via the QPrinter.setup() method:
> 
>   printer = QPrinter()
>   printer.setup()
>   # Now, paint onto the printer as usual.

No - that was in my example. The work I was refering to was taking the
user's input to the dialog and writing the pages to the device in the right
order (I don't think this is done automatically).

Jeremy

-- 
Jeremy Sanders
http://www.jeremysanders.net/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to