[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:
Yann Lanthony 2018-04-16 12:14:04 +02:00
parent b81cf89ffe
commit cfaa0bc012
3 changed files with 27 additions and 13 deletions

View file

@ -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.
*