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

setColor().


font() QFont

Returns the font for the text item that is displayed in the Qt Quick scene.

See also

setFont().


height() float

Returns the width of the text item that is displayed in the Qt Quick scene.

See also

setHeight().


setColor(Union[QColor, GlobalColor])

See also

color().


setFont(QFont)

See also

font().


setHeight(float)

See also

height().


setText(str)

See also

text().


setWidth(float)

See also

width().


text() str

Returns the text that is displayed in the Qt Quick scene.

See also

setText().


width() float

Returns the width of the text item that is displayed in the Qt Quick scene.

See also

setWidth().

Signals

colorChanged(Union[QColor, GlobalColor])

TODO


fontChanged(QFont)

TODO


heightChanged(float)

TODO


textChanged(str)

TODO


widthChanged(float)

TODO