mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 04:12:15 +02:00
[ui] Viewer2D: display image source path
* display selectable-by-mouse source filepath * add radius property to FloatingPane to control border radius from outside * use FloatingPane in ImageMetadataView
This commit is contained in:
parent
b81cf89ffe
commit
cfaa0bc012
3 changed files with 27 additions and 13 deletions
|
@ -11,7 +11,7 @@ import Utils 1.0
|
|||
/**
|
||||
* ImageMetadataView displays a JSON model representing an image"s metadata as a ListView.
|
||||
*/
|
||||
Pane {
|
||||
FloatingPane {
|
||||
id: root
|
||||
|
||||
property alias metadata: metadataModel.metadata
|
||||
|
@ -22,8 +22,6 @@ Pane {
|
|||
|
||||
SystemPalette { id: palette }
|
||||
|
||||
background: Rectangle { color: palette.window; opacity: 0.9 }
|
||||
|
||||
/**
|
||||
* Convert GPS metadata to degree coordinates.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue