QHXYModelMapper¶
New in version 5.7.
Synopsis¶
Functions¶
def
columnCount
()def
firstColumn
()def
setColumnCount
(columnCount)def
setFirstColumn
(firstColumn)def
setXRow
(xRow)def
setYRow
(yRow)def
xRow
()def
yRow
()
Signals¶
def
columnCountChanged
()def
firstColumnChanged
()def
modelReplaced
()def
seriesReplaced
()def
xRowChanged
()def
yRowChanged
()
Detailed Description¶
- class PySide2.QtCharts.QtCharts.QHXYModelMapper([parent=None])¶
- Parameters:
parent –
PySide2.QtCore.QObject
- PySide2.QtCharts.QtCharts.QHXYModelMapper.columnCount()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QHXYModelMapper.columnCountChanged()¶
- PySide2.QtCharts.QtCharts.QHXYModelMapper.firstColumn()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QHXYModelMapper.firstColumnChanged()¶
- PySide2.QtCharts.QtCharts.QHXYModelMapper.modelReplaced()¶
- PySide2.QtCharts.QtCharts.QHXYModelMapper.seriesReplaced()¶
- PySide2.QtCharts.QtCharts.QHXYModelMapper.setColumnCount(columnCount)¶
- Parameters:
columnCount – int
- PySide2.QtCharts.QtCharts.QHXYModelMapper.setFirstColumn(firstColumn)¶
- Parameters:
firstColumn – int
- PySide2.QtCharts.QtCharts.QHXYModelMapper.setXRow(xRow)¶
- Parameters:
xRow – int
- PySide2.QtCharts.QtCharts.QHXYModelMapper.setYRow(yRow)¶
- Parameters:
yRow – int
- PySide2.QtCharts.QtCharts.QHXYModelMapper.xRow()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QHXYModelMapper.xRowChanged()¶
- PySide2.QtCharts.QtCharts.QHXYModelMapper.yRow()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QHXYModelMapper.yRowChanged()¶
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.