You could also use
Qt Code:
  1. bg->setFlags(bg->flags() | QGraphicsItem::ItemIgnoresTransformations );
To copy to clipboard, switch view to plain text mode 
Hope that is what you need