[ui] ImageGallery: introduce IntrinsicsIndicator

New IntrinsicsIndicator component that displays the initialization mode of each Viewpoint's intrinsic with explanatory tooltip.
This commit is contained in:
Yann Lanthony 2019-01-21 10:35:29 +01:00
parent 7db38abdf0
commit 663a5d679d
5 changed files with 144 additions and 24 deletions

View file

@ -26,7 +26,7 @@ Item {
id: _viewpoint
property url source: viewpoint ? Filepath.stringToUrl(viewpoint.get("path").value) : ''
property string metadataStr: viewpoint ? viewpoint.get("metadata").value : ''
property var metadata: metadataStr ? JSON.parse(viewpoint.get("metadata").value) : null
property var metadata: metadataStr ? JSON.parse(viewpoint.get("metadata").value) : {}
}
MouseArea {