mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-13 16:22:13 +02:00
[ui] GraphEditor: add readOnly mode
* disable node/edge edition * make GraphEditor readOnly when graph is being computed
This commit is contained in:
parent
5e17b12df1
commit
d2c26c3c84
4 changed files with 12 additions and 3 deletions
|
@ -280,6 +280,7 @@ ApplicationWindow {
|
|||
graph: _reconstruction.graph
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
readOnly: _reconstruction.computing
|
||||
}
|
||||
}
|
||||
Item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue