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 """ |