Background

component fbx.ui.layout.Background

Background is a passive widget presenting a still image. Background always fill its parent.

property background

Background image to display as root of the scene.

Optional logo to display in the center of the background.

Logo aspect-ratio is always kept.

../../../_images/background.png

Background example.

Page {
    Background {
        background: "text"
        logo: "freebox"
    }
}