InfoPanel

component fbx.ui.layout.InfoPanel

InfoPanel is an information helper. It shows contextual information text to the user.

../../../_images/infopanel.png

InfoPanel element is used in bottom part of settings screen.

Page {
    // ...

    InfoPanel {
        height: 200
        anchors.bottom: parent.bottom
        anchors.left: parent.left
        anchors.right: parent.right

        text: "Please do something useful here !"
    }
}
property text

Text string shown in the panel.

property shown

Whether info panel should be displayed.

property delta

Offset between latest and future entry to display. This determines the way of the animation between texts to display.

property background

Background stock picture to diplay. Most usual value is "info".