- class QAbstract3DAxis#
-
Inherited by:
QValue3DAxis
,QCategory3DAxis
Synopsis#
Properties#
Methods#
def
isTitleFixed()
def
isTitleVisible()
def
labels()
def
max()
def
min()
def
orientation()
def
setLabels()
def
setMax()
def
setMin()
def
setRange()
def
setTitle()
def
setTitleFixed()
def
title()
def
type()
Signals#
def
labelsChanged()
def
maxChanged()
def
minChanged()
def
rangeChanged()
def
titleChanged()
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 AxisOrientation#
- class AxisType#
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property autoAdjustRangeᅟ: bool#
- Access functions:
- property labelAutoRotationᅟ: float#
- Access functions:
- property labelsᅟ: list of strings#
- Access functions:
Signal
labelsChanged()
- property maxᅟ: float#
- Access functions:
Signal
maxChanged()
- property minᅟ: float#
- Access functions:
Signal
minChanged()
- property orientationᅟ: QAbstract3DAxis.AxisOrientation#
- Access functions:
- property titleᅟ: str#
- Access functions:
Signal
titleChanged()
- property titleFixedᅟ: bool#
- Access functions:
- property titleVisibleᅟ: bool#
- Access functions:
- property typeᅟ: QAbstract3DAxis.AxisType#
- Access functions:
- autoAdjustRangeChanged(autoAdjust)#
- Parameters:
autoAdjust – bool
Notification signal of property
autoAdjustRangeᅟ
.- isAutoAdjustRange()#
- Return type:
bool
Getter of property
autoAdjustRangeᅟ
.- isTitleFixed()#
- Return type:
bool
Getter of property
titleFixedᅟ
.- isTitleVisible()#
- Return type:
bool
Getter of property
titleVisibleᅟ
.- labelAutoRotation()#
- Return type:
float
Getter of property
labelAutoRotationᅟ
.- labelAutoRotationChanged(angle)#
- Parameters:
angle – float
Notification signal of property
labelAutoRotationᅟ
.- labels()#
- Return type:
list of strings
Getter of property
labelsᅟ
.- labelsChanged()#
Notification signal of property
labelsᅟ
.- max()#
- Return type:
float
Getter of property
maxᅟ
.- maxChanged(value)#
- Parameters:
value – float
Notification signal of property
maxᅟ
.- min()#
- Return type:
float
Getter of property
minᅟ
.- minChanged(value)#
- Parameters:
value – float
Notification signal of property
minᅟ
.- orientation()#
- Return type:
Getter of property
orientationᅟ
.- orientationChanged(orientation)#
- Parameters:
orientation –
AxisOrientation
Notification signal of property
orientationᅟ
.- rangeChanged(min, max)#
- Parameters:
min – float
max – float
- setAutoAdjustRange(autoAdjust)#
- Parameters:
autoAdjust – bool
Setter of property
autoAdjustRangeᅟ
.- setLabelAutoRotation(angle)#
- Parameters:
angle – float
Setter of property
labelAutoRotationᅟ
.- setLabels(labels)#
- Parameters:
labels – list of strings
Setter of property
labelsᅟ
.- setMax(max)#
- Parameters:
max – float
Setter of property
maxᅟ
.- setMin(min)#
- Parameters:
min – float
Setter of property
minᅟ
.- setRange(min, max)#
- Parameters:
min – float
max – float
- setTitle(title)#
- Parameters:
title – str
Setter of property
titleᅟ
.- setTitleFixed(fixed)#
- Parameters:
fixed – bool
Setter of property
titleFixedᅟ
.- setTitleVisible(visible)#
- Parameters:
visible – bool
Setter of property
titleVisibleᅟ
.- title()#
- Return type:
str
Getter of property
titleᅟ
.- titleChanged(newTitle)#
- Parameters:
newTitle – str
Notification signal of property
titleᅟ
.- titleFixedChanged(fixed)#
- Parameters:
fixed – bool
Notification signal of property
titleFixedᅟ
.- titleVisibilityChanged(visible)#
- Parameters:
visible – bool
Notification signal of property
titleVisibleᅟ
.Getter of property
typeᅟ
.