Qt Quick Components

ChoiceList

Deprecated. More...

  • List of all members, including inherited members
  • Properties

    Signals

    Detailed Description

    Use SelectionListItem and SelectionDialog instead.

    A ChoiceList provides a list of options to the user.

    Property Documentation

    currentIndex : int

    The index of the currently selected item in the list.


    currentValue : string

    The value of the currently selected item in the list.


    model : variant

    The model that defines the list of items in the list. This must have a 'text' and/or an 'imageSource' fields.


    Signal Documentation

    ChoiceList::closed ()

    This signal is emitted when the pop-up choice list is closed once the user chooses an item from the list.