QCustom3DLabel

PyQt5.QtDataVisualization.QCustom3DLabel

Inherits from QCustom3DItem.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


__init__(str, QFont, QVector3D, QVector3D, QQuaternion, parent: QObject = None)

TODO


backgroundColor() → QColor

TODO


font() → QFont

TODO


isBackgroundEnabled() → bool

TODO


isBorderEnabled() → bool

TODO


isFacingCamera() → bool

TODO


setBackgroundColor(Union[QColor, GlobalColor])

TODO


setBackgroundEnabled(bool)

TODO


setBorderEnabled(bool)

TODO


setFacingCamera(bool)

TODO


setFont(QFont)

TODO


setText(str)

TODO


setTextColor(Union[QColor, GlobalColor])

TODO


text() → str

TODO


textColor() → QColor

TODO

Signals

backgroundColorChanged(Union[QColor, GlobalColor])

TODO


backgroundEnabledChanged(bool)

TODO


borderEnabledChanged(bool)

TODO


facingCameraChanged(bool)

TODO


fontChanged(QFont)

TODO


textChanged(str)

TODO


textColorChanged(Union[QColor, GlobalColor])

TODO