Need to run the a VS code with in the QLM Application window itself.
Unsolved
QML and Qt Quick
-
I was trying to implement VS Code in my QML application, which should be embedded with the QML application window. When trying to pass the command "code" using QProcess, it is taking the default window of VS Code and opening it in a new independent window, but I need it to display within my QML application itself.
Is there a way to implement the VS or any other external application to embed within the QML windows? If we do have it, please let me know.
Here we can see that VS Code is opening in a new window. but what I need is it need to be with in the application -
Then you should continue on the original thread.
Asking what is mostly the same question in an other thread just spread the attention and the information.