LinkButton

component fbx.ui.settings.LinkButton

LinkButton is an fbx.ui.setting.Item with implied “open” behavior.

../../../_images/setting-linkbutton.png

A link button:

LinkButton {
    text: "Link Button"
    info: "Pushes another settings page"
    onPressed: push("page.qml")
}
signal clicked()

Signal emitted when button is clicked

property buttonText

Text shown on the button when focused