A QGraphicsView is a class from the Qt toolkit which provides a widget for displaying the contents of a QGraphicsScene.
The QGraphicsView
class is part of Qt's Graphics View Framework and is used to visualize the contents of a QGraphicsScene
in a scrollable viewport.
The official Qt documentation can be found here for Qt 4.8 and here for Qt 5.