qt5base-lts/tests/manual/wasm
Morten Johan Sørvig 9b096e8cb8 wasm: add secondary thread exec manual test
Pick-to: 6.3
Change-Id: Id16cddd703682d325d77ad597996960a8f521d1c
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
2022-01-05 21:25:42 +01:00
..
clipboard wasm: improve clipboard support 2021-12-08 13:39:58 +10:00
cursors wasm: add cmake build for manual tests 2021-08-19 18:41:53 +02:00
eventloop wasm: add secondary thread exec manual test 2022-01-05 21:25:42 +01:00
localfiles wasm: add cmake build for manual tests 2021-08-19 18:41:53 +02:00
rasterwindow wasm: add rasterwindow manual test 2021-12-15 18:06:11 +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