- class QBarModelMapper#
-
继承自:
QVBarModelMapper
,QHBarModelMapper
摘要#
方法#
def
__init__()
def
count()
定义
first()
定义
model()
定义
setCount()
定义
setFirst()
定义
setModel()
注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单的方式告诉我们。
详细信息#
- count()#
- 返回类型:
int
- first()#
- 返回类型:
int
- firstBarSetSection()#
- 返回类型:
int
- lastBarSetSection()#
- 返回类型:
int
- model()#
- 返回类型:
- setCount(count)#
- 参数:
count – 整数
- setFirst(first)#
- 参数:
first – 整数
- setFirstBarSetSection(firstBarSetSection)#
- 参数:
firstBarSetSection – 整数
- setLastBarSetSection(lastBarSetSection)#
- 参数:
lastBarSetSection – 整数
- setModel(model)#
- 参数:
model –
QAbstractItemModel
- setOrientation(orientation)#
- 参数:
orientation –
Orientation