문제

Is there a way to disconnect a Qt signal only temporarily, but store a list of the objects connected to it, so the signal can later be reconnected to them?

도움이 되었습니까?

해결책

http://qt-project.org/forums/viewthread/6820

This post discusses ways to keep track of the list of connections to a particular signal which could be used for reconnecting it after disconnect is called.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top