mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-26 13:07:33 +02:00
[Panorama Viewer] add Panorama Viewer toolbar
Add two icons in material icons Update icon of viewer Add downscale value as spinbox Add 3 buttons for options in viewer
This commit is contained in:
parent
5aa54abd96
commit
e7941ef75e
4 changed files with 122 additions and 1 deletions
|
@ -112,6 +112,13 @@ Item {
|
|||
checked: true
|
||||
enabled: viewer2D.useLensDistortionViewer
|
||||
}
|
||||
Action {
|
||||
id: displayPanoramaToolBarAction
|
||||
text: "Display Panorama Toolbar"
|
||||
checkable: true
|
||||
checked: true
|
||||
enabled: viewer2D.usePanoramaViewer
|
||||
}
|
||||
Action {
|
||||
id: displayImagePathAction
|
||||
text: "Display Image Path"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue