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.
我有一个场景,其中不同的类通过将其信号连接到它们的插槽来动态附加到线程。我的问题是是否可以再次取消订阅?有没有办法去除信号槽连接?
查看QT 文档,靠近底部。它说
Disconnect 可用于删除连接。 断开连接(发送方0,信号(溢出()),接收方1,SLOT(handleMathError()))
Disconnect 可用于删除连接。
断开连接(发送方0,信号(溢出()),接收方1,SLOT(handleMathError()))
另一个也提到的好资源disconnect是here。
disconnect