Hi,

I have the following code declared in my QGraphicsScene derived class:

Qt Code:
  1. connect( pItem, SIGNAL(ShowOptions()),this,SLOT(ShowCanOptions()) );
To copy to clipboard, switch view to plain text mode 

Where pItem is an object derived from QGraphicsItem.

I get a conversion error on pItem - does this have to be derived from QObject?

Regards,
Steve