UI/UserInterface.py

branch
6_0_x
changeset 4400
8d4986c8d120
parent 4399
76cce1718c1c
child 4416
37265cbdd388
equal deleted inserted replaced
4399:76cce1718c1c 4400:8d4986c8d120
3340 """ 3340 """
3341 # TODO: This doesn't work on Mac OS X with Qt compiled against 3341 # TODO: This doesn't work on Mac OS X with Qt compiled against
3342 # Cocoa anymore 3342 # Cocoa anymore
3343 # TODO: Change tools plug-ins to populate the menu statically 3343 # TODO: Change tools plug-ins to populate the menu statically
3344 # and just enabled the actions/menus accordingly 3344 # and just enabled the actions/menus accordingly
3345 self.showMenu.emit("Tools", self.__menus["plugin_tools"]) 3345 self.showMenu.emit("PluginTools", self.__menus["plugin_tools"])
3346 3346
3347 def __showUserToolsMenu(self): 3347 def __showUserToolsMenu(self):
3348 """ 3348 """
3349 Private slot to display the User Tools menu. 3349 Private slot to display the User Tools menu.
3350 """ 3350 """

eric ide

mercurial