Qt webassembly and Layouts
-
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 -
I am not seeing any glitches using chrome on mac. What browser are you using and which host platform?
-
I am using Brave, and hosting from Ubuntu (python3 -m http.server) on my windows.
-
I tried running the app on chrome (with the same hosting platform), and I still have the same problem
-
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.
2/5