Skip to content

Commit ba8944c

Browse files
committed
[qt6][ImageGallery] IntrinsicDisplayDelegate: Support File attributes
1 parent f818005 commit ba8944c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshroom/ui/qml/ImageGallery/IntrinsicDisplayDelegate.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RowLayout {
5252
case "FloatParam": return floatComponent
5353
case "BoolParam": return boolComponent
5454
case "StringParam": return textFieldComponent
55+
case "File": return textFieldComponent
5556
default: return undefined
5657
}
5758
}

0 commit comments

Comments
 (0)