I managed to get it working using style sheets, i.e.,
myView->setStyleSheet("QGraphicsView {background: qradialgradient(cx:0.5, cy:0.5, fx:0.5, fy:0.5, radius: 1, stop:0 white, stop:1 gray)}");
myView->setStyleSheet("QGraphicsView {background: qradialgradient(cx:0.5, cy:0.5, fx:0.5, fy:0.5, radius: 1, stop:0 white, stop:1 gray)}");
To copy to clipboard, switch view to plain text mode
Is that roughly the same thing? In particular I'm really curious whether or not the gradient from the style sheet is continuously being redrawn or not.
Bookmarks