C
KeyboardStyle QML Type
仮想キーボード用のスタイリングインターフェースを提供します。詳細...
| Import Statement: | import QtQuick.VirtualKeyboard.Styles |
| Since: | Qt Quick Ultralite 2.9 |
| Inherits: | |
| Inherited By: |
プロパティ
- 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
詳細説明
スタイルタイプは、InputPanel が仮想キーボードを装飾するために使用するスタイル定義を提供します。
「 StyleConstants 」 および「スタイリングAPI」も参照してください 。
プロパティのドキュメント
alternateKeysListBottomMargin : real
代替キー一覧パネルの下部余白。
alternateKeysListItemHeight : real
代替キーのリスト項目の高さ。
alternateKeysListItemWidth : real
代替キーのリスト項目の幅。
alternateKeysListLeftMargin : real
代替キー一覧パネルの左余白。
alternateKeysListRightMargin : real
代替キー一覧パネルの右余白。
alternativeKeysPopupCurrentIndex : int
代替キーは現在のインデックスをポップアップ表示します。
AlternateKeysListDelegateも参照してください 。
characterPreviewMargin : real
押されたキーの上端とCharacterPreviewDelegate の下端との間のピクセル数。
keyboardRelativeBottomMargin : real
最下部のキーとキーボードコンテナの下端との間の距離。キーボードの高さに対する割合(0.0 -1.0 )として表されます。
keyboardRelativeLeftMargin : real
キーボードの幅に対する、左端のキーとキーボードの左端との距離の割合(0.0 -1.0 )。
keyboardRelativeRightMargin : real
キーボードの幅に対する、右端のキーとキーボードの右端との距離をパーセンテージで表した値(0.0 -1.0 )。
この値は、キーボードの幅に比例します。
keyboardRelativeTopMargin : real
最上段のキーとキーボードの上端との間の距離を、キーボードの高さに対する割合(0.0 -1.0 )として表したものです。
selectionListCurrentIndex : int
選択リストの現在のインデックス。
SelectionListDelegateも参照してください 。
selectionListHeight : real
選択リストの高さ。
SelectionListDelegateも参照してください 。
特定の Qt ライセンスの下で利用可能です。
詳細はこちらをご覧ください。