PySide6.QtCharts.QLogValueAxis¶
- class QLogValueAxis¶
-
概要¶
属性¶
方法¶
def
__init__()
def
base()
def
labelFormat()
def
max()
def
min()
def
minorTickCount()
def
setBase()
def
setLabelFormat()
def
setMax()
def
setMin()
def
setRange()
def
tickCount()
信号¶
def
baseChanged()
def
maxChanged()
def
minChanged()
def
rangeChanged()
注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。
详细描述¶
注意
当使用
from __feature__ import true_property
时,属性可以直接使用,否则通过访问器函数使用。- property baseᅟ: float¶
- Access functions:
- property labelFormatᅟ: str¶
- Access functions:
- property maxᅟ: float¶
- Access functions:
- property minᅟ: float¶
- Access functions:
- property minorTickCountᅟ: int¶
- Access functions:
- property tickCountᅟ: int¶
- Access functions:
- base()¶
- Return type:
浮点数
属性
baseᅟ
的获取器。- baseChanged(base)¶
- Parameters:
base – 浮点数
属性
baseᅟ
的通知信号。- labelFormat()¶
- Return type:
字符串
属性
labelFormatᅟ
的获取器。- labelFormatChanged(format)¶
- Parameters:
format – str
属性
labelFormatᅟ
的通知信号。- max()¶
- Return type:
浮点数
属性
maxᅟ
的获取器。- maxChanged(max)¶
- Parameters:
max – 浮点数
属性
maxᅟ
的通知信号。- min()¶
- Return type:
浮点数
属性
minᅟ
的获取器。- minChanged(min)¶
- Parameters:
min – 浮点数
属性
minᅟ
的通知信号。- minorTickCount()¶
- Return type:
整数
属性
minorTickCountᅟ
的获取器。- minorTickCountChanged(minorTickCount)¶
- Parameters:
minorTickCount – int
属性
minorTickCountᅟ
的通知信号。- rangeChanged(min, max)¶
- Parameters:
min – 浮点数
max – 浮点数
- setBase(base)¶
- Parameters:
base – 浮点数
属性
baseᅟ
的设置器。- setLabelFormat(format)¶
- Parameters:
format – str
属性
labelFormatᅟ
的设置器。- setMax(max)¶
- Parameters:
max – 浮点数
属性
maxᅟ
的设置器。- setMin(min)¶
- Parameters:
min – 浮点数
属性
minᅟ
的设置器。- setMinorTickCount(minorTickCount)¶
- Parameters:
minorTickCount – int
属性
minorTickCountᅟ
的设置器。- setRange(min, max)¶
- Parameters:
min – 浮点数
max – 浮点数
- tickCount()¶
- Return type:
整数
属性
tickCountᅟ
的获取器。- tickCountChanged(tickCount)¶
- Parameters:
tickCount – int
属性
tickCountᅟ
的通知信号。