Header: | #include <Esri/ArcGISRuntime/Toolkit/register> |
Functions
void | registerComponents(QQmlEngine &engine) |
Detailed Description
This file contains the registration function required to register the toolkit with the `QQmlEngine`.
Please refer to README.md
for more information on workflows.
Function Documentation
void registerComponents (QQmlEngine &engine)
This registration function must be called after the QML engine has been declared, but before it is run. This sets up resources and component registration with the `QQmlEngine` and the toolkit.