Qt Quick Components

ButtonColumn

A buttoncolumn component arranges a set of buttons in a column. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

    A buttoncolumn component acts as container for buttons or items with checked property. It arranges buttons in a vertical column. Buttoncolumn adds mutual exclusion for radiobuttons and checkable buttons.

    Property Documentation

    checkedButton : Item

    The read-write property checkedButton defines which button in a buttoncolumn is checked.


    exclusive : bool

    If a buttoncolumn's exclusive property is true, the mutual exclusion is activated (one and only one button at a time is toggled).

    When true, the exclusive property forces the children of a buttoncolumn to be checkable.

    The exclusive property is true by default.