mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 18:31:58 +02:00
[PanoramaViewer] add control points display buttons
Added a button to enable or disable the display of the controls points in the panorama viewer
This commit is contained in:
parent
8dc30a9db1
commit
1fc7cb7844
3 changed files with 21 additions and 3 deletions
|
@ -255,6 +255,7 @@ FocusScope {
|
|||
'gamma': Qt.binding(function() { return panoramaImageToolbar.gammaValue; }),
|
||||
'gain': Qt.binding(function() { return panoramaImageToolbar.gainValue; }),
|
||||
'channelModeString': Qt.binding(function() { return panoramaImageToolbar.channelModeValue; }),
|
||||
'isCtrlPointsDisplayed' : Qt.binding(function(){ return panoramaImageToolbar.displayPoints;}),
|
||||
'isGridDisplayed' : Qt.binding(function(){ return panoramaImageToolbar.displayGrid;}),
|
||||
'gridOpacity' : Qt.binding(function(){ return panoramaImageToolbar.opacityValue;})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue