import QtQuick 2.3 import QtQuick.Window 2.2 import QtWinExtras 1.0 Window { visible: true JumpList { JumpListCategory { visible: true title: "Test" JumpListLink { title: "Test Link" executablePath: "http://google.com" } } } }