PainterPathStroker
Qt Base Class: QPainterPathStroker
Signature: QPainterPathStroker(self) -> None
QPainterPathStroker(self, pen: Union[PySide6.QtGui.QPen, PySide6.QtCore.Qt.PenStyle, PySide6.QtGui.QColor]) -> None
Base classes
Name | Children | Inherits |
---|---|---|
QPainterPathStroker PySide6.QtGui QPainterPathStroker(self) -> None |
⋔ Inheritance diagram
graph TD
1473245632416["gui.PainterPathStroker"]
1473300066752["QtGui.QPainterPathStroker"]
1473291690208["Shiboken.Object"]
140713234304496["builtins.object"]
1473300066752 --> 1473245632416
1473291690208 --> 1473300066752
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: QPainterPathStroker
Source code in prettyqt\gui\painterpathstroker.py
get_cap_style() -> constants.CapStyleStr | constants.PenCapStyle
get_join_style() -> constants.JoinStyleStr
set_cap_style(style: constants.CapStyleStr | constants.PenCapStyle)
Set cap style to use.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
style |
CapStyleStr | PenCapStyle
|
cap style to use |
required |
set_join_style(style: constants.JoinStyleStr | constants.PenJoinStyle)
Set join style to use.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
style |
JoinStyleStr | PenJoinStyle
|
join style to use |
required |