A buttonrow component arranges a set of buttons in a row. More...
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.
The read-write property checkedButton defines which button in a buttonrow is checked.
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.