C
SelectionListDelegate QML Type
Template for the selection list delegate. More...
Import Statement: | import QtQuick.VirtualKeyboard.Styles |
Inherits: |
Detailed Description
The delegate is used in a ListView and it must be based on the SelectionListItem type.
The following properties are available to the item:
display
Display text for the current item.
Selection list is used by word candidate view for pinyin input:
For example, see src/virtualkeyboard/styles/builtin/default/SelectionListDelegate.qml
.
Available under certain Qt licenses.
Find out more.