Add ConnectionType when connecting signals to slot
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Hi all,
I want to add connection type when connecting a signal to slot in python code, I did not find how to do this, can anyone help me please?
I've written this code, which work perfectly :
ui is a wrapped object.
Thank you in advance.