Re: [PyKDE] Writing Qt Designer Plugins in Python

2007-02-18 Thread Phil Thompson
On Sunday 18 February 2007 12:23 pm, Hans-Peter Jansen wrote: > Am Samstag, 17. Februar 2007 schrieb Phil Thompson: > > Thanks to work done by David Boddie, the current PyQt4 snapshot (and SIP > > as well) allows you to write custom widget plugins for Qt Designer using > > Python. > > Wow, these ar

Re: [PyKDE] Writing Qt Designer Plugins in Python

2007-02-18 Thread Hans-Peter Jansen
Am Samstag, 17. Februar 2007 schrieb Phil Thompson: > Thanks to work done by David Boddie, the current PyQt4 snapshot (and SIP > as well) allows you to write custom widget plugins for Qt Designer using > Python. Wow, these are exceptionally good news. Congrats to you both! > Python custom widgets

[PyKDE] Writing Qt Designer Plugins in Python

2007-02-17 Thread Phil Thompson
Thanks to work done by David Boddie, the current PyQt4 snapshot (and SIP as well) allows you to write custom widget plugins for Qt Designer using Python. Python custom widgets behave exactly the same as C++ ones. You can connect signals and slots, and update properties. GUIs containing them can