PySide6.QtCharts.QBoxPlotSeries

class QBoxPlotSeries

PySide6.QtCharts.QBoxPlotSeries 的继承图

概要

属性

方法

信号

注意

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。

详细描述

注意

当使用from __feature__ import true_property时,属性可以直接使用,否则通过访问器函数使用。

property boxOutlineVisibleᅟ: bool
Access functions:
property boxWidthᅟ: float
Access functions:
property brushᅟ: QBrush
Access functions:
property countᅟ: int
Access functions:
property penᅟ: QPen
Access functions:
__init__([parent=None])
Parameters:

父对象QObject

append(box)
Parameters:

boxQBoxSet

Return type:

布尔

append(boxes)
Parameters:

boxes – .QBoxSet 列表

Return type:

布尔

boxOutlineVisibilityChanged()

属性 boxOutlineVisibleᅟ 的通知信号。

boxOutlineVisible()
Return type:

布尔

属性 boxOutlineVisibleᅟ 的获取器。

boxSets()
Return type:

QBoxSet的列表

boxWidth()
Return type:

浮点数

属性 boxWidthᅟ 的获取器。

boxWidthChanged()

属性 boxWidthᅟ 的通知信号。

boxsetsAdded(sets)
Parameters:

sets – QBoxSet 的列表

boxsetsRemoved(sets)
Parameters:

sets – QBoxSet 的列表

brush()
Return type:

QBrush

属性 brushᅟ 的获取器。

brushChanged()

属性 brushᅟ 的通知信号。

clear()
clicked(boxset)
Parameters:

boxsetQBoxSet

count()
Return type:

整数

属性 countᅟ 的获取器。

countChanged()

属性 countᅟ 的通知信号。

doubleClicked(boxset)
Parameters:

boxsetQBoxSet

hovered(status, boxset)
Parameters:
  • status – 布尔值

  • boxsetQBoxSet

insert(index, box)
Parameters:
Return type:

布尔

pen()
Return type:

QPen

属性 penᅟ 的获取器。

penChanged()

属性 penᅟ 的通知信号。

pressed(boxset)
Parameters:

boxsetQBoxSet

released(boxset)
Parameters:

boxsetQBoxSet

remove(box)
Parameters:

boxQBoxSet

Return type:

布尔

setBoxOutlineVisible(visible)
Parameters:

visible – 布尔值

属性 boxOutlineVisibleᅟ 的设置器。

setBoxWidth(width)
Parameters:

width – 浮点数

属性 boxWidthᅟ 的设置器。

setBrush(brush)
Parameters:

画笔QBrush

属性 brushᅟ 的设置器。

setPen(pen)
Parameters:

QPen

属性 penᅟ 的设置器。

take(box)
Parameters:

boxQBoxSet

Return type:

布尔