[PanoramaViewer] add panorama toolbar

This commit is contained in:
Landrodie 2021-01-12 17:24:18 +01:00 committed by Fabien Castan
parent 48d118e4fe
commit 6a152ca69a
4 changed files with 174 additions and 10 deletions

View file

@ -105,6 +105,13 @@ Item {
checked: true
enabled: viewer2D.useFloatImageViewer
}
Action {
id: displayPanoramaToolBarAction
text: "Display Panorama Toolbar"
checkable: true
checked: true
enabled: viewer2D.usePanoramaImageViewer
}
Action {
id: displayImagePathAction
text: "Display Image Path"