LinkButton¶
- component fbx.ui.settings.LinkButton¶
LinkButton is an
fbx.ui.setting.Item
with implied “open” behavior.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