PySide6.QtCharts.QVXYModelMapper¶
- class QVXYModelMapper¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()def
firstRow()def
rowCount()def
setFirstRow()def
setRowCount()def
setXColumn()def
setYColumn()def
xColumn()def
yColumn()
Signals¶
def
modelReplaced()def
seriesReplaced()def
xColumnChanged()def
yColumnChanged()
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 firstRowᅟ: int¶
- Access functions:
- property modelᅟ: QAbstractItemModel¶
- Access functions:
Signal
modelReplaced()
- property rowCountᅟ: int¶
- Access functions:
- property xColumnᅟ: int¶
- Access functions:
- property yColumnᅟ: int¶
- Access functions:
- firstRow()¶
- Return type:
int
Getter of property
firstRowᅟ.- firstRowChanged()¶
Notification signal of property
firstRowᅟ.- modelReplaced()¶
Notification signal of property
modelᅟ.- rowCount()¶
- Return type:
int
Getter of property
rowCountᅟ.- rowCountChanged()¶
Notification signal of property
rowCountᅟ.- seriesReplaced()¶
- setFirstRow(firstRow)¶
- Parameters:
firstRow – int
Setter of property
firstRowᅟ.- setRowCount(rowCount)¶
- Parameters:
rowCount – int
Setter of property
rowCountᅟ.- setXColumn(xColumn)¶
- Parameters:
xColumn – int
Setter of property
xColumnᅟ.- setYColumn(yColumn)¶
- Parameters:
yColumn – int
Setter of property
yColumnᅟ.- xColumn()¶
- Return type:
int
Getter of property
xColumnᅟ.- xColumnChanged()¶
Notification signal of property
xColumnᅟ.- yColumn()¶
- Return type:
int
Getter of property
yColumnᅟ.- yColumnChanged()¶
Notification signal of property
yColumnᅟ.