[qt6][ImageGallery] IntrinsicDisplayDelegate: Support File attributes

This commit is contained in:
Candice Bentéjac 2024-10-17 17:52:47 +02:00
parent a61231916f
commit 2699bffcda

View file

@ -52,6 +52,7 @@ RowLayout {
case "FloatParam": return floatComponent
case "BoolParam": return boolComponent
case "StringParam": return textFieldComponent
case "File": return textFieldComponent
default: return undefined
}
}