- class QHPieModelMapper¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
columnCount()
def
firstColumn()
def
labelsRow()
def
setColumnCount()
def
setFirstColumn()
def
setLabelsRow()
def
setValuesRow()
def
valuesRow()
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_property
is used or via accessor functions otherwise.- property columnCountᅟ: int¶
- Access functions:
- property firstColumnᅟ: int¶
- Access functions:
- property labelsRowᅟ: int¶
- Access functions:
- property modelᅟ: QAbstractItemModel¶
- Access functions:
Signal
modelReplaced()
- property valuesRowᅟ: int¶
- Access functions:
- columnCount()¶
- Return type:
int
Getter of property
columnCountᅟ
.- columnCountChanged()¶
Notification signal of property
columnCountᅟ
.- firstColumn()¶
- Return type:
int
Getter of property
firstColumnᅟ
.- firstColumnChanged()¶
Notification signal of property
firstColumnᅟ
.- labelsRow()¶
- Return type:
int
Getter of property
labelsRowᅟ
.- labelsRowChanged()¶
Notification signal of property
labelsRowᅟ
.- modelReplaced()¶
Notification signal of property
modelᅟ
.- seriesReplaced()¶
- setColumnCount(columnCount)¶
- Parameters:
columnCount – int
Setter of property
columnCountᅟ
.- setFirstColumn(firstColumn)¶
- Parameters:
firstColumn – int
Setter of property
firstColumnᅟ
.- setLabelsRow(labelsRow)¶
- Parameters:
labelsRow – int
Setter of property
labelsRowᅟ
.- setValuesRow(valuesRow)¶
- Parameters:
valuesRow – int
Setter of property
valuesRowᅟ
.- valuesRow()¶
- Return type:
int
Getter of property
valuesRowᅟ
.- valuesRowChanged()¶
Notification signal of property
valuesRowᅟ
.