C

Button Controls

Qt Quick Ultralite offers a selection of button-like controls. Each type of button has its own specific use case.

AbstractButton

Abstract base type providing functionality common to buttons

Button

Push-button that can be clicked to perform a command or answer a question

CheckBox

Check button that can be toggled on or off

RadioButton

Exclusive radio button that can be toggled on or off

Switch

Button that can be toggled on or off

Available under certain Qt licenses.
Find out more.