mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-03 04:06:45 +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 "FloatParam": return floatComponent
|
||||||
case "BoolParam": return boolComponent
|
case "BoolParam": return boolComponent
|
||||||
case "StringParam": return textFieldComponent
|
case "StringParam": return textFieldComponent
|
||||||
|
case "File": return textFieldComponent
|
||||||
default: return undefined
|
default: return undefined
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue