qt6-bb10/tests/manual/wasm
Lorn Potter d67d49f45e wasm: fix uri-list handling urls
We were only handling the case where uri-list was a file.
This fixes a regression.

Also - add dragging url into the clipboard manual test

Pick-to: 6.7 6.7.1
Change-Id: Ifbd087ffd157463b6b903199e3ff22c2de1c4942
Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
2024-05-29 08:18:06 +10: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 Change license for tests files 2024-02-04 09:56:42 +01:00
eventloop Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02: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 Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
qstdweb Add copyright and licensing to build system files missing it 2024-05-21 17:23:21 +02:00
qtloader
qtloader_integration Correct SPDX license tag 2024-05-03 14:04:52 +02: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

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