Q3DTheme#
Synopsis#
Properties#
Functions#
def
ambientLightStrength
()def
backgroundColor
()def
baseColors
()def
baseGradients
()def
colorStyle
()def
font
()def
gridLineColor
()def
highlightLightStrength
()def
isBackgroundEnabled
()def
isGridEnabled
()def
isLabelBackgroundEnabled
()def
isLabelBorderEnabled
()def
isLabelsEnabled
()def
labelBackgroundColor
()def
labelTextColor
()def
lightColor
()def
lightStrength
()def
multiHighlightColor
()def
multiHighlightGradient
()def
setAmbientLightStrength
(strength)def
setBackgroundColor
(color)def
setBackgroundEnabled
(enabled)def
setBaseColors
(colors)def
setBaseGradients
(gradients)def
setColorStyle
(style)def
setFont
(font)def
setGridEnabled
(enabled)def
setGridLineColor
(color)def
setHighlightLightStrength
(strength)def
setLabelBackgroundColor
(color)def
setLabelBackgroundEnabled
(enabled)def
setLabelBorderEnabled
(enabled)def
setLabelTextColor
(color)def
setLabelsEnabled
(enabled)def
setLightColor
(color)def
setLightStrength
(strength)def
setMultiHighlightColor
(color)def
setMultiHighlightGradient
(gradient)def
setShadowStrength
(strength)def
setSingleHighlightColor
(color)def
setSingleHighlightGradient
(gradient)def
setType
(themeType)def
setWindowColor
(color)def
shadowStrength
()def
singleHighlightColor
()def
singleHighlightGradient
()def
type
()def
windowColor
()
Signals#
def
ambientLightStrengthChanged
(strength)def
backgroundColorChanged
(color)def
backgroundEnabledChanged
(enabled)def
baseColorsChanged
(colors)def
baseGradientsChanged
(gradients)def
colorStyleChanged
(style)def
fontChanged
(font)def
gridEnabledChanged
(enabled)def
gridLineColorChanged
(color)def
highlightLightStrengthChanged
(strength)def
labelBackgroundColorChanged
(color)def
labelBackgroundEnabledChanged
(enabled)def
labelBorderEnabledChanged
(enabled)def
labelTextColorChanged
(color)def
labelsEnabledChanged
(enabled)def
lightColorChanged
(color)def
lightStrengthChanged
(strength)def
multiHighlightColorChanged
(color)def
multiHighlightGradientChanged
(gradient)def
shadowStrengthChanged
(strength)def
singleHighlightColorChanged
(color)def
singleHighlightGradientChanged
(gradient)def
typeChanged
(themeType)def
windowColorChanged
(color)
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:
themeType –
Theme
parent –
PySide6.QtCore.QObject
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:
setAmbientLightStrength
(strength)Signal
ambientLightStrengthChanged
(strength)
- property PᅟySide6.QtGraphs.Q3DTheme.backgroundColor: PySide6.QtGui.QColor#
- Access functions:
setBackgroundColor
(color)Signal
backgroundColorChanged
(color)
- property PᅟySide6.QtGraphs.Q3DTheme.backgroundEnabled: bool#
- Access functions:
setBackgroundEnabled
(enabled)Signal
backgroundEnabledChanged
(enabled)
- property PᅟySide6.QtGraphs.Q3DTheme.baseColors: list of QColor#
- Access functions:
baseColors
()setBaseColors
(colors)Signal
baseColorsChanged
(colors)
- property PᅟySide6.QtGraphs.Q3DTheme.baseGradients: list of QLinearGradient#
- Access functions:
setBaseGradients
(gradients)Signal
baseGradientsChanged
(gradients)
- property PᅟySide6.QtGraphs.Q3DTheme.colorStyle: ColorStyle#
- Access functions:
colorStyle
()setColorStyle
(style)Signal
colorStyleChanged
(style)
- property PᅟySide6.QtGraphs.Q3DTheme.font: PySide6.QtGui.QFont#
- Access functions:
font
()setFont
(font)Signal
fontChanged
(font)
- property PᅟySide6.QtGraphs.Q3DTheme.gridEnabled: bool#
- Access functions:
setGridEnabled
(enabled)Signal
gridEnabledChanged
(enabled)
- property PᅟySide6.QtGraphs.Q3DTheme.gridLineColor: PySide6.QtGui.QColor#
- Access functions:
setGridLineColor
(color)Signal
gridLineColorChanged
(color)
- property PᅟySide6.QtGraphs.Q3DTheme.highlightLightStrength: float#
- Access functions:
setHighlightLightStrength
(strength)Signal
highlightLightStrengthChanged
(strength)
- property PᅟySide6.QtGraphs.Q3DTheme.labelBackgroundColor: PySide6.QtGui.QColor#
- Access functions:
setLabelBackgroundColor
(color)Signal
labelBackgroundColorChanged
(color)
- property PᅟySide6.QtGraphs.Q3DTheme.labelBackgroundEnabled: bool#
- Access functions:
setLabelBackgroundEnabled
(enabled)Signal
labelBackgroundEnabledChanged
(enabled)
- property PᅟySide6.QtGraphs.Q3DTheme.labelBorderEnabled: bool#
- Access functions:
setLabelBorderEnabled
(enabled)Signal
labelBorderEnabledChanged
(enabled)
- property PᅟySide6.QtGraphs.Q3DTheme.labelTextColor: PySide6.QtGui.QColor#
- Access functions:
setLabelTextColor
(color)Signal
labelTextColorChanged
(color)
- property PᅟySide6.QtGraphs.Q3DTheme.labelsEnabled: bool#
- Access functions:
setLabelsEnabled
(enabled)Signal
labelsEnabledChanged
(enabled)
- property PᅟySide6.QtGraphs.Q3DTheme.lightColor: PySide6.QtGui.QColor#
- Access functions:
lightColor
()setLightColor
(color)Signal
lightColorChanged
(color)
- property PᅟySide6.QtGraphs.Q3DTheme.lightStrength: float#
- Access functions:
setLightStrength
(strength)Signal
lightStrengthChanged
(strength)
- property PᅟySide6.QtGraphs.Q3DTheme.multiHighlightColor: PySide6.QtGui.QColor#
- Access functions:
setMultiHighlightColor
(color)Signal
multiHighlightColorChanged
(color)
- property PᅟySide6.QtGraphs.Q3DTheme.multiHighlightGradient: PySide6.QtGui.QLinearGradient#
- Access functions:
setMultiHighlightGradient
(gradient)Signal
multiHighlightGradientChanged
(gradient)
- property PᅟySide6.QtGraphs.Q3DTheme.shadowStrength: float#
- Access functions:
setShadowStrength
(strength)Signal
shadowStrengthChanged
(strength)
- property PᅟySide6.QtGraphs.Q3DTheme.singleHighlightColor: PySide6.QtGui.QColor#
- Access functions:
setSingleHighlightColor
(color)Signal
singleHighlightColorChanged
(color)
- property PᅟySide6.QtGraphs.Q3DTheme.singleHighlightGradient: PySide6.QtGui.QLinearGradient#
- Access functions:
setSingleHighlightGradient
(gradient)Signal
singleHighlightGradientChanged
(gradient)
- property PᅟySide6.QtGraphs.Q3DTheme.type: Theme#
- Access functions:
type
()setType
(themeType)Signal
typeChanged
(themeType)
- property PᅟySide6.QtGraphs.Q3DTheme.windowColor: PySide6.QtGui.QColor#
- Access functions:
windowColor
()setWindowColor
(color)Signal
windowColorChanged
(color)
- 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:
Getter of property backgroundColor
.
- PySide6.QtGraphs.Q3DTheme.backgroundColorChanged(color)#
- Parameters:
color –
PySide6.QtGui.QColor
Notification signal of property backgroundColor
.
- PySide6.QtGraphs.Q3DTheme.backgroundEnabledChanged(enabled)#
- Parameters:
enabled – bool
Notification signal of property backgroundEnabled
.
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:
Getter of property colorStyle
.
- PySide6.QtGraphs.Q3DTheme.colorStyleChanged(style)#
- Parameters:
style –
ColorStyle
Notification signal of property colorStyle
.
- PySide6.QtGraphs.Q3DTheme.font()#
- Return type:
Getter of property font
.
- PySide6.QtGraphs.Q3DTheme.fontChanged(font)#
- Parameters:
font –
PySide6.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:
Getter of property gridLineColor
.
- PySide6.QtGraphs.Q3DTheme.gridLineColorChanged(color)#
- Parameters:
color –
PySide6.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:
Getter of property labelBackgroundColor
.
- PySide6.QtGraphs.Q3DTheme.labelBackgroundColorChanged(color)#
- Parameters:
color –
PySide6.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:
Getter of property labelTextColor
.
- PySide6.QtGraphs.Q3DTheme.labelTextColorChanged(color)#
- Parameters:
color –
PySide6.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:
Getter of property lightColor
.
- PySide6.QtGraphs.Q3DTheme.lightColorChanged(color)#
- Parameters:
color –
PySide6.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:
Getter of property multiHighlightColor
.
- PySide6.QtGraphs.Q3DTheme.multiHighlightColorChanged(color)#
- Parameters:
color –
PySide6.QtGui.QColor
Notification signal of property multiHighlightColor
.
- PySide6.QtGraphs.Q3DTheme.multiHighlightGradient()#
- Return type:
Getter of property multiHighlightGradient
.
- PySide6.QtGraphs.Q3DTheme.multiHighlightGradientChanged(gradient)#
- Parameters:
gradient –
PySide6.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:
color –
PySide6.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:
style –
ColorStyle
Setter of property colorStyle
.
- PySide6.QtGraphs.Q3DTheme.setFont(font)#
- Parameters:
font –
PySide6.QtGui.QFont
Setter of property font
.
- PySide6.QtGraphs.Q3DTheme.setGridEnabled(enabled)#
- Parameters:
enabled – bool
Setter of property gridEnabled
.
- PySide6.QtGraphs.Q3DTheme.setGridLineColor(color)#
- Parameters:
color –
PySide6.QtGui.QColor
Setter of property gridLineColor
.
- PySide6.QtGraphs.Q3DTheme.setHighlightLightStrength(strength)#
- Parameters:
strength – float
Setter of property highlightLightStrength
.
- PySide6.QtGraphs.Q3DTheme.setLabelBackgroundColor(color)#
- Parameters:
color –
PySide6.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:
color –
PySide6.QtGui.QColor
Setter of property labelTextColor
.
- PySide6.QtGraphs.Q3DTheme.setLabelsEnabled(enabled)#
- Parameters:
enabled – bool
Setter of property labelsEnabled
.
- PySide6.QtGraphs.Q3DTheme.setLightColor(color)#
- Parameters:
color –
PySide6.QtGui.QColor
Setter of property lightColor
.
- PySide6.QtGraphs.Q3DTheme.setLightStrength(strength)#
- Parameters:
strength – float
Setter of property lightStrength
.
- PySide6.QtGraphs.Q3DTheme.setMultiHighlightColor(color)#
- Parameters:
color –
PySide6.QtGui.QColor
Setter of property multiHighlightColor
.
- PySide6.QtGraphs.Q3DTheme.setMultiHighlightGradient(gradient)#
- Parameters:
gradient –
PySide6.QtGui.QLinearGradient
Setter of property multiHighlightGradient
.
- PySide6.QtGraphs.Q3DTheme.setShadowStrength(strength)#
- Parameters:
strength – float
Setter of property shadowStrength
.
- PySide6.QtGraphs.Q3DTheme.setSingleHighlightColor(color)#
- Parameters:
color –
PySide6.QtGui.QColor
Setter of property singleHighlightColor
.
- PySide6.QtGraphs.Q3DTheme.setSingleHighlightGradient(gradient)#
- Parameters:
gradient –
PySide6.QtGui.QLinearGradient
Setter of property singleHighlightGradient
.
Setter of property type
.
- PySide6.QtGraphs.Q3DTheme.setWindowColor(color)#
- Parameters:
color –
PySide6.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:
Getter of property singleHighlightColor
.
- PySide6.QtGraphs.Q3DTheme.singleHighlightColorChanged(color)#
- Parameters:
color –
PySide6.QtGui.QColor
Notification signal of property singleHighlightColor
.
- PySide6.QtGraphs.Q3DTheme.singleHighlightGradient()#
- Return type:
Getter of property singleHighlightGradient
.
- PySide6.QtGraphs.Q3DTheme.singleHighlightGradientChanged(gradient)#
- Parameters:
gradient –
PySide6.QtGui.QLinearGradient
Notification signal of property singleHighlightGradient
.
Getter of property type
.
Notification signal of property type
.
- PySide6.QtGraphs.Q3DTheme.windowColor()#
- Return type:
Getter of property windowColor
.
- PySide6.QtGraphs.Q3DTheme.windowColorChanged(color)#
- Parameters:
color –
PySide6.QtGui.QColor
Notification signal of property windowColor
.