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

Qt Remote Objects C++ Classes

Provides an easy to use mechanism for sharing a QObject's properties, signals, or slots, between processes.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Remote Objects C++ Classes

Provides an easy to use mechanism for sharing a QObject's properties, signals, or slots, between processes.

Namespaces

  • QtRemoteObjects: The QtRemoteObjects namespace contains identifiers used in the Remote Objects module, as well as some functions used from code generated by the Replica Compiler (repc).

Classes

Detailed Description

To link against the module using CMake, add the following lines to your cmake file:

 
Sélectionnez
find_package(Qt6 REQUIRED COMPONENTS RemoteObjects)
target_link_libraries(directconnectserver PRIVATE Qt6::RemoteObjects)

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

 
Sélectionnez
QT       += remoteobjects

For more information, see Getting Started with Qt Remote Objects.

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