Qt Quick Components

CheckableGroup

A CheckableGroup groups together a number of related Checkable items. More...

  • List of all members, including inherited members
  • Properties

    Methods

    Detailed Description

    The CheckableGroup is used in components like RadioButton where only one of the Checkable items can be selected at a time. This is known as an exclusive group.

    See also RadioButton and Checkable.

    Property Documentation

    selectedValue : variant

    The currently selected item in the group.


    Method Documentation

    CheckableGroup::clear ()

    Completely resets the group. All the items in the group are set to null and any exclusive grouping is removed.