qtpaint (version 1.1.0)

qscene: Create scenes

Description

Create a scene, a container of layers

Usage

qscene(parent)

Arguments

parent
If non-NULL, a C++ QObject object that owns the memory of the scene

Value

  • A C++ QGraphicsScene object

Details

Often, a PlotView object is passed as parent, so that the scene is not deleted until the view is destroyed.