qt6-bb10/tests/manual/wasm
Lucie Gérard 7b6289a035 Correct license for tools files
According to QUIP-18 [1], all tools file should be
LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

[1]: https://contribute.qt-project.org/quips/18

Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: Icd5d5be2e04819617e68ff142924de1773bebbad
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2024-03-05 12:59:21 +01:00
..
a11y Change license for tests files 2024-02-04 09:56:42 +01:00
clipboard Change license for tests files 2024-02-04 09:56:42 +01:00
cursors Change license for tests files 2024-02-04 09:56:42 +01:00
eventloop Change license for tests files 2024-02-04 09:56:42 +01:00
localfiles Change license for tests files 2024-02-04 09:56:42 +01:00
localfonts Correct license for test file 2024-03-05 11:56:24 +01:00
network Change license for tests files 2024-02-04 09:56:42 +01:00
qstdweb Change license for tests files 2024-02-04 09:56:42 +01:00
qtloader Set up a manual test for qt loader 2022-11-24 18:47:49 +01:00
qtloader_integration Change license for tests files 2024-02-04 09:56:42 +01:00
qtwasmtestlib Change license for tests files 2024-02-04 09:56:42 +01:00
rasterwindow Change license for tests files 2024-02-04 09:56:42 +01:00
shared Correct license for tools files 2024-03-05 12:59:21 +01:00
CMakeLists.txt wasm: add local font loading manual test 2024-02-20 17:44:21 +01:00
README.md wasm: add qtwasmtestlib 2022-06-29 15:09:02 +02:00

README.md

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
qtwasmtestlib   native auto test framework