QHBoxPlotModelMapper

PyQt5.QtChart.QHBoxPlotModelMapper

Inherits from QObject.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


columnCount() → int

TODO


firstBoxSetRow() → int

TODO


firstColumn() → int

TODO


lastBoxSetRow() → int

TODO


model() → QAbstractItemModel

TODO


series() → QBoxPlotSeries

TODO


setColumnCount(int)

TODO


setFirstBoxSetRow(int)

TODO


setFirstColumn(int)

TODO


setLastBoxSetRow(int)

TODO


setModel(QAbstractItemModel)

TODO


setSeries(QBoxPlotSeries)

TODO

Signals

columnCountChanged()

TODO


firstBoxSetRowChanged()

TODO


firstColumnChanged()

TODO


lastBoxSetRowChanged()

TODO


modelReplaced()

TODO


seriesReplaced()

TODO