โ 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
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