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