mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 08:26:32 +02:00
[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:
parent
7db38abdf0
commit
663a5d679d
5 changed files with 144 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue