QLineWidth

PyQt5.Qt3DRender.QLineWidth

Inherits from QRenderState.

Description

Specifies the width of rasterized lines.

Methods

__init__(parent: QNode = None)

TODO


setSmooth(bool)

See also

smooth().


setValue(float)

See also

value().


smooth() → bool

See also

setSmooth().


value() → float

See also

setValue().

Signals

smoothChanged(bool)

TODO


valueChanged(float)

TODO