moment/harmonyqml/components/Base/HImage.qml

9 lines
124 B
QML
Raw Normal View History

import QtQuick 2.7
Image {
asynchronous: true
cache: true
mipmap: true
fillMode: Image.PreserveAspectFit
}