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