qtcanvas Module Reference

QCanvas (Qt v2.2+)

QCanvas is fully implemented.

QCanvasEllipse (Qt v2.2+)

QCanvasEllipse is fully implemented.

QCanvasItem (Qt v2.2+)

QCanvasItem is fully implemented. However, it is not possible to create a sub-class of QCanvasItem. Instead you should sub-class from a more specific canvas item (i.e. QCanvasPolygonalItem, QCanvasSprite, QCanvasRectangle, QCanvasPolygon, QCanvasEllipse, QCanvasText or QCanvasLine).

QCanvasItemList (Qt v2.2+)

This class isn't implemented. Whenever a QCanvasItemList is the return type of a function or the type of an argument, a Python list of QCanvasItem instances is used instead.

QCanvasLine (Qt v2.2+)

QCanvasLine is fully implemented.

QCanvasPixmap (Qt v2.2+)

QCanvasPixmap is fully implemented.

QCanvasPixmapArray (Qt v2.2+)

QPixmapArray(QList<QPixmap> pixmaps, QList<QPoint> hotspots);

The pixmaps argument is a Python list of QPixmap instances, and the hotspots argument is a Python list of QPoint instances. (Qt v2.2.0 - Qt v2.3.1)

QPixmapArray(QValueList<QPixmap> pixmaps, QPointArray hotspots = QPointArray());

The pixmaps argument is a Python list of QPixmap instances. (Qt v3+)

QCanvasPolygon (Qt v2.2+)

QCanvasPolygon is fully implemented.

QCanvasPolygonalItem (Qt v2.2+)

QCanvasPolygonalItem is fully implemented.

QCanvasRectangle (Qt v2.2+)

QCanvasRectangle is fully implemented.

QCanvasSpline (Qt v3.0+)

QCanvasSpline is fully implemented.

QCanvasSprite (Qt v2.2+)

QCanvasSprite is fully implemented.

QCanvasText (Qt v2.2+)

QCanvasText is fully implemented.

QCanvasView (Qt v2.2+)

QCanvasView is fully implemented.