Uses of Class
io.qt.widgets.QGraphicsPathItem
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QGraphicsPathItem in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsPathItem Modifier and Type Method Description QGraphicsPathItem
QGraphicsScene. addPath(QPainterPath path)
Equivalent to addPath(path, null, null)QGraphicsPathItem
QGraphicsScene. addPath(QPainterPath path, QPen pen)
Equivalent to addPath(path, pen, null)QGraphicsPathItem
QGraphicsScene. addPath(QPainterPath path, QPen pen, QBrush brush)
Creates and adds a path item to the scene, and returns the item reference.