[Distortion Viewer] Switch between viewer modes

This commit is contained in:
Landrodie 2021-01-18 11:07:42 +01:00 committed by Fabien Castan
parent fddbc88524
commit 097eb66a49
2 changed files with 13 additions and 3 deletions

View file

@ -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