eric6/HexEdit/HexEditGotoWidget.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7775
4a1db75550bd
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
43 } 43 }
44 formatOrder = ["hex", "dec"] 44 formatOrder = ["hex", "dec"]
45 45
46 self.__currentFormat = "" 46 self.__currentFormat = ""
47 47
48 self.closeButton.setIcon(UI.PixmapCache.getIcon("close.png")) 48 self.closeButton.setIcon(UI.PixmapCache.getIcon("close"))
49 49
50 for dataFormat in formatOrder: 50 for dataFormat in formatOrder:
51 formatStr, validator = self.__formatAndValidators[dataFormat] 51 formatStr, validator = self.__formatAndValidators[dataFormat]
52 self.formatCombo.addItem(formatStr, dataFormat) 52 self.formatCombo.addItem(formatStr, dataFormat)
53 53

eric ide

mercurial