Carousel¶
- component fbx.ui.layout.Carousel¶
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 }
- property model¶
A
QtQuick.ListModel
of elements with anurl
property.