I have a plot object called CrosshairPlotWidget. Each plot object spawns a thread which updates its data but these threads are still within the same main GUI process. Here’s what I currently have and an illustration: 1 main GUI process with 2 threads I want to run the two plots each in a separate process, but both within the same
Tag: pyqtgraph
Error “QObject::startTimer: QTimer can only be used with threads started with QThread” many times when closing application
I know this has been asked many times before. I read all of those threads, and my case seems different. Everybody else who has this trouble has a few straightforward causes that I think I’ve ruled out, such as: Starting a timer with no event loop running Starting/stopping a timer from a thread other than the one that created the