Qt for HarmonyOS/qtohosextras doc: Difference between revisions
Created page with "<!-- Source: qtohosextras-index.html --> <span id="qt-ohos-extras"></span> = Qt Ohos Extras = <span class="subtitle"></span> <div class="descr"> <span id="details"></span> <span id="getting-started"></span> <span id="getting-started"></span> == Getting Started == To include the definitions of the module's classes, use the following directive: <syntaxhighlight lang="cpp"> #include </syntaxhighlight> To link against the Qt Ohos Extras module, add this line to your pr..." |
No edit summary |
||
| Line 25: | Line 25: | ||
Links to the API reference materials: | Links to the API reference materials: | ||
* [[ | * [[Qt_Ohos_Extras_Cpp_Classes|C++ Classes and Namespaces]] | ||
<span id="examples"></span> | <span id="examples"></span> | ||
== Examples == | == Examples == | ||
| Line 33: | Line 32: | ||
Links to the examples: | Links to the examples: | ||
* [[ | * [[Qt_Ohos_Extras_Examples|Examples]] | ||
</div> | </div> | ||
Revision as of 05:39, 28 January 2026
Qt Ohos Extras
Getting Started
To include the definitions of the module's classes, use the following directive:
#includeTo link against the Qt Ohos Extras module, add this line to your project file:
QT += ohosextras
API Reference
Links to the API reference materials:
Examples
Links to the examples: