QLineWidth Class

class Qt3DRender ::QLineWidth

Specifies the width of rasterized lines. 更多...

头: #include <QLineWidth>
qmake: QT += 3drender
Since: Qt 5.10
实例化: LineWidth
继承: Qt3DRender::QRenderState

该类在 Qt 5.10 引入。

特性

公共函数

bool smooth () const
float value () const

公共槽

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

信号

void smoothChanged (bool enabled )
void valueChanged (float value )

详细描述

特性文档编制

value : float

Specifies the width value to be used.

访问函数:

float () const
void setValue (float value )

通知程序信号:

void valueChanged (float value )