[][src]Module qt_widgets::q_graphics_view

C++ type: QGraphicsView

Structs

CacheModeFlag

This enum describes the flags that you can set for a QGraphicsView's cache mode.

DragMode

This enum describes the default action for the view when pressing and dragging the mouse over the viewport.

OptimizationFlag

This enum describes flags that you can enable to improve rendering performance in QGraphicsView. By default, none of these flags are set. Note that setting a flag usually imposes a side effect, and this effect can vary between paint devices and platforms.

ViewportAnchor

This enums describe the possible anchors that QGraphicsView can use when the user resizes the view or when the view is transformed.

ViewportUpdateMode

This enum describes how QGraphicsView updates its viewport when the scene contents change or are exposed.