pyside6 QObject::killTimer message when running GUI in separate thread
I want to set up a gui that runs in its own thread. Therefor I create my own class MainWindow
as a subclass of QMainWindow
and created a function run()
that is executed in another thread (see code below).