I followed along in a couple of tutorials and keep stubbing my toes but making progress..

I placed a couple of qgraphicview widgets in a grid layout, in a qvboxlayout. I found out quickly that qgraphicsview doesn't have a 'clicked' signal. I see mousePressEvent and I try to override? what's out there in order to check the mouse press event over the graphics item.

How would I go about using my own mousepressevent function and point to each graphics view?

Thanks.