Exist something like gobject.GObject.handler_block_by_func(callback) in pyqt
Posted
by Alquimista
on Stack Overflow
See other posts from Stack Overflow
or by Alquimista
Published on 2010-05-22T05:34:51Z
Indexed on
2010/05/22
5:40 UTC
Read the original article
Hit count: 287
I tried with pyqtobject.blockSignals(True), but isn't the same, it only block the signal, the gobject func, block the signal activated by other signal(func).
It's for an audio player, I want to stop the update of the seek when I move the seek
© Stack Overflow or respective owner