QtWebAssembly - Push button does not work
Solved
Qt for WebAssembly
-
Hello,
I am new to QtWebAssembly. I am trying to build a simple app "Hello World" as a starting point to understand. The app contains a push button and when it is clicked a qlabel with text is set to visible using slot.When i build and run the app, my firefox browser runs and opens a page as shown below:
But, i am not able to access the button or the button is not working.
I am working on OS - Ubuntu 20.xI need an helping hand on what i am missing so that when I press the button the qlabel should be visible.
Thank you.
Bhimesh G K