Quantcast
Viewing all articles
Browse latest Browse all 4972

How to QML Graph layout ?

Hello, Let’s talk “graph visualization” : I’ve a list of “Nodes” (QQuikItem derived) that must be spread and organized within a squared area. An external graph layout engine computes the position of each node. The list of nodes with the computed positions are stored in a model using a QQmlListProperty<Node> Now, I’d like a way to position the nodes in a qml view using this model. I couldn’t find a way, couldn’t find the right view or the right way to use the right view… Please tell me I’m wrong! Laurent

Viewing all articles
Browse latest Browse all 4972

Trending Articles