PySide6.QtCharts.QHBoxPlotModelMapper¶
- class QHBoxPlotModelMapper¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()def
columnCount()def
firstBoxSetRow()def
firstColumn()def
lastBoxSetRow()def
setColumnCount()def
setFirstColumn()
Signals¶
def
modelReplaced()def
seriesReplaced()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
Note
Properties can be used directly when
from __feature__ import true_propertyis used or via accessor functions otherwise.- property columnCountᅟ: int¶
- Access functions:
- property firstBoxSetRowᅟ: int¶
- Access functions:
- property firstColumnᅟ: int¶
- Access functions:
- property lastBoxSetRowᅟ: int¶
- Access functions:
- property modelᅟ: QAbstractItemModel¶
- Access functions:
Signal
modelReplaced()
- property seriesᅟ: QBoxPlotSeries¶
- Access functions:
Signal
seriesReplaced()
- columnCount()¶
- Return type:
int
Getter of property
columnCountᅟ.- columnCountChanged()¶
Notification signal of property
columnCountᅟ.- firstBoxSetRow()¶
- Return type:
int
Getter of property
firstBoxSetRowᅟ.- firstBoxSetRowChanged()¶
Notification signal of property
firstBoxSetRowᅟ.- firstColumn()¶
- Return type:
int
Getter of property
firstColumnᅟ.- firstColumnChanged()¶
Notification signal of property
firstColumnᅟ.- lastBoxSetRow()¶
- Return type:
int
Getter of property
lastBoxSetRowᅟ.- lastBoxSetRowChanged()¶
Notification signal of property
lastBoxSetRowᅟ.- modelReplaced()¶
Notification signal of property
modelᅟ.- seriesReplaced()¶
Notification signal of property
seriesᅟ.- setColumnCount(rowCount)¶
- Parameters:
rowCount – int
Setter of property
columnCountᅟ.- setFirstBoxSetRow(firstBoxSetRow)¶
- Parameters:
firstBoxSetRow – int
Setter of property
firstBoxSetRowᅟ.- setFirstColumn(firstColumn)¶
- Parameters:
firstColumn – int
Setter of property
firstColumnᅟ.- setLastBoxSetRow(lastBoxSetRow)¶
- Parameters:
lastBoxSetRow – int
Setter of property
lastBoxSetRowᅟ.