void MyGraphicsView::zoomToFit() { fitInView(scene()->sceneRect(),Qt::KeepAspectRatio); }
您可能希望adjust场景矩形有一点余量;可能看起来更好,具体取决于您的内容.