My custom graphics item has (0,-60 60x60) boundingRect. When I adjust the coordinates with

Qt Code:
  1. rect.adjusted(-5,-5,5,5)
To copy to clipboard, switch view to plain text mode 

new boundingRect returns (-5,-65,70x70). I read the documentation here and I think boundingRect should return (-5,-65,65x65)
Do I misunderstand the doc?