class QCustom3DLabel#

Inheritance diagram of PySide6.QtGraphs.QCustom3DLabel

Synopsis#

Properties#

Methods#

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#

Note

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

property backgroundColorᅟ: QColor#
Access functions:
property backgroundEnabledᅟ: bool#
Access functions:
property borderEnabledᅟ: bool#
Access functions:
property facingCameraᅟ: bool#
Access functions:
property fontᅟ: QFont#
Access functions:
property textᅟ: str#
Access functions:
property textColorᅟ: QColor#
Access functions:
__init__(text, font, position, scaling, rotation[, parent=None])#
Parameters:
__init__([parent=None])
Parameters:

parentQObject

backgroundColor()#
Return type:

QColor

Getter of property backgroundColorᅟ .

backgroundColorChanged(color)#
Parameters:

colorQColor

Notification signal of property backgroundColorᅟ .

backgroundEnabledChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property backgroundEnabledᅟ .

borderEnabledChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property borderEnabledᅟ .

facingCameraChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property facingCameraᅟ .

font()#
Return type:

QFont

Getter of property fontᅟ .

fontChanged(font)#
Parameters:

fontQFont

Notification signal of property fontᅟ .

isBackgroundEnabled()#
Return type:

bool

Getter of property backgroundEnabledᅟ .

isBorderEnabled()#
Return type:

bool

Getter of property borderEnabledᅟ .

isFacingCamera()#
Return type:

bool

Getter of property facingCameraᅟ .

setBackgroundColor(color)#
Parameters:

colorQColor

Setter of property backgroundColorᅟ .

setBackgroundEnabled(enabled)#
Parameters:

enabled – bool

Setter of property backgroundEnabledᅟ .

setBorderEnabled(enabled)#
Parameters:

enabled – bool

Setter of property borderEnabledᅟ .

setFacingCamera(enabled)#
Parameters:

enabled – bool

Setter of property facingCameraᅟ .

setFont(font)#
Parameters:

fontQFont

Setter of property fontᅟ .

setText(text)#
Parameters:

text – str

Setter of property textᅟ .

setTextColor(color)#
Parameters:

colorQColor

Setter of property textColorᅟ .

text()#
Return type:

str

Getter of property textᅟ .

textChanged(text)#
Parameters:

text – str

Notification signal of property textᅟ .

textColor()#
Return type:

QColor

Getter of property textColorᅟ .

textColorChanged(color)#
Parameters:

colorQColor

Notification signal of property textColorᅟ .