QCustom3DLabel#

Inheritance diagram of PySide6.QtGraphs.QCustom3DLabel

Synopsis#

Properties#

Functions#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtGraphs.QCustom3DLabel([parent=None])#

PySide6.QtGraphs.QCustom3DLabel(text, font, position, scaling, rotation[, parent=None])

Parameters:

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.QtGraphs.QCustom3DLabel.backgroundColor: PySide6.QtGui.QColor#
Access functions:
property PᅟySide6.QtGraphs.QCustom3DLabel.backgroundEnabled: bool#
Access functions:
property PᅟySide6.QtGraphs.QCustom3DLabel.borderEnabled: bool#
Access functions:
property PᅟySide6.QtGraphs.QCustom3DLabel.facingCamera: bool#
Access functions:
property PᅟySide6.QtGraphs.QCustom3DLabel.font: PySide6.QtGui.QFont#
Access functions:
property PᅟySide6.QtGraphs.QCustom3DLabel.text: str#
Access functions:
property PᅟySide6.QtGraphs.QCustom3DLabel.textColor: PySide6.QtGui.QColor#
Access functions:
PySide6.QtGraphs.QCustom3DLabel.backgroundColor()#
Return type:

PySide6.QtGui.QColor

Getter of property backgroundColor .

PySide6.QtGraphs.QCustom3DLabel.backgroundColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property backgroundColor .

PySide6.QtGraphs.QCustom3DLabel.backgroundEnabledChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property backgroundEnabled .

PySide6.QtGraphs.QCustom3DLabel.borderEnabledChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property borderEnabled .

PySide6.QtGraphs.QCustom3DLabel.facingCameraChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property facingCamera .

PySide6.QtGraphs.QCustom3DLabel.font()#
Return type:

PySide6.QtGui.QFont

Getter of property font .

PySide6.QtGraphs.QCustom3DLabel.fontChanged(font)#
Parameters:

fontPySide6.QtGui.QFont

Notification signal of property font .

PySide6.QtGraphs.QCustom3DLabel.isBackgroundEnabled()#
Return type:

bool

Getter of property backgroundEnabled .

PySide6.QtGraphs.QCustom3DLabel.isBorderEnabled()#
Return type:

bool

Getter of property borderEnabled .

PySide6.QtGraphs.QCustom3DLabel.isFacingCamera()#
Return type:

bool

Getter of property facingCamera .

PySide6.QtGraphs.QCustom3DLabel.setBackgroundColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property backgroundColor .

PySide6.QtGraphs.QCustom3DLabel.setBackgroundEnabled(enabled)#
Parameters:

enabled – bool

Setter of property backgroundEnabled .

PySide6.QtGraphs.QCustom3DLabel.setBorderEnabled(enabled)#
Parameters:

enabled – bool

Setter of property borderEnabled .

PySide6.QtGraphs.QCustom3DLabel.setFacingCamera(enabled)#
Parameters:

enabled – bool

Setter of property facingCamera .

PySide6.QtGraphs.QCustom3DLabel.setFont(font)#
Parameters:

fontPySide6.QtGui.QFont

Setter of property font .

PySide6.QtGraphs.QCustom3DLabel.setText(text)#
Parameters:

text – str

Setter of property text .

PySide6.QtGraphs.QCustom3DLabel.setTextColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property textColor .

PySide6.QtGraphs.QCustom3DLabel.text()#
Return type:

str

Getter of property text .

PySide6.QtGraphs.QCustom3DLabel.textChanged(text)#
Parameters:

text – str

Notification signal of property text .

PySide6.QtGraphs.QCustom3DLabel.textColor()#
Return type:

PySide6.QtGui.QColor

Getter of property textColor .

PySide6.QtGraphs.QCustom3DLabel.textColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property textColor .