a1704ee6aa
Since first requestActivate may happen before the window div is actually displayed on-screen, we need to sync Qt's activation state with DOM as soon as DOM element becomes visible. Focusing an invisible element is impossible. Fixes: QTBUG-79934 Change-Id: I04cf9b4ead006c9b8b135b3b6967d7938c581833 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> |
||
---|---|---|
.. | ||
a11y | ||
clipboard | ||
cursors | ||
eventloop | ||
localfiles | ||
network | ||
qstdweb | ||
qtloader | ||
qtloader_integration | ||
qtwasmtestlib | ||
qwasmwindow | ||
rasterwindow | ||
shared | ||
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