KeyPanel QML Type
スタイリングされたキーの基本型。詳細...
| Import Statement: | import QtQuick.VirtualKeyboard.Styles |
| Inherits: |
プロパティ
- control : Item
- soundEffect : url
(since QtQuick.VirtualKeyboard.Styles 1.1)
詳細な説明
スタイルによって提供されるすべてのキーデリゲートは、この型に基づいている必要があります。
プロパティの説明
control : Item |
BaseKey のプロパティへのアクセスを提供します。
コントロールで使用可能なプロパティのリスト:
control.keyキーの Unicode コード。control.textキーの Unicode テキスト。control.displayTextキーの表示テキスト。control.smallText通常キーの隅にレンダリングされる。control.smallTextVisible小さいテキストの可視性。control.alternativeKeys代替キー配列のリスト。control.enabledキーが有効なときにtrueに設定されます。control.pressedキーが現在押されているときにtrueに設定される。control.uppercasedキーが大文字のときにtrueに設定する。
soundEffect : url |
キー押下時に再生する効果音を設定します。
このプロパティは QtQuick.VirtualKeyboard.Styles 1.1 で導入されました。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.