mirror of https://github.com/Syncplay/syncplay
Add user to key icon
This commit is contained in:
parent
984db44d12
commit
6160ec1fec
Binary file not shown.
Before Width: | Height: | Size: 436 B |
Binary file not shown.
After Width: | Height: | Size: 834 B |
|
@ -27,7 +27,7 @@ class UserlistItemDelegate(QtGui.QStyledItemDelegate):
|
||||||
resourcespath = utils.findWorkingDir() + "\\resources\\"
|
resourcespath = utils.findWorkingDir() + "\\resources\\"
|
||||||
else:
|
else:
|
||||||
resourcespath = utils.findWorkingDir() + "/resources/"
|
resourcespath = utils.findWorkingDir() + "/resources/"
|
||||||
controlIconQPixmap = QtGui.QPixmap(resourcespath + "bullet_key.png")
|
controlIconQPixmap = QtGui.QPixmap(resourcespath + "user_key.png")
|
||||||
tickIconQPixmap = QtGui.QPixmap(resourcespath + "tick.png")
|
tickIconQPixmap = QtGui.QPixmap(resourcespath + "tick.png")
|
||||||
crossIconQPixmap = QtGui.QPixmap(resourcespath + "cross.png")
|
crossIconQPixmap = QtGui.QPixmap(resourcespath + "cross.png")
|
||||||
roomController = currentQAbstractItemModel.data(itemQModelIndex, Qt.UserRole + constants.USERITEM_CONTROLLER_ROLE)
|
roomController = currentQAbstractItemModel.data(itemQModelIndex, Qt.UserRole + constants.USERITEM_CONTROLLER_ROLE)
|
||||||
|
|
Loading…
Reference in New Issue