QmlDesigner: Support .webp images in property UrlChooser

Change-Id: If1dd70a67796eaa07800059d9096731769116405
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Miikka Heikkinen
2020-12-29 11:14:35 +02:00
parent 6e0aa98746
commit 55ca28f1c7

View File

@@ -36,7 +36,7 @@ RowLayout {
property variant backendValue property variant backendValue
property color textColor: colorLogic.highlight ? colorLogic.textColor : "white" property color textColor: colorLogic.highlight ? colorLogic.textColor : "white"
property string filter: "*.png *.gif *.jpg *.bmp *.jpeg *.svg *.pbm *.pgm *.ppm *.xbm *.xpm *.hdr" property string filter: "*.png *.gif *.jpg *.bmp *.jpeg *.svg *.pbm *.pgm *.ppm *.xbm *.xpm *.hdr *.webp"
FileResourcesModel { FileResourcesModel {
id: fileModel id: fileModel