Qt Remote Objects C++ Classes
Provides an easy to use mechanism for sharing a QObject's properties, signals, or slots, between processes. More...
Classes
Serves as a convenience class for Replicas of Sources based on QAbstractItemModel |
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.