47 """ |
47 """ |
48 Constructor |
48 Constructor |
49 |
49 |
50 @param lexers reference to the lexers dictionary |
50 @param lexers reference to the lexers dictionary |
51 """ |
51 """ |
52 super(EditorHighlightingStylesPage, self).__init__() |
52 super().__init__() |
53 self.setupUi(self) |
53 self.setupUi(self) |
54 self.setObjectName("EditorHighlightingStylesPage") |
54 self.setObjectName("EditorHighlightingStylesPage") |
55 |
55 |
56 self.defaultSubstylesButton.setIcon(UI.PixmapCache.getIcon("editUndo")) |
56 self.defaultSubstylesButton.setIcon(UI.PixmapCache.getIcon("editUndo")) |
57 self.addSubstyleButton.setIcon(UI.PixmapCache.getIcon("plus")) |
57 self.addSubstyleButton.setIcon(UI.PixmapCache.getIcon("plus")) |