QVXYModelMapper¶
New in version 5.7.
Synopsis¶
Functions¶
def
firstRow
()def
rowCount
()def
setFirstRow
(firstRow)def
setRowCount
(rowCount)def
setXColumn
(xColumn)def
setYColumn
(yColumn)def
xColumn
()def
yColumn
()
Signals¶
def
firstRowChanged
()def
modelReplaced
()def
rowCountChanged
()def
seriesReplaced
()def
xColumnChanged
()def
yColumnChanged
()
Detailed Description¶
- class PySide2.QtCharts.QtCharts.QVXYModelMapper([parent=None])¶
- Parameters:
parent –
PySide2.QtCore.QObject
- PySide2.QtCharts.QtCharts.QVXYModelMapper.firstRow()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QVXYModelMapper.firstRowChanged()¶
- PySide2.QtCharts.QtCharts.QVXYModelMapper.modelReplaced()¶
- PySide2.QtCharts.QtCharts.QVXYModelMapper.rowCount()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QVXYModelMapper.rowCountChanged()¶
- PySide2.QtCharts.QtCharts.QVXYModelMapper.seriesReplaced()¶
- PySide2.QtCharts.QtCharts.QVXYModelMapper.setFirstRow(firstRow)¶
- Parameters:
firstRow – int
- PySide2.QtCharts.QtCharts.QVXYModelMapper.setRowCount(rowCount)¶
- Parameters:
rowCount – int
- PySide2.QtCharts.QtCharts.QVXYModelMapper.setXColumn(xColumn)¶
- Parameters:
xColumn – int
- PySide2.QtCharts.QtCharts.QVXYModelMapper.setYColumn(yColumn)¶
- Parameters:
yColumn – int
- PySide2.QtCharts.QtCharts.QVXYModelMapper.xColumn()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QVXYModelMapper.xColumnChanged()¶
- PySide2.QtCharts.QtCharts.QVXYModelMapper.yColumn()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QVXYModelMapper.yColumnChanged()¶
© 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.