Reporting
Ken Godee
ken at perfect-image.com
Sat Jul 3 23:35:27 EDT 2004
More information about the Python-list mailing list
Sat Jul 3 23:35:27 EDT 2004
- Previous message (by thread): Reporting
- Next message (by thread): Reporting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Reporting
- Next message (by thread): Reporting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list