import QtQuick 2.7 ListModel { ListElement { color: "#af1a6a" starts: 1 duration: 4 text: "Baustelle Adalbertstr." } ListElement { color: "#134bab" starts: 0 duration: 6 text: "Urlaub" } }