PySide6.QtCharts.QVXYModelMapper¶
- class QVXYModelMapper¶
-
概要¶
属性¶
方法¶
def
__init__()def
firstRow()def
rowCount()def
setFirstRow()def
setRowCount()def
setXColumn()def
setYColumn()def
xColumn()def
yColumn()
信号¶
def
modelReplaced()def
seriesReplaced()def
xColumnChanged()def
yColumnChanged()
注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。
详细描述¶
注意
当使用
from __feature__ import true_property时,属性可以直接使用,否则通过访问器函数使用。- property firstRowᅟ: int¶
- Access functions:
- property modelᅟ: QAbstractItemModel¶
- Access functions:
- property rowCountᅟ: int¶
- Access functions:
- property xColumnᅟ: int¶
- Access functions:
- property yColumnᅟ: int¶
- Access functions:
- firstRow()¶
- Return type:
整数
属性
firstRowᅟ的获取器。- firstRowChanged()¶
属性
firstRowᅟ的通知信号。- modelReplaced()¶
属性
modelᅟ的通知信号。- rowCount()¶
- Return type:
整数
属性
rowCountᅟ的获取器。- rowCountChanged()¶
属性
rowCountᅟ的通知信号。- seriesReplaced()¶
- setFirstRow(firstRow)¶
- Parameters:
firstRow – int
属性
firstRowᅟ的设置器。- setRowCount(rowCount)¶
- Parameters:
rowCount – int
属性
rowCountᅟ的设置器。- setXColumn(xColumn)¶
- Parameters:
xColumn – int
属性
xColumnᅟ的设置器。- setYColumn(yColumn)¶
- Parameters:
yColumn – int
属性
yColumnᅟ的设置器。- xColumn()¶
- Return type:
整数
属性
xColumnᅟ的获取器。- xColumnChanged()¶
属性
xColumnᅟ的通知信号。- yColumn()¶
- Return type:
整数
属性
yColumnᅟ的获取器。- yColumnChanged()¶
属性
yColumnᅟ的通知信号。