--- a/IconEditor/IconEditorWindow.py Sat Jan 09 17:19:05 2016 +0100 +++ b/IconEditor/IconEditorWindow.py Sat Jan 09 18:45:42 2016 +0100 @@ -285,6 +285,8 @@ self.closeAllAct.triggered.connect(self.__closeAll) self.__actions.append(self.closeAllAct) + # TODO: add action to close all other windows + self.exitAct = E5Action( self.tr('Quit'), UI.PixmapCache.getIcon("exit.png"),