[ui] GraphEditor: add readOnly mode

* disable node/edge edition
* make GraphEditor readOnly when graph is being computed
This commit is contained in:
Yann Lanthony 2017-11-28 11:05:05 +01:00
parent 5e17b12df1
commit d2c26c3c84
4 changed files with 12 additions and 3 deletions

View file

@ -280,6 +280,7 @@ ApplicationWindow {
graph: _reconstruction.graph
Layout.fillHeight: true
Layout.fillWidth: true
readOnly: _reconstruction.computing
}
}
Item {