eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListDelegate.py

changeset 7533
88261c96484b
parent 7366
bd743eacfbca
child 7781
607a6098cb44
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
36 @param parent reference to the parent object (QObject) 36 @param parent reference to the parent object (QObject)
37 """ 37 """
38 super(GreaseMonkeyConfigurationListDelegate, self).__init__(parent) 38 super(GreaseMonkeyConfigurationListDelegate, self).__init__(parent)
39 39
40 self.__removePixmap = UI.PixmapCache.getIcon( 40 self.__removePixmap = UI.PixmapCache.getIcon(
41 "greaseMonkeyTrash.png").pixmap( 41 "greaseMonkeyTrash").pixmap(
42 GreaseMonkeyConfigurationListDelegate.RemoveIconSize) 42 GreaseMonkeyConfigurationListDelegate.RemoveIconSize)
43 self.__rowHeight = 0 43 self.__rowHeight = 0
44 self.__padding = 0 44 self.__padding = 0
45 45
46 def padding(self): 46 def padding(self):

eric ide

mercurial