def hideAllSubWindows(self, useStopFunction=False):
        for sub in self.widgetManager.group(WIDGET_NAMES.SubWindow):
            self.hideSubWindow(sub, useStopFunction)