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 |
实例化: | LineWidth |
继承: | Qt3DRender::QRenderState |
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 | value () const |
void | setValue (float value ) |
通知程序信号:
void | valueChanged (float value ) |