mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[Distortion Viewer] Switch between viewer modes
This commit is contained in:
parent
fddbc88524
commit
097eb66a49
2 changed files with 13 additions and 3 deletions
|
@ -745,6 +745,11 @@ FocusScope {
|
|||
checkable: true
|
||||
checked: false
|
||||
enabled: root.aliceVisionPluginAvailable
|
||||
onCheckedChanged : {
|
||||
if(displayLensDistortionViewer.checked && checked){
|
||||
displayLensDistortionViewer.checked = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
MaterialToolButton {
|
||||
id: displayLensDistortionViewer
|
||||
|
@ -756,6 +761,11 @@ FocusScope {
|
|||
checkable: true
|
||||
checked: false
|
||||
enabled: root.aliceVisionPluginAvailable
|
||||
onCheckedChanged : {
|
||||
if(displayHDR.checked && checked){
|
||||
displayHDR.checked = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
MaterialToolButton {
|
||||
id: displayFeatures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue