class QGraphTheme#

Inheritance diagram of PySide6.QtGraphs.QGraphTheme

概述#

属性#

方法#

信号#

注意

这份文档可能包含从 C++ 自动转换为 Python 的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译存在问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建问题单的方式来通知我们。

详细描述#

ColorTheme#

注意

属性可以直接使用(当使用 from __feature__ import true_property 语句时)或者通过访问器函数使用。

属性 axisXLabelsColor: QColor#
访问函数
属性 axisXLabelsFont: QFont#
访问函数
属性 axisXMajorBarWidth: float#
访问函数
属性 axisXMajorColor: QColor#
访问函数
属性 axisXMinorBarWidth: float#
访问函数
属性 axisXMinorColor: QColor#
访问函数
属性 axisXSmoothing: float#
访问函数
属性 axisYLabelsColor₃: QColor
访问函数
属性 axisYLabelsFont₃: QFont
访问函数
属性 axisYMajorBarWidth₃: float
访问函数
属性 axisYMajorColor₃: QColor
访问函数
属性 axisYMinorBarWidth₃: float
访问函数
属性 axisYMinorColor₃: QColor
访问函数
属性 axisYSmoothing₃: float
访问函数
属性 colorTheme: QGraphTheme.ColorTheme#
访问函数
属性 gridMajorBarsColor: QColor#
访问函数
属性 gridMajorBarsWidth: float#
访问函数
属性 gridMinorBarsColor: QColor#
访问函数
属性 gridMinorBarsWidth: float#
访问函数
属性 gridSmoothing: float#
访问函数
属性 shadowBarWidth: float#
访问函数
属性 shadowColor: QColor#
访问函数
属性 shadowEnabled: bool#
访问函数
属性 shadowSmoothing: float#
访问函数
属性 shadowXOffset: float#
访问函数
属性 shadowYOffset: float#
访问函数
__init__([parent=None])#
参数:

parentQObject

axisXLabelsColor()#
返回类型:

QColor

属性 axisXLabelsColor 的获取器。

axisXLabelsColorChanged()#

属性 axisXLabelsColor 的通知信号。

axisXLabelsFont()#
返回类型:

QFont

属性 axisXLabelsFont 的获取器。

axisXLabelsFontChanged()#

属性 axisXLabelsFont 的通知信号。

axisXMajorBarWidth()#
返回类型:

float

属性 axisXMajorBarWidth 的获取器。

axisXMajorBarWidthChanged()#

属性 axisXMajorBarWidth 的通知信号。

axisXMajorColor()#
返回类型:

QColor

属性 axisXMajorColor 的获取器。

axisXMajorColorChanged()#

属性 axisXMajorColor 的通知信号。

axisXMinorBarWidth()#
返回类型:

float

属性 axisXMinorBarWidth 的获取器。

axisXMinorBarWidthChanged()#

属性 axisXMinorBarWidth 的通知信号。

axisXMinorColor()#
返回类型:

QColor

属性 axisXMinorColor 的获取器。

axisXMinorColorChanged()#

属性 axisXMinorColor 的通知信号。

axisXSmoothing()#
返回类型:

float

属性 axisXSmoothing_属性 的获取器。

axisXSmoothingChanged()#

属性 axisXSmoothing_属性 的通知信号。

axisYLabelsColor()#
返回类型:

QColor

属性 axisYLabelsColor_属性 的获取器。

axisYLabelsColorChanged()#

属性 axisYLabelsColor_属性 的通知信号。

axisYLabelsFont()#
返回类型:

QFont

属性 axisYLabelsFont_属性 的获取器。

axisYLabelsFontChanged()#

属性 axisYLabelsFont_属性 的通知信号。

axisYMajorBarWidth()#
返回类型:

float

属性 axisYMajorBarWidth_属性 的获取器。

axisYMajorBarWidthChanged()#

属性 axisYMajorBarWidth_属性 的通知信号。

axisYMajorColor()#
返回类型:

QColor

属性 axisYMajorColor_属性 的获取器。

axisYMajorColorChanged()#

属性 axisYMajorColor_属性 的通知信号。

axisYMinorBarWidth()#
返回类型:

float

属性 axisYMinorBarWidth_属性 的获取器。

axisYMinorBarWidthChanged()#

属性 axisYMinorBarWidth 的通知信号。

axisYMinorColor()#
返回类型:

QColor

属性 axisYMinorColor 的获取器。

axisYMinorColorChanged()#

属性 axisYMinorColor 的通知信号。

axisYSmoothing()#
返回类型:

float

属性 axisYSmoothing 的获取器。

axisYSmoothingChanged()#

属性 axisYSmoothing 的通知信号。

colorTheme()#
返回类型:

ColorTheme

属性 colorTheme 的获取器。

colorThemeChanged()#

属性 colorTheme 的通知信号。

gridMajorBarsColor()#
返回类型:

QColor

属性 gridMajorBarsColor 的获取器。

gridMajorBarsColorChanged()#

属性 gridMajorBarsColor 的通知信号。

gridMajorBarsWidth()#
返回类型:

float

属性 gridMajorBarsWidth 的获取器。

gridMajorBarsWidthChanged()#

属性 gridMajorBarsWidth 的通知信号。

gridMinorBarsColor()#
返回类型:

QColor

属性 gridMinorBarsColor 的获取器。

gridMinorBarsColorChanged()#

属性 gridMinorBarsColor 的通知信号。

gridMinorBarsWidth()#
返回类型:

float

属性 gridMinorBarsWidth 的获取器。

gridMinorBarsWidthChanged()#

属性 gridMinorBarsWidth 的通知信号。

gridSmoothing()#
返回类型:

float

属性 gridSmoothing 的获取器。

gridSmoothingChanged()#

属性 gridSmoothing 的通知信号。

resetColorTheme()#
resetThemeDirty()#
setAxisXLabelsColor(newAxisXLabelsColor)#
参数:

newAxisXLabelsColorQColor

属性 axisXLabelsColor 的设置器。

setAxisXLabelsFont(newAxisXLabelsFont)#
参数:

newAxisXLabelsFontQFont

属性 axisXLabelsFont 的设置器。

setAxisXMajorBarWidth(newAxisXMajorBarWidth)#
参数:

newAxisXMajorBarWidth – 浮点数

属性 axisXMajorBarWidth 的设置器。

setAxisXMajorColor(newAxisXMajorColor)#
参数:

newAxisXMajorColorQColor

属性 axisXMajorColor 的设置器。

setAxisXMinorBarWidth(newAxisXMinorBarWidth)#
参数:

newAxisXMinorBarWidth – 浮点数

属性 axisXMinorBarWidth 的设置器。

setAxisXMinorColor(newAxisXMinorColor)#
参数:

newAxisXMinorColorQColor

属性 axisXMinorColor 的设置器。

setAxisXSmoothing(newAxisXSmoothing)#
参数:

newAxisXSmoothing – 浮点数

属性 axisXSmoothing 的设置器。

setAxisYLabelsColor(newAxisYLabelsColor)#
参数:

newAxisYLabelsColorQColor

属性 axisYLabelsColor 的设置器。

setAxisYLabelsFont(newAxisYLabelsFont)#
参数:

newAxisYLabelsFontQFont

属性 axisYLabelsFont 的设置器。

setAxisYMajorBarWidth(newAxisYMajorBarWidth)#
参数:

newAxisYMajorBarWidth – 浮点数

设置属性 axisYMajorBarWidth 的值。

setAxisYMajorColor(newAxisYMajorColor)
参数:

newAxisYMajorColor - QColor

设置属性 axisYMajorColor 的值。

setAxisYMinorBarWidth(newAxisYMinorBarWidth)
参数:

newAxisYMinorBarWidth - float

设置属性 axisYMinorBarWidth 的值。

setAxisYMinorColor(newAxisYMinorColor)
参数:

newAxisYMinorColor - QColor

设置属性 axisYMinorColor 的值。

setAxisYSmoothing(newAxisYSmoothing)
参数:

newAxisYSmoothing - float

设置属性 axisYSmoothing 的值。

setColorTheme(newColorTheme)
参数:

newColorTheme - ColorTheme

设置属性 colorTheme 的值。

setGridMajorBarsColor(newGridMajorBarsColor)
参数:

newGridMajorBarsColor - QColor

设置属性 gridMajorBarsColor 的值。

setGridMajorBarsWidth(newGridMajorBarsWidth)
参数:

newGridMajorBarsWidth - float

属性 gridMajorBarsWidth 的设置器。

setGridMinorBarsColor(newGridMinorBarsColor)#
参数:

newGridMinorBarsColorQColor

属性 gridMinorBarsColor 的设置器。

setGridMinorBarsWidth(newGridMinorBarsWidth)#
参数:

newGridMinorBarsWidth – float

属性 gridMinorBarsWidth 的设置器。

setGridSmoothing(newGridSmoothing)#
参数:

newGridSmoothing – float

属性 gridSmoothing 的设置器。

setShadowBarWidth(newShadowBarWidth)#
参数:

newShadowBarWidth – float

属性 shadowBarWidth 的设置器。

setShadowColor(newShadowColor)#
参数:

newShadowColorQColor

属性 shadowColor 的设置器。

setShadowEnabled(newShadowEnabled)#
参数:

newShadowEnabled – bool

属性 shadowEnabled 的设置器。

setShadowSmoothing(newShadowSmoothing)#
参数:

newShadowSmoothing – float

属性 shadowSmoothing 的设置器。

setShadowXOffset(newShadowXOffset)#
参数:

newShadowXOffset – float

属性shadowXOffset的设置器。

setShadowYOffset(newShadowYOffset)
参数:

newShadowYOffset – 浮点型

属性shadowYOffset的设置器。

shadowBarWidth()
返回类型:

float

属性shadowBarWidth的获取器。

shadowBarWidthChanged()

属性shadowBarWidth的改变通知信号。

shadowColor()
返回类型:

QColor

属性shadowColor的获取器。

shadowColorChanged()

属性shadowColor的改变通知信号。

shadowEnabled()
返回类型:

bool

属性shadowEnabled的获取器。

shadowEnabledChanged()

属性shadowEnabled的改变通知信号。

shadowSmoothing()
返回类型:

float

属性shadowSmoothing的获取器。

shadowSmoothingChanged()

属性shadowSmoothing的改变通知信号。

shadowXOffset()
返回类型:

float

属性shadowXOffset的获取器。

shadowXOffsetChanged()#

属性 shadowXOffsetᅟ 的通知信号。

shadowYOffset()#
返回类型:

float

属性 shadowYOffsetᅟ 的获取器。

shadowYOffsetChanged()#

属性 shadowYOffsetᅟ 的通知信号。

themeDirty()#
返回类型:

bool

update()#