C
KeyboardStyle QML Type
Provides a styling interface for the Virtual Keyboard. More...
Import Statement: | import QtQuick.VirtualKeyboard.Styles |
Inherits: | |
Inherited By: |
Properties
- alternateKeysListBottomMargin : real
- alternateKeysListItemHeight : real
- alternateKeysListItemWidth : real
- alternateKeysListLeftMargin : real
- alternateKeysListRightMargin : real
- alternativeKeysPopupCurrentIndex : int
- characterPreviewMargin : real
- keyboardRelativeBottomMargin : real
- keyboardRelativeLeftMargin : real
- keyboardRelativeRightMargin : real
- keyboardRelativeTopMargin : real
- selectionListCurrentIndex : int
- selectionListHeight : real
Detailed Description
The style type provides the style definitions that are used by the InputPanel to decorate the virtual keyboard.
See also StyleConstants and Styling APIs.
Property Documentation
alternateKeysListBottomMargin : real |
Bottom margin for the alternate keys list panel.
alternateKeysListItemHeight : real |
Height of the alternate keys list item.
alternateKeysListItemWidth : real |
Width of the alternate keys list item.
alternateKeysListLeftMargin : real |
Left margin for the alternate keys list panel.
alternateKeysListRightMargin : real |
Right margin for the alternate keys list panel.
alternativeKeysPopupCurrentIndex : int |
Alternative keys popup current index.
See also AlternateKeysListDelegate.
characterPreviewMargin : real |
Number of pixels between the top of pressed key and the bottom of the CharacterPreviewDelegate.
keyboardRelativeBottomMargin : real |
The distance between the bottom-most keys and the bottom edge of the keyboard container, expressed as a percentage (0.0
- 1.0
) of the keyboard's height.
keyboardRelativeLeftMargin : real |
The distance between the left-most keys and the left edge of the keyboard, expressed as a percentage (0.0
- 1.0
) of the keyboard's width.
keyboardRelativeRightMargin : real |
The distance between the right-most keys and the right edge of the keyboard, expressed as a percentage (0.0
- 1.0
) of the keyboard's width.
This value is proportional to the keyboard's width.
keyboardRelativeTopMargin : real |
The distance between the top-most keys and the top edge of the keyboard, expressed as a percentage (0.0
- 1.0
) of the keyboard's height.
selectionListCurrentIndex : int |
Selection list current index.
See also SelectionListDelegate.
selectionListHeight : real |
Selection list height.
See also SelectionListDelegate.
Available under certain Qt licenses.
Find out more.