qt5base-lts/tests/manual/wasm
Lucie Gérard 05fc3aef53 Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
Files that have to be modified by hand are modified.
License files are organized under LICENSES directory.

Task-number: QTBUG-67283
Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-05-16 16:37:38 +02:00
..
clipboard Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
cursors Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
eventloop Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
localfiles Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
rasterwindow Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
CMakeLists.txt wasm: add rasterwindow manual test 2021-12-15 18:06:11 +02:00
README.md wasm: add rasterwindow manual test 2021-12-15 18:06:11 +02:00

Manual tests and examples for Qt on WebAssembly

These examples demonstrates various technical aspects of the Qt for WebAssambly platform port, and can be used as a reference when writing application code.

Content

cursors         Cursor handling
eventloop       Event loops, application startup, dialog exec()
localfiles      Local file download and upload
rasterwindow    Basic GUI app, event handling