PySide6.QtGraphs.QGraphsLine¶
- class QGraphsLine¶
Added in version 6.8.
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
labelTextColor()
def
mainColor()
def
mainWidth()
def
__ne__()
def
__eq__()
def
setMainColor()
def
setMainWidth()
def
setSubColor()
def
setSubWidth()
def
subColor()
def
subWidth()
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.- Access functions:
- Access functions:
- property mainWidthᅟ: float¶
- Access functions:
- Access functions:
- property subWidthᅟ: float¶
- Access functions:
- __init__()¶
- __init__(other)
- Parameters:
other –
QGraphsLine
Getter of property
labelTextColorᅟ
.Getter of property
mainColorᅟ
.- mainWidth()¶
- Return type:
float
Getter of property
mainWidthᅟ
.- __ne__(rhs)¶
- Parameters:
rhs –
QGraphsLine
- Return type:
bool
- __eq__(rhs)¶
- Parameters:
rhs –
QGraphsLine
- Return type:
bool
Setter of property
labelTextColorᅟ
.Setter of property
mainColorᅟ
.- setMainWidth(newWidth)¶
- Parameters:
newWidth – float
Setter of property
mainWidthᅟ
.Setter of property
subColorᅟ
.- setSubWidth(newWidth)¶
- Parameters:
newWidth – float
Setter of property
subWidthᅟ
.Getter of property
subColorᅟ
.- subWidth()¶
- Return type:
float
Getter of property
subWidthᅟ
.