Qt Remote Objects C++ Classes
Provides an easy to use mechanism for sharing a QObject's properties, signals, or slots, between processes. More...
Namespaces
Contains identifiers used in the Remote Objects module, as well as some functions used from code generated by the Replica Compiler (repc) |
Classes
A templated version of QRemoteObjectPendingCall | |
A class that holds information about client backends available on the Qt Remote Objects network | |
A class that holds information about server backends available on the Qt Remote Objects network |
Detailed Description
To link against the module using CMake, add the following lines to your cmake
file:
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:
QT += remoteobjects
For more information, see Getting Started with Qt Remote Objects.