Q3DTheme#

Inheritance diagram of PySide6.QtGraphs.Q3DTheme

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.Q3DTheme(themeType[, parent=None])#

PySide6.QtGraphs.Q3DTheme([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.Q3DTheme.ambientLightStrength: float#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.backgroundColor: PySide6.QtGui.QColor#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.backgroundEnabled: bool#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.baseColors: list of QColor#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.baseGradients: list of QLinearGradient#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.colorStyle: ColorStyle#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.font: PySide6.QtGui.QFont#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.gridEnabled: bool#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.gridLineColor: PySide6.QtGui.QColor#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.highlightLightStrength: float#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.labelBackgroundColor: PySide6.QtGui.QColor#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.labelBackgroundEnabled: bool#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.labelBorderEnabled: bool#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.labelTextColor: PySide6.QtGui.QColor#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.labelsEnabled: bool#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.lightColor: PySide6.QtGui.QColor#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.lightStrength: float#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.multiHighlightColor: PySide6.QtGui.QColor#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.multiHighlightGradient: PySide6.QtGui.QLinearGradient#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.shadowStrength: float#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.singleHighlightColor: PySide6.QtGui.QColor#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.singleHighlightGradient: PySide6.QtGui.QLinearGradient#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.type: Theme#
Access functions:
property PᅟySide6.QtGraphs.Q3DTheme.windowColor: PySide6.QtGui.QColor#
Access functions:
PySide6.QtGraphs.Q3DTheme.ColorStyle#
PySide6.QtGraphs.Q3DTheme.Theme#
PySide6.QtGraphs.Q3DTheme.ambientLightStrength()#
Return type:

float

Getter of property ambientLightStrength .

PySide6.QtGraphs.Q3DTheme.ambientLightStrengthChanged(strength)#
Parameters:

strength – float

Notification signal of property ambientLightStrength .

PySide6.QtGraphs.Q3DTheme.backgroundColor()#
Return type:

PySide6.QtGui.QColor

Getter of property backgroundColor .

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

colorPySide6.QtGui.QColor

Notification signal of property backgroundColor .

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

enabled – bool

Notification signal of property backgroundEnabled .

PySide6.QtGraphs.Q3DTheme.baseColors()#
Return type:

.list of QColor

Getter of property baseColors .

PySide6.QtGraphs.Q3DTheme.baseColorsChanged(colors)#
Parameters:

colors – .list of QColor

Notification signal of property baseColors .

PySide6.QtGraphs.Q3DTheme.baseGradients()#
Return type:

.list of QLinearGradient

Getter of property baseGradients .

PySide6.QtGraphs.Q3DTheme.baseGradientsChanged(gradients)#
Parameters:

gradients – .list of QLinearGradient

Notification signal of property baseGradients .

PySide6.QtGraphs.Q3DTheme.colorStyle()#
Return type:

ColorStyle

Getter of property colorStyle .

PySide6.QtGraphs.Q3DTheme.colorStyleChanged(style)#
Parameters:

styleColorStyle

Notification signal of property colorStyle .

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

PySide6.QtGui.QFont

Getter of property font .

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

fontPySide6.QtGui.QFont

Notification signal of property font .

PySide6.QtGraphs.Q3DTheme.gridEnabledChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property gridEnabled .

PySide6.QtGraphs.Q3DTheme.gridLineColor()#
Return type:

PySide6.QtGui.QColor

Getter of property gridLineColor .

PySide6.QtGraphs.Q3DTheme.gridLineColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property gridLineColor .

PySide6.QtGraphs.Q3DTheme.highlightLightStrength()#
Return type:

float

Getter of property highlightLightStrength .

PySide6.QtGraphs.Q3DTheme.highlightLightStrengthChanged(strength)#
Parameters:

strength – float

Notification signal of property highlightLightStrength .

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

bool

Getter of property backgroundEnabled .

PySide6.QtGraphs.Q3DTheme.isGridEnabled()#
Return type:

bool

Getter of property gridEnabled .

PySide6.QtGraphs.Q3DTheme.isLabelBackgroundEnabled()#
Return type:

bool

Getter of property labelBackgroundEnabled .

PySide6.QtGraphs.Q3DTheme.isLabelBorderEnabled()#
Return type:

bool

Getter of property labelBorderEnabled .

PySide6.QtGraphs.Q3DTheme.isLabelsEnabled()#
Return type:

bool

Getter of property labelsEnabled .

PySide6.QtGraphs.Q3DTheme.labelBackgroundColor()#
Return type:

PySide6.QtGui.QColor

Getter of property labelBackgroundColor .

PySide6.QtGraphs.Q3DTheme.labelBackgroundColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property labelBackgroundColor .

PySide6.QtGraphs.Q3DTheme.labelBackgroundEnabledChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property labelBackgroundEnabled .

PySide6.QtGraphs.Q3DTheme.labelBorderEnabledChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property labelBorderEnabled .

PySide6.QtGraphs.Q3DTheme.labelTextColor()#
Return type:

PySide6.QtGui.QColor

Getter of property labelTextColor .

PySide6.QtGraphs.Q3DTheme.labelTextColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property labelTextColor .

PySide6.QtGraphs.Q3DTheme.labelsEnabledChanged(enabled)#
Parameters:

enabled – bool

Notification signal of property labelsEnabled .

PySide6.QtGraphs.Q3DTheme.lightColor()#
Return type:

PySide6.QtGui.QColor

Getter of property lightColor .

PySide6.QtGraphs.Q3DTheme.lightColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property lightColor .

PySide6.QtGraphs.Q3DTheme.lightStrength()#
Return type:

float

Getter of property lightStrength .

PySide6.QtGraphs.Q3DTheme.lightStrengthChanged(strength)#
Parameters:

strength – float

Notification signal of property lightStrength .

PySide6.QtGraphs.Q3DTheme.multiHighlightColor()#
Return type:

PySide6.QtGui.QColor

Getter of property multiHighlightColor .

PySide6.QtGraphs.Q3DTheme.multiHighlightColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property multiHighlightColor .

PySide6.QtGraphs.Q3DTheme.multiHighlightGradient()#
Return type:

PySide6.QtGui.QLinearGradient

Getter of property multiHighlightGradient .

PySide6.QtGraphs.Q3DTheme.multiHighlightGradientChanged(gradient)#
Parameters:

gradientPySide6.QtGui.QLinearGradient

Notification signal of property multiHighlightGradient .

PySide6.QtGraphs.Q3DTheme.setAmbientLightStrength(strength)#
Parameters:

strength – float

Setter of property ambientLightStrength .

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

colorPySide6.QtGui.QColor

Setter of property backgroundColor .

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

enabled – bool

Setter of property backgroundEnabled .

PySide6.QtGraphs.Q3DTheme.setBaseColors(colors)#
Parameters:

colors – .list of QColor

Setter of property baseColors .

PySide6.QtGraphs.Q3DTheme.setBaseGradients(gradients)#
Parameters:

gradients – .list of QLinearGradient

Setter of property baseGradients .

PySide6.QtGraphs.Q3DTheme.setColorStyle(style)#
Parameters:

styleColorStyle

Setter of property colorStyle .

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

fontPySide6.QtGui.QFont

Setter of property font .

PySide6.QtGraphs.Q3DTheme.setGridEnabled(enabled)#
Parameters:

enabled – bool

Setter of property gridEnabled .

PySide6.QtGraphs.Q3DTheme.setGridLineColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property gridLineColor .

PySide6.QtGraphs.Q3DTheme.setHighlightLightStrength(strength)#
Parameters:

strength – float

Setter of property highlightLightStrength .

PySide6.QtGraphs.Q3DTheme.setLabelBackgroundColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property labelBackgroundColor .

PySide6.QtGraphs.Q3DTheme.setLabelBackgroundEnabled(enabled)#
Parameters:

enabled – bool

Setter of property labelBackgroundEnabled .

PySide6.QtGraphs.Q3DTheme.setLabelBorderEnabled(enabled)#
Parameters:

enabled – bool

Setter of property labelBorderEnabled .

PySide6.QtGraphs.Q3DTheme.setLabelTextColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property labelTextColor .

PySide6.QtGraphs.Q3DTheme.setLabelsEnabled(enabled)#
Parameters:

enabled – bool

Setter of property labelsEnabled .

PySide6.QtGraphs.Q3DTheme.setLightColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property lightColor .

PySide6.QtGraphs.Q3DTheme.setLightStrength(strength)#
Parameters:

strength – float

Setter of property lightStrength .

PySide6.QtGraphs.Q3DTheme.setMultiHighlightColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property multiHighlightColor .

PySide6.QtGraphs.Q3DTheme.setMultiHighlightGradient(gradient)#
Parameters:

gradientPySide6.QtGui.QLinearGradient

Setter of property multiHighlightGradient .

PySide6.QtGraphs.Q3DTheme.setShadowStrength(strength)#
Parameters:

strength – float

Setter of property shadowStrength .

PySide6.QtGraphs.Q3DTheme.setSingleHighlightColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property singleHighlightColor .

PySide6.QtGraphs.Q3DTheme.setSingleHighlightGradient(gradient)#
Parameters:

gradientPySide6.QtGui.QLinearGradient

Setter of property singleHighlightGradient .

PySide6.QtGraphs.Q3DTheme.setType(themeType)#
Parameters:

themeTypeTheme

Setter of property type .

PySide6.QtGraphs.Q3DTheme.setWindowColor(color)#
Parameters:

colorPySide6.QtGui.QColor

Setter of property windowColor .

PySide6.QtGraphs.Q3DTheme.shadowStrength()#
Return type:

float

Getter of property shadowStrength .

PySide6.QtGraphs.Q3DTheme.shadowStrengthChanged(strength)#
Parameters:

strength – float

Notification signal of property shadowStrength .

PySide6.QtGraphs.Q3DTheme.singleHighlightColor()#
Return type:

PySide6.QtGui.QColor

Getter of property singleHighlightColor .

PySide6.QtGraphs.Q3DTheme.singleHighlightColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property singleHighlightColor .

PySide6.QtGraphs.Q3DTheme.singleHighlightGradient()#
Return type:

PySide6.QtGui.QLinearGradient

Getter of property singleHighlightGradient .

PySide6.QtGraphs.Q3DTheme.singleHighlightGradientChanged(gradient)#
Parameters:

gradientPySide6.QtGui.QLinearGradient

Notification signal of property singleHighlightGradient .

PySide6.QtGraphs.Q3DTheme.type()#
Return type:

Theme

Getter of property type .

PySide6.QtGraphs.Q3DTheme.typeChanged(themeType)#
Parameters:

themeTypeTheme

Notification signal of property type .

PySide6.QtGraphs.Q3DTheme.windowColor()#
Return type:

PySide6.QtGui.QColor

Getter of property windowColor .

PySide6.QtGraphs.Q3DTheme.windowColorChanged(color)#
Parameters:

colorPySide6.QtGui.QColor

Notification signal of property windowColor .