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
Public Functions
Public Slots
Signals
| void | smoothChanged(bool enabled) |
| void | valueChanged(float value) |
Property Documentation
smooth : bool
This property holds whether smooth line rendering is enabled.
When enabled, line smoothing provides antialiased line rendering. The default value is false.
Access functions:
| bool | smooth() const |
| void | setSmooth(bool enabled) |
Notifier signal:
| void | smoothChanged(bool enabled) |
value : float
Specifies the width value to be used.
Access functions:
| float | value() const |
| void | setValue(float value) |
Notifier signal:
| void | valueChanged(float value) |
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.