qt5base-lts/tests/manual/wasm
Morten Johan Sørvig 5548b940fb wasm: add echo_client_mainthread example
This example connects an echo server running behind
WebSockify, on localhost.

For example, start websockify with

    websockify 1515 localhost:1516

to accept a webscoket connection on 1515 and forward
to echo_server at 1516.

Pick-to: 6.4
Change-Id: Id71364e4ab8c46d3482b515fcd1b991b61d7404b
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
2022-07-14 01:10:56 +02:00
..
a11y wasm: begin work on accessibility backend 2022-07-06 17:56:58 +02:00
clipboard Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
cursors Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
eventloop Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
localfiles Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
network wasm: add echo_client_mainthread example 2022-07-14 01:10:56 +02:00
qstdweb Make the promises js-less using a newly introduced thunk pool 2022-07-07 06:28:13 +02:00
qtwasmtestlib Enhance the qtwasmtestlib with comparison functions and status reporting 2022-07-05 21:18:30 +02:00
rasterwindow wasm: Improve wheel event handling 2022-05-24 03:10:10 +02:00
CMakeLists.txt wasm: begin work on accessibility backend 2022-07-06 17:56:58 +02:00
README.md wasm: add qtwasmtestlib 2022-06-29 15:09:02 +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
qtwasmtestlib   native auto test framework