PyQt - clear widget for redraw

Jim tiredofspam at anyaccount.com
Sun Aug 1 01:59:34 EDT 2004


Peter wrote:

> Diez B. Roggisch wrote:
>> 
>> Call erase on your widget. Or redraw a rectangle yourself.
>  
> Thanks, that works fine.
> I just started using pyqt yesterday, and having trouble finding a
> reference - most Qt stuff is written for c++.
> 
> Peter

Boudewijn Rempt's book _GUI Programming with Python: QT Edition_
might be helpful. It's available online at:

http://www.opendocspublishing.com/pyqt/

You can also post your questions at:
PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de

sign up for the list at:
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

There's also a PyQt wiki at:
http://www.diotavelli.net/PyQtWiki
(it's fairly new and a little light on content, but there's already some
good stuff there).


Jim




More information about the Python-list mailing list