QVirtualKeyboardExtensionPlugin Class
Extension plugin for the Qt Virtual Keyboard. More...
| Header: | #include <QVirtualKeyboardExtensionPlugin> |
| qmake: | QT += virtualkeyboard |
| Inherits: | QObject |
Detailed Description
Extension plugin allows customizing and extending the Qt Virtual Keyboard functionality. Extension plugin can provide additional keyboard layouts and input methods.
Virtual keyboard loads all the extension plugins at startup. It searches for plugins/virtualkeyboard directory and matches the metadata found in the plugin. If there are two or more extension plugins with the same Name, it loads the one with the highest Version number.
See also Virtual Keyboard Extension Plugin.