QLineWidth¶
Specifies the width of rasterized lines. More…
New in version 5.10.
Synopsis¶
Functions¶
Slots¶
Signals¶
def
smoothChanged
(enabled)def
valueChanged
(value)
Detailed Description¶
- class PySide6.Qt3DRender.Qt3DRender.QLineWidth([parent=None])¶
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
- PySide6.Qt3DRender.Qt3DRender.QLineWidth.setSmooth(enabled)¶
- Parameters
enabled – bool
- PySide6.Qt3DRender.Qt3DRender.QLineWidth.setValue(value)¶
- Parameters
value – float
Specifies the width value to be used.
- PySide6.Qt3DRender.Qt3DRender.QLineWidth.smooth()¶
- Return type
bool
- PySide6.Qt3DRender.Qt3DRender.QLineWidth.smoothChanged(enabled)¶
- Parameters
enabled – bool
- PySide6.Qt3DRender.Qt3DRender.QLineWidth.value()¶
- Return type
float
Specifies the width value to be used.
- PySide6.Qt3DRender.Qt3DRender.QLineWidth.valueChanged(value)¶
- Parameters
value – float
© 2022 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.