Qt Quick Components

SelectionListItem

Symbian: SelectionListItem is a list item showing the current value for a setting and optionally a label for the setting. SelectionListItem should be used with a SelectionDialog or Tumbler that allows the user to change the value. New value replaces the previousvalue in the list item. More...

Inherits ListItem

  • List of all members, including inherited members
  • Properties

    Detailed Description

    There are two possible layouts for the Selection ListItem

    • Showing only the value
    • Showing a label and the value

    SelectionListItem with a label and the value

    SelectionDialog integrated to SelectionListItem

    Property Documentation

    subTitle : string

    The subtitle text is shown below the title. This is optional.


    title : string

    Title text. This should be used to show value when the label is not available.