- class QPieModelMapper#
-
继承自:
QVPieModelMapper,QHPieModelMapper摘要#
方法#
def
__init__()定义
count()定义
first()定义
model()定义
series()定义
setCount()定义
setFirst()定义
setModel()定义
setSeries()
注意
此文档可能包含从C++自动转换到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单的方式来告知我们
详细描述#
- count()#
- 返回类型::
int
- first()#
- 返回类型::
int
- labelsSection()#
- 返回类型::
int
- model()#
- 返回类型::
- series()#
- 返回类型::
- setCount(count)#
- 参数:
count – int
- setFirst(first)#
- 参数:
first – int
- setLabelsSection(labelsSection)#
- 参数:
labelsSection – int
- setModel(model)#
- 参数:
model –
QAbstractItemModel
- setOrientation(orientation)#
- 参数:
orientation –
Orientation
- setSeries(series)#
- 参数:
series –
QPieSeries
- setValuesSection(valuesSection)#
- 参数:
valuesSection – int
- valuesSection()#
- 返回类型::
int