qt6-bb10/tests/manual/wasm
Lorn Potter d490501641 wasm: add support for drag into browser window
Drag and drop into the browser will work.
Drag and drop out of the browser will not.

Fixes: QTBUG-102242
Change-Id: Id9981ab6f9514535e1409bec18068790833a67a6
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2022-05-10 01:20:45 +00:00
..
clipboard wasm: add support for drag into browser window 2022-05-10 01:20:45 +00:00
cursors
eventloop wasm: add secondary thread exec manual test 2022-01-05 21:25:42 +01:00
localfiles
rasterwindow wasm: add fps counter to the rasterwindow test 2022-04-19 14:46:18 +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

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