IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt Virtual Keyboard C++ Classes

Provides classes to implement input methods for virtual keyboards.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Virtual Keyboard C++ Classes

Provides classes to implement input methods for virtual keyboards.

Namespaces

Classes

Detailed Description

To include the definitions of the module's classes, use the following directive:

 
Sélectionnez
#include <QtVirtualKeyboard>

Using the Module

Using a Qt module requires linking against the module library, either directly or through other dependencies. Several build tools have dedicated support for this, including CMake and qmake.

Building with CMake

Use the find_package() command to locate the needed module components in the Qt6 package:

 
Sélectionnez
find_package(Qt6 REQUIRED COMPONENTS VirtualKeyboard)
target_link_libraries(mytarget PRIVATE Qt6::VirtualKeyboard)

See Getting started with CMake for more information.

Building with qmake

To link against this module, add the following line to your qmake .pro file:

 
Sélectionnez
QT += virtualkeyboard

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+