Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はpython defにこの関数を持っています:
def niveau(controlName,idNiveau)
この方法でこの信号に接続したい:
QObject.connect(dialog.findChild(QDialogButtonBox, 'buttonBox'), SIGNAL('accepted()'),niveau(control,1))
次のエラーが発生しました。
Qtシグナルを呼び出せません
誰かがこれで私を助けることができますか?