- class QBoxPlotSeries¶
-
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
append()
def
boxSets()
def
boxWidth()
def
brush()
def
clear()
def
count()
def
insert()
def
pen()
def
remove()
def
setBoxWidth()
def
setBrush()
def
setPen()
def
take()
Signals¶
def
boxsetsAdded()
def
boxsetsRemoved()
def
brushChanged()
def
clicked()
def
countChanged()
def
doubleClicked()
def
hovered()
def
penChanged()
def
pressed()
def
released()
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 boxOutlineVisibleᅟ: bool¶
- Access functions:
- property boxWidthᅟ: float¶
- Access functions:
- Access functions:
Signal
brushChanged()
- property countᅟ: int¶
- Access functions:
Signal
countChanged()
- Access functions:
Signal
penChanged()
- append(boxes)
- Parameters:
boxes – .list of QBoxSet
- Return type:
bool
- boxOutlineVisibilityChanged()¶
Notification signal of property
boxOutlineVisibleᅟ
.- boxOutlineVisible()¶
- Return type:
bool
Getter of property
boxOutlineVisibleᅟ
.- boxWidth()¶
- Return type:
float
Getter of property
boxWidthᅟ
.- boxWidthChanged()¶
Notification signal of property
boxWidthᅟ
.- boxsetsAdded(sets)¶
- Parameters:
sets – .list of QBoxSet
- boxsetsRemoved(sets)¶
- Parameters:
sets – .list of QBoxSet
Getter of property
brushᅟ
.- brushChanged()¶
Notification signal of property
brushᅟ
.- clear()¶
- count()¶
- Return type:
int
Getter of property
countᅟ
.- countChanged()¶
Notification signal of property
countᅟ
.Getter of property
penᅟ
.- penChanged()¶
Notification signal of property
penᅟ
.- setBoxOutlineVisible(visible)¶
- Parameters:
visible – bool
Setter of property
boxOutlineVisibleᅟ
.- setBoxWidth(width)¶
- Parameters:
width – float
Setter of property
boxWidthᅟ
.Setter of property
brushᅟ
.Setter of property
penᅟ
.