python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Does the requests module play a part in pytest or pytest-qt?
This has cropped up in the course of some tests. I've tried to reproduce the problem in an MRE to isolate the problem but without success.
I have a test like this (simplified, but this simplified vers...
mike rodent
Votes: 0
Answers: 1