mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[qt6][ImageGallery] IntrinsicDisplayDelegate: Support File
attributes
This commit is contained in:
parent
a61231916f
commit
2699bffcda
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ RowLayout {
|
|||
case "FloatParam": return floatComponent
|
||||
case "BoolParam": return boolComponent
|
||||
case "StringParam": return textFieldComponent
|
||||
case "File": return textFieldComponent
|
||||
default: return undefined
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue