UI/UserInterface.py

changeset 4398
a86ce24f2398
parent 4396
17373689237b
child 4414
5caf22e10678
equal deleted inserted replaced
4397:64d36562c391 4398:a86ce24f2398
3344 3344
3345 def __showPluginToolsMenu(self): 3345 def __showPluginToolsMenu(self):
3346 """ 3346 """
3347 Private slot to show the Plugin Tools menu. 3347 Private slot to show the Plugin Tools menu.
3348 """ 3348 """
3349 # TODO: This doesn't work on Mac OS X with Qt compiled against
3350 # Cocoa anymore
3351 # TODO: Change tools plug-ins to populate the menu statically
3352 # and just enabled the actions/menus accordingly
3353 self.showMenu.emit("PluginTools", self.__menus["plugin_tools"]) 3349 self.showMenu.emit("PluginTools", self.__menus["plugin_tools"])
3354 3350
3355 def __showUserToolsMenu(self): 3351 def __showUserToolsMenu(self):
3356 """ 3352 """
3357 Private slot to display the User Tools menu. 3353 Private slot to display the User Tools menu.

eric ide

mercurial