QLineWidth Class
class Qt3DRender::QLineWidthSpecifies the width of rasterized lines. More...
| Header: | #include <QLineWidth> |
| Instantiated By: | LineWidth |
| Inherits: | Qt3DRender::QRenderState |
Properties
- value : float
Public Functions
Public Slots
Signals
| void | smoothChanged(bool enabled) |
| void | valueChanged(float value) |
Detailed Description
\inmoduleQt3DRender \since 5.10
Property Documentation
value : float
Specifies the width value to be used.
Access functions:
| float | value() const |
| void | setValue(float value) |
Notifier signal:
| void | valueChanged(float value) |