Hi, how can I connect a clicked()
signal to a widget which doesn't seem to handle it (like QGraphicsView). If I try to rely on autoconnect, I get only: QMetaObject::connectSlotsByName: No matching signal for on_xxx_clicked()
What's the solution for situations like that?
Thanks