PySide6.QtCharts.QVPieModelMapper¶
- class QVPieModelMapper¶
- 
Synopsis¶Properties¶Methods¶- def - __init__()
- def - firstRow()
- def - labelsColumn()
- def - rowCount()
- def - setFirstRow()
- def - setRowCount()
- def - valuesColumn()
 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 firstRowᅟ: int¶
 - Access functions:
 - property labelsColumnᅟ: int¶
 - Access functions:
 - property modelᅟ: QAbstractItemModel¶
 - Access functions:
- Signal - modelReplaced()
 
 - property rowCountᅟ: int¶
 - Access functions:
 - property valuesColumnᅟ: int¶
 - Access functions:
 - firstRow()¶
- Return type:
- int 
 
 Getter of property firstRowᅟ.- firstRowChanged()¶
 Notification signal of property firstRowᅟ.- labelsColumn()¶
- Return type:
- int 
 
 Getter of property labelsColumnᅟ.- labelsColumnChanged()¶
 Notification signal of property labelsColumnᅟ.- 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ᅟ.- setLabelsColumn(labelsColumn)¶
- Parameters:
- labelsColumn – int 
 
 Setter of property labelsColumnᅟ.- setRowCount(rowCount)¶
- Parameters:
- rowCount – int 
 
 Setter of property rowCountᅟ.- setValuesColumn(valuesColumn)¶
- Parameters:
- valuesColumn – int 
 
 Setter of property valuesColumnᅟ.- valuesColumn()¶
- Return type:
- int 
 
 Getter of property valuesColumnᅟ.- valuesColumnChanged()¶
 Notification signal of property valuesColumnᅟ.