Python (Pyside) connect() arguments syntax
I am new to PySide and Python in general. I came across this following
function in the PySide docs:
Signal.connect(receiver[, type=Qt.AutoConnection])
Can anyone explain to me what the function/argument part above means ?
No comments:
Post a Comment