Re: [PyKDE] Auto-Connection supported in PyQt4

2006-01-11 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Pakulat schrieb: > On 11.01.06 03:25:23, Andreas Pakulat wrote: > >>is the auto-connection feature of QObject supported with PyQt4? Will it >>be supported in the future? >> >>I just tried with a function that is called: >> >>on_removePictureFo

Re: [PyKDE] Auto-Connection supported in PyQt4

2006-01-11 Thread Andreas Pakulat
On 11.01.06 03:25:23, Andreas Pakulat wrote: > is the auto-connection feature of QObject supported with PyQt4? Will it > be supported in the future? > > I just tried with a function that is called: > > on_removePictureFormat_clicked(self) > > in a widget that uses a ui created with designer and

[PyKDE] Auto-Connection supported in PyQt4

2006-01-10 Thread Andreas Pakulat
Hi, is the auto-connection feature of QObject supported with PyQt4? Will it be supported in the future? I just tried with a function that is called: on_removePictureFormat_clicked(self) in a widget that uses a ui created with designer and inheriting from that ui. So removePictureFormat is in fa