Qt3DRender::QLineWidth Class
class Qt3DRender::QLineWidthSpecifies the width of rasterized lines. More...
| Header: | #include <QLineWidth> | 
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender)target_link_libraries(mytarget PRIVATE Qt6::3drender) | 
| qmake: | QT += 3drender | 
| In QML: | LineWidth | 
| Inherits: | Qt3DRender::QRenderState | 
| Status: | Deprecated | 
Properties
- value : float
Public Functions
Public Slots
Signals
| void | smoothChanged(bool enabled) | 
| void | valueChanged(float value) | 
Detailed Description
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) |