Embedding external application on QML screen in Linux
-
wrote on 31 Oct 2023, 07:54 last edited by
Hi,
I need to integrate/embed an external application into my QML screen. I am able to launch the external application using QProcess, but I don't know how to embed it into the QML screen. Any suggestions in this regard will be helpful. -
wrote on 2 Dec 2024, 15:03 last edited by
I'm also trying the same. Have you got any solution for this?
-
wrote on 2 Dec 2024, 15:04 last edited by Pl45m4 12 Feb 2024, 15:05
@Vermithor said in Embedding external application on QML screen in Linux:
I'm also trying the same. Have you got any solution for this?
-
@Vermithor said in Embedding external application on QML screen in Linux:
I'm also trying the same. Have you got any solution for this?
-
@Pl45m4 Actually, I want to try to run VS Code or any other application within the QML window. These things are helping to bring a new window but unable to run the VS code within the window.
wrote on 2 Dec 2024, 17:30 last edited by Pl45m4 12 Feb 2024, 17:31@Vermithor said in Embedding external application on QML screen in Linux:
These things are helping to bring a new window but unable to run the VS code within the window
I don't see the reason why you want to do this... but apparently you haven't read the whole thing.
How to embed foreign windows is indeeed described there. -