Common C++ classes provided by OxideQt More...
Provides information about an audio capture device | |
Represents a certificate error | |
Request to download a resource | |
Find-in-page helper | |
Geolocation permission request | |
HTTP authentication request | |
Represents a load event | |
Media-device access permission request | |
Singleton for accessing media capture device info | |
Request to navigate to a new page | |
Request to open a new view | |
Generic permission request | |
Security status for a webview | |
X.509 certificate | |
Provides information about a video capture device | |
Web settings |
To use the classes from this module, include the following code snippet in your source file:
#include <OxideQtCore>
You will need to also ensure that you pass the correct include path to the compiler, and that your application links against this module. If your project is using CMake, you can use the following code snippet:
find_package(OxideQtCore) target_link_libraries(${MY_TARGET} ${OxideQtCore_LIBRARIES}) target_include_directories(${MY_TARGET} ${OxideQtCore_INCLUDE_DIRS})