mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[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:
parent
34ca607261
commit
4541d825ad
3 changed files with 44 additions and 11 deletions
|
@ -8,4 +8,5 @@ import Qt.labs.settings 1.0
|
|||
Settings {
|
||||
category: 'GraphEditor'
|
||||
property bool showAdvancedAttributes: false
|
||||
property bool lockOnCompute: true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue