Attaching to events widgets don't support by default
- by viraptor
Hi, I'm trying to attach to a clicked() signal, from a QGraphicsView, which is not normally available. With autoconnect, I get only QMetaObject::connectSlotsByName: No matching signal for on_xxx_clicked()
How can I capture clicks on that element?
Thanks