Hi all.<br><br>I need to load Qt4 Designer.ui files on the fly and, once I&#39;ve got the xml parsed, I have to connect all the signals and slots concerning that form. I&#39;m planning to transfer the ui xml buffer and the slot objects through pickle / unpickle. The thing is, I cannot assign custom slots using Qt4 Designer so I cannot specify which signal should be connected to which slot dynamically. <br clear="all">
<br>Using GTK / Glade I know it&#39;s possible through <br><br>[code] <br>&nbsp;&nbsp; gladeBuff.signal_autoconnect(self) <br>[/code]<br><br>Is it possible using PyQt and Qt4 Designer ?<br><br>Regards,<br><br>Tkm<br><br>