CSChoiceButton QML Type

Display data's enumerate. More...

Import Statement: import CSDataQuick.Components 1.0
Inherits:

CSControl

Properties

Detailed Description

The Choice Button is used for ENUM data type and is a means for picking the ENUM choices via buttons.

CSChoiceButton {
    source: 'bo'
    stacking: Stacking.Row
}

Property Documentation

font : font

The text font.


fontSizeMode : int

This property specifies how the font size of the displayed text is determined.

See also fontSizeMode.


stacking : int

This property holds the layout for the choice buttons. Default is Stacking.Column.

  • Stacking.Column: The buttons are arranged in a column
  • Stacking.Row: The buttons are arranged in a row
  • Stacking.RowColumn: The buttons are automatically arranged in rows and columns