Hi all,

I am implmenting puzzle application & I have basic shapes written using the QGraphicsItem (like square, parallelogram,circle,triangle etc). User will starts
arranging the items in order to meet the target puzzle which I have drawn in
the side using QImage.

Is there any way using which I can compare the QGraphicItems and target pattern
and see whether its arranged properly?

Can some body explain how to do it?

Thanks in advance,
Rachana