eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7780
41420f82c0ac
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
85 @type QWidget 85 @type QWidget
86 """ 86 """
87 super(HgHisteditPlanEditor, self).__init__(parent) 87 super(HgHisteditPlanEditor, self).__init__(parent)
88 self.setupUi(self) 88 self.setupUi(self)
89 89
90 self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow.png")) 90 self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow"))
91 self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow.png")) 91 self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow"))
92 92
93 self.planTreeWidget.headerItem().setText( 93 self.planTreeWidget.headerItem().setText(
94 self.planTreeWidget.columnCount(), "") 94 self.planTreeWidget.columnCount(), "")
95 95
96 self.__fileName = fileName 96 self.__fileName = fileName

eric ide

mercurial