mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-22 02:57:16 +02:00
[ui] specify keys for DropAreas
This commit is contained in:
parent
1e462d94de
commit
014c1fe25f
3 changed files with 5 additions and 1 deletions
|
@ -132,6 +132,7 @@ Panel {
|
|||
id: dropArea
|
||||
anchors.fill: parent
|
||||
enabled: !root.readOnly
|
||||
keys: ["text/uri-list"]
|
||||
// TODO: onEntered: call specific method to filter files based on extension
|
||||
onDropped: {
|
||||
var augmentSfm = augmentArea.hovered
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue