mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 13:36:31 +02:00
[PanoramaViewer] add panorama toolbar
This commit is contained in:
parent
48d118e4fe
commit
6a152ca69a
4 changed files with 174 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue