[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:
Landrodie 2021-01-25 15:33:54 +01:00 committed by Fabien Castan
parent 5aa54abd96
commit e7941ef75e
4 changed files with 122 additions and 1 deletions

View file

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