Uses of Class
io.qt.widgets.QGraphicsPathItem
-
Uses of QGraphicsPathItem in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QGraphicsPathItem
QGraphicsScene.addPath
(QPainterPath path) Equivalent to addPath(path, null, null)final QGraphicsPathItem
QGraphicsScene.addPath
(QPainterPath path, QPen pen) Equivalent to addPath(path, pen, null)final QGraphicsPathItem
QGraphicsScene.addPath
(QPainterPath path, QPen pen, QBrush brush) Creates and adds a path item to the scene, and returns the item reference.