mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 21:16:29 +02:00
use semantic field in file attributes to specify images and store displayed node in 2D viewer to adapt UI
This commit is contained in:
parent
fc5ab540f5
commit
a574c0fc9b
9 changed files with 139 additions and 83 deletions
|
@ -148,14 +148,6 @@ Item {
|
|||
|
||||
viewIn3D: root.load3DMedia
|
||||
|
||||
Connections {
|
||||
target: imageGallery
|
||||
onCurrentItemChanged: {
|
||||
viewer2D.source = imageGallery.currentItemSource
|
||||
viewer2D.metadata = imageGallery.currentItemMetadata
|
||||
}
|
||||
}
|
||||
|
||||
DropArea {
|
||||
anchors.fill: parent
|
||||
keys: ["text/uri-list"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue