Connecting click signal to QGraphicsView
        Posted  
        
            by viraptor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by viraptor
        
        
        
        Published on 2010-05-29T22:50:55Z
        Indexed on 
            2010/05/29
            22:52 UTC
        
        
        Read the original article
        Hit count: 336
        
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
© Stack Overflow or respective owner