OK, thanks again for looking! Here's what it turned out to be after quite a bit of messing around:

Qt Code:
  1. QPointF newCenter(mapToScene(rect().center().x(), rect().center().y()));
  2. qDebug() << newCenter.x() << " " << newCenter.y();
To copy to clipboard, switch view to plain text mode