src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerUtilities.py

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9413
80c06d472826
equal deleted inserted replaced
9220:e9e7eca7efee 9221:bf71ee032bb4
11 11
12 12
13 def setItemIcon(itm, column, msgCode, severity=None): 13 def setItemIcon(itm, column, msgCode, severity=None):
14 """ 14 """
15 Function to set the icon of the passed message item. 15 Function to set the icon of the passed message item.
16 16
17 @param itm reference to the message item 17 @param itm reference to the message item
18 @type QTreeWidgetItem 18 @type QTreeWidgetItem
19 @param column column for the icon 19 @param column column for the icon
20 @type int 20 @type int
21 @param msgCode message code 21 @param msgCode message code

eric ide

mercurial