Files
qt-creator/doc/qtcreator/examples/accelbubble/Bubble.qml

13 lines
240 B
QML
Raw Normal View History

import QtQuick 2.14
import QtQuick.Window 2.14
Image {
id: bubble
source: "Bluebubble.svg"
smooth: true
property real centerX
property real bubbleCenter
property real centerY
fillMode: Image.PreserveAspectFit
}