1 2 3 4 5 6 7 8 9 10 11
import QtQuick 2.4 import QtMultimedia 5.4 Item { width: 20 height: 20 Audio { Component.onCompleted: console.log("This shit works fine!") } }