You could also inherit QObject using multiple inheritance to add the capabilities of QObject as well...<br><br>class MyItem(QGraphicsView, QObject):<br>...<br><br>/Stefan<br><br>