diff --git a/gui_handler.py b/gui_handler.py index 6d3c29c..4d11c64 100644 --- a/gui_handler.py +++ b/gui_handler.py @@ -71,5 +71,6 @@ class Message(QtWidgets.QMessageBox): # Idea for a workaround for both: # Maybe Qt has scheduled events in which case a scheduled polling event could run a function inside the Qt thread that fetches commands and executes them. # This could work by passing (lambda) functions through a Communication object. +#UPDATE: Tried implementing both approaches, neither worked. :( def fixme_window_mainloop_workaround_to_just_get_a_window_started_really_should_not_be_implemented_this_way_for_reasons_stated_in_the_comment_above_the_definition_of_this_function(): app.exec()