Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

QLineWidth Class

class Qt3DRender::QLineWidth

Specifies 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
Since: Qt 5.10
Instantiated By: LineWidth
Inherits: Qt3DRender::QRenderState

Properties

Public Functions

bool smooth() const
float value() const

Public Slots

void setSmooth(bool enabled)
void setValue(float value)

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)
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded