QLineWidth Class

class Qt3DRender::QLineWidth

ラスタライズされた線の幅を指定する。詳細...

ヘッダ: #include <QLineWidth>
CMakeの find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake QT += 3drender
QML で 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)

詳細説明

プロパティの説明

value : float

使用する幅の値を指定する。

アクセス関数:

float value() const
void setValue(float value)

通知シグナル:

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.