QtVirtualKeyboard Namespace
Contains enums used by the virtual keyboard classes. More...
Header: | #include <QtVirtualKeyboard> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS VirtualKeyboard) target_link_libraries(mytarget PRIVATE Qt6::VirtualKeyboard) |
qmake: | QT += virtualkeyboard |
Types
enum class | KeyType { BaseKey, BackspaceKey, ChangeLanguageKey, EnterKey, FillerKey, …, FlickKey } |
enum class | KeyboardFunction { HideInputPanel, ChangeLanguage, ToggleHandwritingMode } |
flags | KeyboardFunctionKeys |
Type Documentation
enum class QtVirtualKeyboard::KeyType
Key type for the virtual keyboard key.
Constant | Value |
---|---|
QtVirtualKeyboard::KeyType::BaseKey | 0 |
QtVirtualKeyboard::KeyType::BackspaceKey | 1 |
QtVirtualKeyboard::KeyType::ChangeLanguageKey | 2 |
QtVirtualKeyboard::KeyType::EnterKey | 3 |
QtVirtualKeyboard::KeyType::FillerKey | 4 |
QtVirtualKeyboard::KeyType::HandwritingModeKey | 5 |
QtVirtualKeyboard::KeyType::HideKeyboardKey | 6 |
QtVirtualKeyboard::KeyType::InputModeKey | 7 |
QtVirtualKeyboard::KeyType::Key | 8 |
QtVirtualKeyboard::KeyType::ModeKey | 9 |
QtVirtualKeyboard::KeyType::NumberKey | 10 |
QtVirtualKeyboard::KeyType::ShiftKey | 11 |
QtVirtualKeyboard::KeyType::SpaceKey | 12 |
QtVirtualKeyboard::KeyType::SymbolModeKey | 13 |
QtVirtualKeyboard::KeyType::FlickKey | 14 |
enum class QtVirtualKeyboard::KeyboardFunction
Specifies a keyboard function to be executed by the virtual keyboard.
This enumeration is used as an alias for predefined keyboard functions, such as hiding the virtual keyboard. The enumeration is used internally by the virtual keyboard to implement common functionality. The enumeration value is passed to Keyboard.doKeyboardFunction() for execution.
Constant | Value |
---|---|
QtVirtualKeyboard::KeyboardFunction::HideInputPanel | 0 |
QtVirtualKeyboard::KeyboardFunction::ChangeLanguage | 1 |
QtVirtualKeyboard::KeyboardFunction::ToggleHandwritingMode | 2 |
© 2024 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.