[PyQt] Print with PyQt4 at Windows

2011-10-01 Thread Tony Peña
Hi i need to devel an app ... and i guess i have all about develop with python + qt4 + use qtsql for the backend of database, a little designer but... how can i use data stored to print at Windows Printer?... exist some like QuickReport for Delphi? but for PyQt4? or some widget or module ...

Re: [PyQt] QMenu.setTitle on OS X

2011-10-01 Thread Phil Thompson
On Fri, 30 Sep 2011 16:52:18 -0500, John Wiggins jwigg...@enthought.com wrote: Hello, I've run into some strange behavior with QMenu's setTitle function failing on OS X, but only when called on the Help menu. Here's what I'm running: OS X 10.5.8; Qt 4.5.3(Carbon); PyQt 4.6; sip 4.9.3 If you

[PyQt] Small terminal/console with vt100 emulation

2011-10-01 Thread Henning Schröder
Hello, because pyqonsole only works with Qt3 and porting to Qt4 looks complicated, I used the vt100 implementation of AjaxTerm and created a PyQt4 widget for it. Now I can embed a shell in my Linux applications. If anyone else is interested in such a thing you will find the current version at