Relative Content

Tag Archive for pythonraspberry-pipyqtpyqt5

Are PyQt windows run on different threads/processes?

I am building a kiosk app for Raspberry Pi using PyQt5, and my main window has some buttons which open other windows. Multiple windows reference the same local files using the python open file function, so I am wondering if i need to make these file accesses thread safe. If so, how do you reccomend I do that?