Skip to content

Dev

Real-time Scatter3D Embedded in QWidget-based Application

This article is to summarize my recent research on how to use the Scatter3D QML graph in the Qt project. There were not sufficient documents and examples that explained how you can use a Qt Quick component in a QWidget-based application, and also how you can manipulate objects in the graph from C++ code, as far as I searched.