If I set linear layouts to a graphicswidgets and then set their positions with
Qt Code:
  1. QGraphicsItem::setPos().
To copy to clipboard, switch view to plain text mode 
it is working.
But when I put graphicswidgets inside another layout suppose QGraphicsGridLayout same method is not working.