Re: [PyKDE] weird PyQt bug: memory corruption?

2005-04-21 Thread Ümit Öztosun
Can anybody reproduce this? Phil, do you have any idea about what might be causing this? What happens in my full application is an AttributeError while trying to call QScrollView.viewport().setBackgroundMode, because the name does not exit (the object is a QObject instead of a QWidget).

[PyKDE] Toolkit and stuff for KDE application developers

2005-04-21 Thread Simon Edwards
Hello all, I've been busy putting together and documenting some of the side-project stuff I've been working on like extensions for distutils and kcontrol modules, and turning this all into some kind of SDK for Python KDE developers. For anyone interested I've put the current state of the docs

[PyKDE] How to record event and replay it in pyQT

2005-04-21 Thread Liang Tao
Hi, all, I'm a new guy to pyQt. I developped a GUI, to test it, I want to record all events (click button, for example) to a log file and then replay that log file. Something like this: myPro -log myLog myPro -replay myLog Is there any easy way to do this? Any suggestion