forked from qt-creator/qt-creator
QmlDesigner: Support .webp images in property UrlChooser
Change-Id: If1dd70a67796eaa07800059d9096731769116405 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
@@ -36,7 +36,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 *.hdr"
|
||||
property string filter: "*.png *.gif *.jpg *.bmp *.jpeg *.svg *.pbm *.pgm *.ppm *.xbm *.xpm *.hdr *.webp"
|
||||
|
||||
FileResourcesModel {
|
||||
id: fileModel
|
||||
|
Reference in New Issue
Block a user