QVBoxPlotModelMapper¶
New in version 5.7.
Synopsis¶
Functions¶
def
firstBoxSetColumn
()def
firstRow
()def
lastBoxSetColumn
()def
rowCount
()def
setFirstBoxSetColumn
(firstBoxSetColumn)def
setFirstRow
(firstRow)def
setLastBoxSetColumn
(lastBoxSetColumn)def
setRowCount
(rowCount)
Signals¶
def
firstBoxSetColumnChanged
()def
firstRowChanged
()def
lastBoxSetColumnChanged
()def
modelReplaced
()def
rowCountChanged
()def
seriesReplaced
()
Detailed Description¶
- class PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper([parent=None])¶
- Parameters:
parent –
PySide2.QtCore.QObject
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.firstBoxSetColumn()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.firstBoxSetColumnChanged()¶
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.firstRow()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.firstRowChanged()¶
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.lastBoxSetColumn()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.lastBoxSetColumnChanged()¶
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.modelReplaced()¶
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.rowCount()¶
- Return type:
int
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.rowCountChanged()¶
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.seriesReplaced()¶
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setFirstBoxSetColumn(firstBoxSetColumn)¶
- Parameters:
firstBoxSetColumn – int
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setFirstRow(firstRow)¶
- Parameters:
firstRow – int
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setLastBoxSetColumn(lastBoxSetColumn)¶
- Parameters:
lastBoxSetColumn – int
- PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setRowCount(rowCount)¶
- Parameters:
rowCount – int
© 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.