[ui] GraphEditor: consistent readOnly mode when computing

* lock edit actions when graph is being computed
* add an advanced option to control this behavior and unlock it (stored in persistent settings)
This commit is contained in:
Yann Lanthony 2019-01-04 19:45:07 +01:00
parent 34ca607261
commit 4541d825ad
3 changed files with 44 additions and 11 deletions

View file

@ -8,4 +8,5 @@ import Qt.labs.settings 1.0
Settings {
category: 'GraphEditor'
property bool showAdvancedAttributes: false
property bool lockOnCompute: true
}