qtbase/tests/manual/wasm
Morten Sørvig 57c4e64030 Compile after API change
The API changed from using int to std::chrono::milliseconds,
update test.

Pick-to: 6.10
Change-Id: I4bd4079e5b262859bae293909008cacc824248ac
Reviewed-by: Lorn Potter <lorn.potter@qt.io>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2025-07-16 15:54:22 +02:00
..
a11y Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
clipboard wasm: fix uri-list handling urls 2024-05-29 08:18:06 +10:00
cursors
eventloop Compile after API change 2025-07-16 15:54:22 +02:00
foreignwindows wasm: support foreign windows 2025-01-29 13:59:09 +01:00
localfiles
localfonts
network Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
qstdweb wasm: Handle exceptions in promise 2025-05-19 18:03:29 +02:00
qtloader
qtloader_integration
qtwasmtestlib
rasterwindow
shared
windowmanagement wasm: add window management manual test 2024-10-22 18:53:57 +02:00
CMakeLists.txt wasm: support foreign windows 2025-01-29 13:59:09 +01:00
README.md

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