QT How to embed an application into QT widget
问题 In our project we have three independent applications, and we have to develop a QT control application that controls these three applications. The main window will be seperated to three sub windows - each one display another one application. I thought to use QX11EmbedWidget and QX11EmbedContainer widgets, but two problems with that: The QX11Embed* is based on X11 protocol and I dont know if it's supported on non-x11 systems like Windows OS. Since QT 5 these classes are not existing, and the