对于某些代码范例,见某一 Qt Data Visualization 范例:
Axis Range Dragging With Labels Example | Implementing a custom input handler to support axis dragging. |
条形范例 | 在 Widget 应用程序中使用 Q3DBars。 |
自定义输入范例 | 在 Widget 应用程序中实现自定义输入处理程序。 |
自定义项范例 | 将自定义项添加到表面图。 |
自定义代理范例 | 使用 Q3DBars 采用自定义代理。 |
项模型范例 | Using an item model as data source for Q3DBars. |
Qt Quick 2 Axis Dragging Example | Implementing axis dragging in QML. |
Qt Quick 2 Axis Formatter Example | Example of a hybrid C++ and QML application demonstrating different axis formatters. |
Qt Quick 2 Bars Example | Using Bars3D in a QML application. |
Qt Quick 2 Custom Input Example | Customizing input in a QML application. |
Qt Quick 2 Legend Example | Showing graph legend in a QML application. |
Qt Quick 2 Multiple Graphs Example | Showing multiple graphs simultaneously in a QML application. |
Qt Quick 2 Oscilloscope Example | Example of a hybrid C++ and QML application. |
Qt Quick 2 Scatter Example | Using Scatter3D in a QML application. |
Qt Quick 2 Spectrogram Example | Showing spectrogram graph in a QML application. |
Qt Quick 2 Surface Example | Using Surface3D in a QML application. |
Qt Quick 2 Surface Multiseries Example | Using multiple series with Surface3D in a QML application. |
Rotations Example | Using rotated scatter items. |
Scatter Example | Using Q3DScatter in a widget application. |
表面范例 | 在 Widget 应用程序中使用 Q3DSurface。 |
纹理表面范例 | 采用 Q3DSurface 使用纹理。 |
Volumetric rendering Example | 渲染体积对象。 |