aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2020-09-02 12:34:19 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2020-09-02 10:35:05 +0000
commit831a709857ddb3a5f48e17f65e60a81188bbfa6f (patch)
tree5521f44f539e6d831565331680f19e96f6d594f8
parent49902aecd372b618dc1432cb339464da07e60b7b (diff)
QmlDesigner: Add support for .hdr to UrlChooser
Task-number: QDS-2128 Change-Id: I944a42d36357cbddae6d5cc30178723e62e0656f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml
index dcb0cc58b9..f505d9fc50 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml
@@ -34,7 +34,7 @@ RowLayout {
property variant backendValue
property color textColor: colorLogic.highlight ? colorLogic.textColor : "white"
- property string filter: "*.png *.gif *.jpg *.bmp *.jpeg *.svg *.pbm *.pgm *.ppm *.xbm *.xpm"
+ property string filter: "*.png *.gif *.jpg *.bmp *.jpeg *.svg *.pbm *.pgm *.ppm *.xbm *.xpm *.hdr"
FileResourcesModel {
id: fileModel