Add test for the main error handler
This commit is contained in:
@@ -67,3 +67,4 @@ def getGuiItem(theName):
|
||||
for qWidget in qApp.topLevelWidgets():
|
||||
if qWidget.objectName() == theName:
|
||||
return qWidget
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user