Qt Core Private C++ Classes
Provides private core functionality. More...
This module is under development and is subject to change.
Namespaces
Miscellaneous functions to aid Android development |
Classes
Interface used for callbacks from onActivityResult() in the main Android activity | |
Wraps the most important methods of Android Binder class | |
Wraps the most important methods of Android Intent class | |
Wraps the most important methods of Android Parcel class | |
Wraps the most important methods of Android Service class | |
Wraps the most important methods of Android ServiceConnection class |
Detailed Description
When building with CMake, use the following commands to use private Qt Core APIs:
find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::CorePrivate)