Reporting

Ken Godee ken at perfect-image.com
Sat Jul 3 23:35:27 EDT 2004


Robert wrote:
> Planning to use python,PyQt and Postgresql for a up coming
> cross-platform app. What do you guys use for reports?
> 
> thanks;
> Robert - slackware
> 

QPainter will do everything you want without having to
add any other programs.

drawPixmap, drawRect, drawLine, setFont, drawtext, etc., etc.....

QPrinter will then handle direct output to printer, file, etc.

There are also some examples in the C++ GUI programming with Qt 3 book.





More information about the Python-list mailing list