summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/eventloop/README.md
blob: 7b15a7d0cae189320be42fc9768839e92118bbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Event loop exec() and main() on Qt for WebAssembly
==================================================

These examples demonstrate how QEventLoop::exec() works on
Qt for WebAssembly, and also shows how to implement main()
without calling QApplication::exec().

Contents
========

    main_exec       Standard Qt main(), where QApplication::exec() does not return
    main_noexec     Qt main() without QApplication::exec()
    dialog_exec     Shows how QDialog::exec() also does not return