Hi all, I'm looking for Qt::DisplayRole, it seems not to be in Qt: from PyQt4 import QtCore, QtGui, Qt Qt.DisplayRole <type 'exceptions.AttributeError'> Traceback (most recent call last) /home/farcaller/<ipython console> in <module>() <type 'exceptions.AttributeError'>: 'module' object has no attribute 'DisplayRole' Any hints?