You can't update any gui element from outside the main-thread. You have to change your code to do updates only in mainthread (e.g. by using signals/slots to carry the data to the mainthread).
You can't update any gui element from outside the main-thread. You have to change your code to do updates only in mainthread (e.g. by using signals/slots to carry the data to the mainthread).
Bookmarks