[ui] Viewer3D: synchronize media list and graph hover/selection

* ease bidirectional navigation between 3D media list and graph
* use same mechanism to indicate selected/hovered elements
* remove 'frame' button (space gain + action available on double click)
This commit is contained in:
Yann Lanthony 2018-12-06 19:35:26 +01:00
parent 05854ed897
commit 2f307c16fb
3 changed files with 91 additions and 40 deletions

View file

@ -124,6 +124,8 @@ Item {
readonly property int outputMediaIndex: library.find(outputAttribute)
anchors.fill: parent
inspector.uigraph: reconstruction
DropArea {
anchors.fill: parent
keys: ["text/uri-list"]