Add user to key icon

This commit is contained in:
Et0h 2014-10-24 23:45:08 +01:00
parent 984db44d12
commit 6160ec1fec
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 B

BIN
resources/user_key.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

View File

@ -27,7 +27,7 @@ class UserlistItemDelegate(QtGui.QStyledItemDelegate):
resourcespath = utils.findWorkingDir() + "\\resources\\"
else:
resourcespath = utils.findWorkingDir() + "/resources/"
controlIconQPixmap = QtGui.QPixmap(resourcespath + "bullet_key.png")
controlIconQPixmap = QtGui.QPixmap(resourcespath + "user_key.png")
tickIconQPixmap = QtGui.QPixmap(resourcespath + "tick.png")
crossIconQPixmap = QtGui.QPixmap(resourcespath + "cross.png")
roomController = currentQAbstractItemModel.data(itemQModelIndex, Qt.UserRole + constants.USERITEM_CONTROLLER_ROLE)