QtQuick C++ classes provided by OxideQt More...
Bridge for location bar autohide functionality | |
Represents a view's navigation history | |
Represents an entry in the navigation history | |
An incoming JS message from a user script | |
A handler for messages from user scripts | |
Context of a message sent to a user script | |
Controller for coordinating a touch selection UI | |
Manages state shared between web views | |
Represents a frame in a web page | |
Display web content in a QML scene |
To use the classes from this module, include the following code snippet in your source file:
#include <OxideQtQuick>
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(OxideQtQuick) target_link_libraries(${MY_TARGET} ${OxideQtQuick_LIBRARIES}) target_include_directories(${MY_TARGET} ${OxideQtQuick_INCLUDE_DIRS})