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 およびStyling APIも参照してください 。
プロパティの説明
alternateKeysListBottomMargin : real |
代替キー一覧パネルの下端マージン
alternateKeysListItemHeight : real |
代替キー一覧項目の高さ
alternateKeysListItemWidth : real |
代替キー一覧項目の幅
alternateKeysListLeftMargin : real |
代替キー一覧パネルの左マージン
alternateKeysListRightMargin : real |
代替キー一覧パネルの右マージン
alternativeKeysPopupCurrentIndex : int |
代替キーポップアップの現在のインデックス。
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 |
選択リストの現在のインデックス。
selectionListHeight : real |
選択リストの高さ。
SelectionListDelegateも参照して ください。
特定の Qt ライセンスの下で利用可能です。
詳細を見る。