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 |