c++ - Is it possible to run from Qt GUI application another GUI process modally? -


Is it possible to run another GUI process from Qt GUI application that will act as a modal dialog?

You can disable your main window widget, while you "join" Wait for


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -