From 3f1103d3b8d03d20a51000af8a0cc6ae8a63ed30 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 21 Mar 2022 05:39:54 +0100 Subject: [PATCH] update comment to document failure --- gui_handler.py | 1 + 1 file changed, 1 insertion(+) 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()