Qt webassembly and Layouts
-
wrote on 2 Nov 2020, 18:10 last edited by
Hello,
My application glitches when I use a layouts. I am using C++ and Webassembly to compile this example: https://riptutorial.com/qt/example/13705/a-simple-read-only-table-to-view-data-from-a-model
The application works perfect when run on Qt Creator, but glitches (the table shows up unpredictably) when compiled for Webassembly.
Thanks,
Ali -
wrote on 3 Nov 2020, 21:15 last edited by
I am not seeing any glitches using chrome on mac. What browser are you using and which host platform?
-
wrote on 3 Nov 2020, 21:40 last edited by AliGB 11 Mar 2020, 21:42
I am using Brave, and hosting from Ubuntu (python3 -m http.server) on my windows.
-
wrote on 6 Nov 2020, 02:43 last edited by
I tried running the app on chrome (with the same hosting platform), and I still have the same problem
-
wrote on 7 Nov 2020, 19:51 last edited by
Found the problem: I had installed Qt v 6.0.0 with emscripten 1.39.8. documents say 1.39.8 should work with Qt v5.15.0. Works after installing the correct Qt version.
5/5