5548b940fb
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> |
||
---|---|---|
.. | ||
a11y | ||
clipboard | ||
cursors | ||
eventloop | ||
localfiles | ||
network | ||
qstdweb | ||
qtwasmtestlib | ||
rasterwindow | ||
CMakeLists.txt | ||
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