- class QLogValue3DAxisFormatter#
- 
概述#属性#方法#- def - __init__()
- def - autoSubGrid()
- def - base()
- 定义 - setBase()
 信号#注意 本文档可能包含自动从C++翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们 详细描述#注意 使用 from __feature__ import true_property时,可以直接使用属性;否则,可以通过访问函数访问。- 属性autoSubGrid:bool#
 - 属性base:float#
 - 访问函数
 - 属性showEdgeLabels:bool#
 - autoSubGrid()#
- 返回类型:
- bool 
 
 属性 autoSubGridᅟ的获取器。- autoSubGridChanged(enabled)#
- 参数:
- enabled - bool 
 
 属性 autoSubGridᅟ的通知信号。- base()#
- 返回类型:
- float 
 
 属性 baseᅟ的获取器。- baseChanged(base)#
- 参数:
- base – float 
 
 属性 baseᅟ的通知信号。- setAutoSubGrid(enabled)#
- 参数:
- enabled - bool 
 
 属性 autoSubGridᅟ的设置器。- setBase(base)#
- 参数:
- base – float 
 
 属性 baseᅟ的设置器。- setShowEdgeLabels(enabled)#
- 参数:
- enabled - bool 
 
 属性 showEdgeLabelsᅟ的设置器。- showEdgeLabels()#
- 返回类型:
- bool 
 
 属性 showEdgeLabelsᅟ的获取器。- showEdgeLabelsChanged(enabled)#
- 参数:
- enabled - bool 
 
 属性 showEdgeLabelsᅟ的通知信号。