2021-08-12 12:13:52 +00: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
|
2021-08-12 16:40:08 +00:00
|
|
|
eventloop Event loops, application startup, dialog exec()
|
2021-08-12 12:13:52 +00:00
|
|
|
localfiles Local file download and upload
|
2021-09-13 09:15:29 +00:00
|
|
|
rasterwindow Basic GUI app, event handling
|
2022-01-12 09:40:08 +00:00
|
|
|
qtwasmtestlib native auto test framework
|