โ† Feed
๐Ÿ’ป **Python GUIs: Actions in one thread changing data in another โ€” How to communicate between threads and windows in PyQt6**

I have a main window that starts background threads (e.g., handling GPIO data). From the main window I open secondary windows using buttons. When I press a button in a secondary window, I can't change anything in the background threads. But if I press a button in the main window,...

๐Ÿ”— https://www.pythonguis.com/faq/actions-in-one-thread-changing-data-in-another/

#tech #news

Comments (0)