4740 UI.PixmapCache.getIcon("splitHorizontal.png")) |
4740 UI.PixmapCache.getIcon("splitHorizontal.png")) |
4741 else: |
4741 else: |
4742 self.menuActs["NewSplit"].setIcon( |
4742 self.menuActs["NewSplit"].setIcon( |
4743 UI.PixmapCache.getIcon("splitVertical.png")) |
4743 UI.PixmapCache.getIcon("splitVertical.png")) |
4744 |
4744 |
4745 self.menuActs["Tools"].setEnabled(not self.toolsMenu.isEmpty()) |
|
4746 |
|
4747 self.showMenu.emit("Main", self.menu, self) |
4745 self.showMenu.emit("Main", self.menu, self) |
4748 |
4746 |
4749 def __showContextMenuAutocompletion(self): |
4747 def __showContextMenuAutocompletion(self): |
4750 """ |
4748 """ |
4751 Private slot called before the autocompletion menu is shown. |
4749 Private slot called before the autocompletion menu is shown. |