PySide6.QtDataVisualization¶
3 |
|||
A |
|||
B |
|||
C |
|||
H |
|||
I |
|||
L |
|||
S |
|||
T |
|||
V |
- Q3DBars
- Q3DCamera
- Q3DInputHandler
- Q3DLight
- Q3DObject
- Q3DScatter
- Q3DScene
- Q3DSurface
- Q3DTheme
- QAbstract3DAxis
- QAbstract3DGraph
- QAbstract3DInputHandler
- QAbstract3DSeries
- QAbstractDataProxy
- QBar3DSeries
- QBarDataItem
- QBarDataProxy
- QCategory3DAxis
- QCustom3DItem
- QCustom3DLabel
- QCustom3DVolume
- QHeightMapSurfaceDataProxy
- QItemModelBarDataProxy
- QItemModelScatterDataProxy
- QItemModelSurfaceDataProxy
- QLogValue3DAxisFormatter
- QScatter3DSeries
- QScatterDataItem
- QScatterDataProxy
- QSurface3DSeries
- QSurfaceDataItem
- QSurfaceDataProxy
- QTouch3DInputHandler
- QValue3DAxis
- QValue3DAxisFormatter
Detailed Description¶
Provides functionality for 3D visualization.
The Qt Data Visualization module enables you to visualize data in 3D as bar, scatter, and surface graphs. It’s especially useful for visualizing depth maps and large quantities of rapidly changing data, such as data received from multiple sensors. The look and feel of graphs can be customized by using themes or by adding custom items and labels.
Qt Data Visualization is built on Qt 6 and OpenGL to take advantage of hardware acceleration and Qt Quick 2.
Using the Module¶
To include the definitions of modules classes, use the following directive:
import PySide6.QtDataVisualization
The module also provides QML types .
Articles and Guides¶
© 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.