WebAssembly nested dialog help...
-
Ok, important question:
I have a PC Qt application that I wrote and am porting to WebAssembly. So far so good, I've worked around most of the issues I've run into (faking pop-up windows, slight changers to display, etc.)
I've hit a road-block. The application uses nested QDialogs (just 2 deep, mind you) in just two places, but I can't work around it; the nested dialogs help with dialog currently being shown. Is there any way to get this to work with some sort of yielding dialog event handler? I've tried several things, but they just aren't working.
As I type this, it occurs to me, I could just end the dialog that is up and show the new one and then re-show the dialog. That seems clunky. Is there any other way?
Thanks for the help in advance...