diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml | 2 | ||||
-rw-r--r-- | share/qtcreator/qmldesigner/propertyeditor/QtQuick/ImageSpecifics.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml index 39fa67d214..4d50c8a877 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml @@ -61,7 +61,7 @@ QWidget { backendValues.source.value = fileName; } itemNode: anchorBackend.itemNode - filter: "*.png *.gif *.jpg" + filter: "*.png *.gif *.jpg *.bmp *.jpeg" showComboBox: true } } diff --git a/share/qtcreator/qmldesigner/propertyeditor/QtQuick/ImageSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/QtQuick/ImageSpecifics.qml index 1ff5ad9d37..66eb03c6cc 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/QtQuick/ImageSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/QtQuick/ImageSpecifics.qml @@ -59,7 +59,7 @@ QWidget { backendValues.source.value = fileName; } itemNode: anchorBackend.itemNode - filter: "*.png *.gif *.jpg" + filter: "*.png *.gif *.jpg *.bmp *.jpeg" showComboBox: true } } |