hi friends,
i am following the padnavigator example ... /qt4.4.3/example/graphicsview/padnavigator
in this example
in roundrectitem.h
the code is
Code:
{ Q_OBJECT public:
why we want to inherit QObject and also the Q_OBJECT macro .. either one is enough ...?