python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
QObject singleton living on main thread, invoke it's signal from another thread, is it thread safe?
as the title says,
I have a Core singleton that inherits from QObject that is constructed on the main thread.
I also Have a QTcpServer that is creating a new QThread for each new connection, that is w...
sadeq
Votes: 0
Answers: 0
Lifetime of a python object passed with a Qt signal to another thread
I have an event-producer thread, creating Event instances in that Producer thread and passing them to the GUI thread as signal argument, after moving the object to the GUI thread (in real-life code, s...
Yann Dirson
Votes: 0
Answers: 2
Qt slot still receives signals after disconnecting
I have such problem. In my threaded application I need to disconnect slot and reconnect signal to another slot. Unfortunately if new signals send before disconnecting it will be handled in the old slo...

Ivan Romanov
Votes: 0
Answers: 2