qt5base-lts/tests/manual/wasm
Morten Johan Sørvig 873edc0f15 wasm: add asyncify manual test
Add simple QtCore-based test case which spins
a nested event loop.

Change-Id: Ia3a4ef76d561d0554faffcac8d36ae5dda2c6c53
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
2021-11-04 09:23:15 +02:00
..
cursors wasm: add cmake build for manual tests 2021-08-19 18:41:53 +02:00
eventloop wasm: add asyncify manual test 2021-11-04 09:23:15 +02:00
localfiles wasm: add cmake build for manual tests 2021-08-19 18:41:53 +02:00
CMakeLists.txt wasm: add manual tests for main() and exec() 2021-08-27 15:45:24 +02:00
README.md wasm: add manual tests for main() and exec() 2021-08-27 15:45:24 +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