UI/UserInterface.py

changeset 4396
17373689237b
parent 4392
7ce50a66cff0
child 4398
a86ce24f2398
equal deleted inserted replaced
4395:6a13466ac768 4396:17373689237b
3348 """ 3348 """
3349 # TODO: This doesn't work on Mac OS X with Qt compiled against 3349 # TODO: This doesn't work on Mac OS X with Qt compiled against
3350 # Cocoa anymore 3350 # Cocoa anymore
3351 # TODO: Change tools plug-ins to populate the menu statically 3351 # TODO: Change tools plug-ins to populate the menu statically
3352 # and just enabled the actions/menus accordingly 3352 # and just enabled the actions/menus accordingly
3353 self.showMenu.emit("Tools", self.__menus["plugin_tools"]) 3353 self.showMenu.emit("PluginTools", self.__menus["plugin_tools"])
3354 3354
3355 def __showUserToolsMenu(self): 3355 def __showUserToolsMenu(self):
3356 """ 3356 """
3357 Private slot to display the User Tools menu. 3357 Private slot to display the User Tools menu.
3358 """ 3358 """

eric ide

mercurial