Qt Interface Framework Remote Objects Helper Classes

Qt Interface Framework Remote Objects Helper Classes. More...

Namespaces

QIfRemoteObjectsHelper

Contains miscellaneous identifiers and functions

Classes

QIfRemoteObjectsConfig

Helps to maintain config options for remote object based servers

Detailed Description

To link against the Qt Interface Framework Remote Objects Helper Module, use the following directive:

Using CMake:

find_package(Qt6 COMPONENTS IfRemoteObjectsHelper REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::IfRemoteObjectsHelper)

Using qmake:

QT += ifremoteobjects_helper

To use Qt Interface Framework Remote Objects Helper C++ classes in your application, use the following include statement:

#include <QtIfRemoteObjectsHelper>

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.