Specifies the width of rasterized lines. 更多...
| 头: |
#include <QLineWidth>
|
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
|
| qmake: |
QT += 3drender
|
| 在 QML: | LineWidth |
| 继承: | Qt3DRender::QRenderState |
| 状态: | Deprecated |
| bool | smooth () const |
| float | value () const |
| void | setSmooth (bool enabled ) |
| void | setValue (float value ) |
| void | smoothChanged (bool enabled ) |
| void | valueChanged (float value ) |
Specifies the width value to be used.
访问函数:
| float | 值 () const |
| void | setValue (float value ) |
通知程序信号:
| void | valueChanged (float value ) |