| QAbstractGraphicsShapeItem | Common base for all path items | 
| QGraphicsAnchor | Represents an anchor between two items in a QGraphicsAnchorLayout | 
| QGraphicsAnchorLayout | Layout where one can anchor widgets together in Graphics View | 
| QGraphicsEffect | The base class for all graphics effects | 
| QGraphicsEllipseItem | Ellipse item that you can add to a QGraphicsScene | 
| QGraphicsGridLayout | Grid layout for managing widgets in Graphics View | 
| QGraphicsItem | The base class for all graphical items in a QGraphicsScene | 
| QGraphicsItemGroup | Container that treats a group of items as a single item | 
| QGraphicsLayout | The base class for all layouts in Graphics View | 
| QGraphicsLayoutItem | Can be inherited to allow your custom items to be managed by layouts | 
| QGraphicsLineItem | Line item that you can add to a QGraphicsScene | 
| QGraphicsLinearLayout | Horizontal or vertical layout for managing widgets in Graphics View | 
| QGraphicsObject | Base class for all graphics items that require signals, slots and properties | 
| QGraphicsPathItem | Path item that you can add to a QGraphicsScene | 
| QGraphicsPixmapItem | Pixmap item that you can add to a QGraphicsScene | 
| QGraphicsPolygonItem | Polygon item that you can add to a QGraphicsScene | 
| QGraphicsProxyWidget | Proxy layer for embedding a QWidget in a QGraphicsScene | 
| QGraphicsRectItem | Rectangle item that you can add to a QGraphicsScene | 
| QGraphicsScene | Surface for managing a large number of 2D graphical items | 
| QGraphicsSceneContextMenuEvent | Context menu events in the graphics view framework | 
| QGraphicsSceneDragDropEvent | Events for drag and drop in the graphics view framework | 
| QGraphicsSceneEvent | Base class for all graphics view related events | 
| QGraphicsSceneHelpEvent | Events when a tooltip is requested | 
| QGraphicsSceneHoverEvent | Hover events in the graphics view framework | 
| QGraphicsSceneMouseEvent | Mouse events in the graphics view framework | 
| QGraphicsSceneMoveEvent | Events for widget moving in the graphics view framework | 
| QGraphicsSceneResizeEvent | Events for widget resizing in the graphics view framework | 
| QGraphicsSceneWheelEvent | Wheel events in the graphics view framework | 
| QGraphicsSimpleTextItem | Simple text path item that you can add to a QGraphicsScene | 
| QGraphicsTextItem | Text item that you can add to a QGraphicsScene to display formatted text | 
| QGraphicsTransform | Abstract base class for building advanced transformations on QGraphicsItems | 
| QGraphicsView | Widget for displaying the contents of a QGraphicsScene | 
| QGraphicsWidget | The base class for all widget items in a QGraphicsScene | 
| QStyleOptionGraphicsItem | Used to describe the parameters needed to draw a QGraphicsItem |