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 backgroundVisibleᅟ: bool
Access functions:
property borderVisibleᅟ: bool
Access functions:
property facingCameraᅟ: bool
Access functions:
property fontᅟ: QFont
Access functions:
property textᅟ: str
Access functions:
property textColorᅟ: QColor
Access functions:
__init__([parent=None])
Parameters:

parentQObject

__init__(text, font, position, scaling, rotation[, parent=None])
Parameters:
backgroundColor()
Return type:

QColor

Getter of property backgroundColorᅟ .

backgroundColorChanged(color)
Parameters:

colorQColor

Notification signal of property backgroundColorᅟ .

backgroundVisibleChanged(visible)
Parameters:

visible – bool

Notification signal of property backgroundVisibleᅟ .

borderVisibleChanged(visible)
Parameters:

visible – bool

Notification signal of property borderVisibleᅟ .

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ᅟ .

isBackgroundVisible()
Return type:

bool

Getter of property backgroundVisibleᅟ .

isBorderVisible()
Return type:

bool

Getter of property borderVisibleᅟ .

isFacingCamera()
Return type:

bool

Getter of property facingCameraᅟ .

setBackgroundColor(color)
Parameters:

colorQColor

Setter of property backgroundColorᅟ .

setBackgroundVisible(visible)
Parameters:

visible – bool

Setter of property backgroundVisibleᅟ .

setBorderVisible(visible)
Parameters:

visible – bool

Setter of property borderVisibleᅟ .

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ᅟ .