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): |