Attaching to events widgets don't support by default
Posted
by viraptor
on Stack Overflow
See other posts from Stack Overflow
or by viraptor
Published on 2010-05-29T17:01:48Z
Indexed on
2010/05/29
17:12 UTC
Read the original article
Hit count: 251
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
© Stack Overflow or respective owner