QText2DEntity露
- PyQt5.Qt3DExtras.QText2DEntity
Inherits from QEntity.
Description露
TODO
Methods露
- __init__(parent: QNode = None)
TODO
- color() → QColor
Returns the color for the text item that is displayed in the Qt Quick scene.
See also
- font() → QFont
Returns the font for the text item that is displayed in the Qt Quick scene.
See also
- height() → float
Returns the width of the text item that is displayed in the Qt Quick scene.
See also
- setColor(Union[QColor, GlobalColor])
See also
- setHeight(float)
See also
- setText(str)
See also
- setWidth(float)
See also
- text() → str
Returns the text that is displayed in the Qt Quick scene.
See also
- width() → float
Returns the width of the text item that is displayed in the Qt Quick scene.
See also
Signals露
- colorChanged(Union[QColor, GlobalColor])
TODO
- fontChanged(QFont)
TODO
- heightChanged(float)
TODO
- textChanged(str)
TODO
- widthChanged(float)
TODO