mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-15 19:35:07 +00:00
Use bullet_key icon instead of controller
This commit is contained in:
parent
526cb80b86
commit
0c9128cf44
BIN
resources/bullet_key.png
Normal file
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 |
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user