Qt Quick Components

ButtonRow

A buttonrow component arranges a set of buttons in a row. More...

  • List of all members, including inherited members
  • Properties

    Detailed Description

    A buttonrow component acts as container for buttons or items with checked property. It arranges buttons in a horizontal row. Buttonrow adds mutual exclusion for radiobuttons and checkable buttons.

    Buttons and toolbuttons, when placed in a ButtonRow, will be stylized as part of a seamless, segmented-like button.

    Property Documentation

    checkedButton : Item

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


    exclusive : bool

    If a buttonrow'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 buttonrow to be checkable.

    The exclusive property is true by default.