PySide6.QtCharts.QBoxSet¶
- class QBoxSet¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()def
append()def
at()def
brush()def
clear()def
count()def
label()def
__lshift__()def
operator[]()def
pen()def
setBrush()def
setLabel()def
setPen()def
setValue()
Signals¶
def
brushChanged()def
cleared()def
clicked()def
doubleClicked()def
hovered()def
penChanged()def
pressed()def
released()def
valueChanged()def
valuesChanged()
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¶
- class ValuePositions¶
Note
Properties can be used directly when
from __feature__ import true_propertyis used or via accessor functions otherwise.- Access functions:
Signal
brushChanged()
- Access functions:
Signal
penChanged()
- __init__(le, lq, m, uq, ue[, label=""[, parent=None]])
- Parameters:
le – float
lq – float
m – float
uq – float
ue – float
label – str
parent –
QObject
- append(values)¶
- Parameters:
values – .list of qreal
- append(value)
- Parameters:
value – float
- at(index)¶
- Parameters:
index – int
- Return type:
float
Getter of property
brushᅟ.- brushChanged()¶
Notification signal of property
brushᅟ.- clear()¶
- cleared()¶
- clicked()¶
- count()¶
- Return type:
int
- doubleClicked()¶
- hovered(status)¶
- Parameters:
status – bool
- label()¶
- Return type:
str
- operator(index)¶
- Parameters:
index – int
- Return type:
float
Getter of property
penᅟ.- penChanged()¶
Notification signal of property
penᅟ.- pressed()¶
- released()¶
Setter of property
brushᅟ.- setLabel(label)¶
- Parameters:
label – str
Setter of property
penᅟ.- setValue(index, value)¶
- Parameters:
index – int
value – float
- valueChanged(index)¶
- Parameters:
index – int
- valuesChanged()¶