Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

How to QML Graph layout ?

$
0
0
I see. In this case it might get cumbersome to customize QtQuick elements to your preference, and drawing each item in a separate canvas will hurt performance. Perhaps you should take a closer look at the graph scene of QtQuick 5 [qt-project.org]. There is a fine example here [qt-project.org]. Any type of interaction can be theoretically implemented, as the underlying element you will use in this approach is QQuickItem [qt-project.org] with a couple of virtual MouseEvent functions.

Viewing all articles
Browse latest Browse all 4972

Trending Articles