Relative Content

Tag Archive for pythonmultithreadingpyqt5python-multithreading

Pyqt5, threading and opening a new window

My electronic scoreboard program for competitions has a long process of recording data in excel, so that the interface does not freeze, I use multithreading. Under certain conditions, after recording in Excel, one application window should close and another should open. that is, the created thread must pass information to the main thread, which is now the case when another window needs to be opened. But I don’t know how to pass this information so that: