Skip to content

GraphicsSimpleTextItem

Qt Base Class: QGraphicsSimpleTextItem

Signature: QGraphicsSimpleTextItem(self, parent: Optional[PySide6.QtWidgets.QGraphicsItem] = None) -> None QGraphicsSimpleTextItem(self, text: str, parent: Optional[PySide6.QtWidgets.QGraphicsItem] = None) -> None

Base classes

Name Children Inherits
AbstractGraphicsShapeItemMixin
prettyqt.widgets.abstractgraphicsshapeitem
QGraphicsSimpleTextItem
PySide6.QtWidgets
QGraphicsSimpleTextItem(self, parent: Optional[PySide6.QtWidgets.QGraphicsItem] \= None) -> None

⋔ Inheritance diagram

🛈 DocStrings

Bases: AbstractGraphicsShapeItemMixin, QGraphicsSimpleTextItem

Simple text path item that you can add to a QGraphicsScene.

Source code in prettyqt\widgets\graphicssimpletextitem.py
class GraphicsSimpleTextItem(
    widgets.AbstractGraphicsShapeItemMixin, widgets.QGraphicsSimpleTextItem
):
    """Simple text path item that you can add to a QGraphicsScene."""

    def __repr__(self):
        return get_repr(self, self.text())