status-node/ui/shared/SVGImage.qml

10 lines
193 B
QML
Raw Permalink Normal View History

2021-08-18 19:59:52 +00:00
import QtQuick 2.13
Image {
sourceSize.width: width || undefined
sourceSize.height: height || undefined
fillMode: Image.PreserveAspectFit
mipmap: true
antialiasing: true
}