Add test for the main error handler

This commit is contained in:
Veronica K. B. Olsen
2020-09-19 13:06:58 +02:00
parent e9fd293689
commit 365e2676fb
7 changed files with 70 additions and 5 deletions
+1
View File
@@ -67,3 +67,4 @@ def getGuiItem(theName):
for qWidget in qApp.topLevelWidgets():
if qWidget.objectName() == theName:
return qWidget
return None