[ui] add partial graph submission up to a certain node

This commit is contained in:
Yann Lanthony 2018-02-07 14:35:50 +01:00
parent 907c9cbcba
commit 25992286d0
4 changed files with 21 additions and 7 deletions

View file

@ -229,6 +229,7 @@ Item {
onDoubleClicked: root.nodeDoubleClicked(node)
onComputeRequest: uigraph.execute(node)
onSubmitRequest: uigraph.submit(node)
onRemoveRequest: uigraph.removeNode(node)
Keys.onDeletePressed: uigraph.removeNode(node)