Entry

component fbx.ui.settings.Entry

Entry is a container object used to display a line of editable setting.

../../../_images/setting-item.png

A setting entry with a switch inside:

Entry {
    text: "Switch"
    info: "Basic boolean value edition"

    Switch {
    }
}
property title

Text string to show sideways of the setting

property control(default)

The actual setting edition widget

property info

An informative text string the view may display when entry is focused