Navigation

  • index
  • next |
  • previous |
  • libfbxqml »
  • Standard API »
  • fbx.ui module »
  • fbx.ui.layout module »
  • Carousel

Carousel¶

component fbx.ui.layout.Carousel¶

Carousel is an overlay picture viewer.

User may navigate through elements with Left/Right keyboard keys.

../../../_images/carousel.png

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 an url property.

Logo

Previous topic

Background

Next topic

InfoPanel

Quick search

Navigation

  • index
  • next |
  • previous |
  • libfbxqml »
  • Standard API »
  • fbx.ui module »
  • fbx.ui.layout module »
  • Carousel
© Copyright 2012, Freebox. Last updated on Nov 23, 2022.