We bake cookies in your browser for a better experience. Using this site means that you consent. Read More
Creating a Qt Widget Based Application Managing Projects
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 }