Qt Quick Virtual Keyboard Styles QML Types▲
The QML types can be imported into your application using the following import statements in your .qml file:
Sélectionnez
import QtQuick.VirtualKeyboard.Styles 2.1- 
					
KeyIcon: Key icon with adjustable color.
 - 
					
KeyPanel: A base type of the styled keys.
 - 
					
KeyboardStyle: Provides a styling interface for the Virtual Keyboard.
 - 
					
SelectionListItem: A base type for selection list item delegates.
 - 
					
TraceCanvas: A specialized Canvas type for rendering Trace objects.
 - 
					
TraceInputKeyPanel: A base type of the trace input key.
 


