<div dir="ltr">Hi all,<br><br>I&#39;m trying to get pyuic module to work with Qt4Designer .ui files but I&#39;m facing some problems to connect the slots. <br><br>Here&#39;s what I have:<br><br>[login_ui.py]<br>class LoginDialog():<br>

&nbsp; ...<br>&nbsp; self.okButton = QtGui.QPushButton(Dialog)<br>&nbsp; self.okButton.setObjectName(&quot;<div dir="ltr">okButton&quot;)<br><br>and, in another python module, I have the slots:<br>[login_slots.py]<br><br>def on_okButton_clicked(self):<br>

&nbsp; print &quot;Hello World&quot;<br><br>how can I connect the on_okButton_clicked slot to the LoginDialog&#39;s signals ? Is it possible? <br><br>thanks!<br><br>Bruno Tikami</div>
</div>