mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +02:00
[Lens Distortion] subdivisions slider
This commit is contained in:
parent
ee563e227f
commit
b64b18c1a2
3 changed files with 48 additions and 1 deletions
|
@ -233,6 +233,7 @@ FocusScope {
|
|||
'gridOpacity' : Qt.binding(function(){ return lensDistortionImageToolbar.opacityValue;}),
|
||||
'gridColor' : Qt.binding(function(){ return lensDistortionImageToolbar.color;}),
|
||||
'distortion' : Qt.binding(function(){ return displayLensDistortionViewer.checked;}),
|
||||
'subdivisions' : Qt.binding(function(){ return lensDistortionImageToolbar.subdivisionsValue;}),
|
||||
})
|
||||
} else {
|
||||
// Force the unload (instead of using Component.onCompleted to load it once and for all) is necessary since Qt 5.14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue