Skip to content

Commit

Permalink
[qt6][ImageGallery] IntrinsicDisplayDelegate: Support File attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Oct 31, 2024
1 parent 1c36088 commit 153cd08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshroom/ui/qml/ImageGallery/IntrinsicDisplayDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RowLayout {
case "FloatParam": return floatComponent
case "BoolParam": return boolComponent
case "StringParam": return textFieldComponent
case "File": return textFieldComponent
default: return undefined
}
}
Expand Down

0 comments on commit 153cd08

Please sign in to comment.