KLAI - 2020-10-19

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 :

from PythonQt import *
.
.
.
assert(ui.connect('stop_clicked()',onStopRequest))

ui is a wrapped object.

Thank you in advance.