Use bullet_key icon instead of controller

This commit is contained in:
Et0h 2014-10-24 23:16:17 +01:00
parent 526cb80b86
commit 0c9128cf44
3 changed files with 1 additions and 1 deletions

BIN
resources/bullet_key.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 666 B

View File

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