eric6/WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationListDelegate.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8260
2161475d9639
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
32 """ 32 """
33 Constructor 33 Constructor
34 34
35 @param parent reference to the parent object (QObject) 35 @param parent reference to the parent object (QObject)
36 """ 36 """
37 super(GreaseMonkeyConfigurationListDelegate, self).__init__(parent) 37 super().__init__(parent)
38 38
39 self.__removePixmap = UI.PixmapCache.getIcon( 39 self.__removePixmap = UI.PixmapCache.getIcon(
40 "greaseMonkeyTrash").pixmap( 40 "greaseMonkeyTrash").pixmap(
41 GreaseMonkeyConfigurationListDelegate.RemoveIconSize) 41 GreaseMonkeyConfigurationListDelegate.RemoveIconSize)
42 self.__rowHeight = 0 42 self.__rowHeight = 0

eric ide

mercurial