Registry / networking / qtremoteobjects

qtremoteobjects

JSON →
library6.10.1vcpkgunverified

Qt Remote Objects (QtRO) is an Inter-Process Communication (IPC) module developed for Qt, enabling information exchange between processes or computers.

vcpkg install qtremoteobjects
INSTALL
IMPORT
SIG · QTREMOTEOBJECTS
Q
qtremoteobjects
networkingcppv6.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QRemoteObjectNode
#include <QRemoteObjectNode>

Connect to a remote QtRO node via TCP.

#include <QCoreApplication> #include <QRemoteObjectNode> #include <iostream> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QRemoteObjectNode node; node.connectToNode(QUrl("tcp://localhost:1234")); std::cout << "Connected to remote node" << std::endl; return 0; }
Debug
Known issues
breakingRequires Qt6 and the RemoteObjects module; not available in Qt5.
fix
Ensure Qt6 is installed and find_package(Qt6 REQUIRED COMPONENTS RemoteObjects) is used.
affects: >=6.0
Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources

No resource links recorded.

qtremoteobjects — pip install qtremoteobjects · libregistry