Carousel is an overlay picture viewer.
User may navigate through elements with Left/Right keyboard keys.
Carousel is used in various explorers like the channel catalog.¶
ListModel { id: photos ListItem { url: "hello.jpg" } ListItem { url: "world.jpg" } } Carousel { model: photos }
A QtQuick.ListModel of elements with an url property.
QtQuick.ListModel
url
Background
InfoPanel