Hello!

Can u give me advice?
I have custom class, whics inherits from qGraphicsPixmapItem.
Qt Code:
  1. class mapObject : public QGraphicsPixmapItem
To copy to clipboard, switch view to plain text mode 
Now i want to add some signals to it.
What is the best way to do it? Inherit from OQbject ? From QGraphicsObject?