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
代替キーのポップアップ現在のインデックス。
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 ライセンスの下で利用可能です。
詳細はこちら。