import QtQuick 2.0 import QtMultimedia 5.0 Video { width: 600 height: 600 source: "video.avi" autoPlay: true }