Implement QtWaylandCompositor as part of a bigger QML Application
-
Hello all,
I've a QML application which launches split into 2 parts (appsmenu and appwindow). The appsmenu is a list of buttons. On clicking each button, the appwindow is loaded with different QML files. This is working good.
Now, I want to open other thirdparty applications inside this application. So I should implement a Qt wayland compositor.
I want the apps menu and the empty rectangle for loading the apps all implemented as part of the QML Application / Qt Wayland Compositor itself. Any third-party application window that I try to open should only fill the appwindow (the app should launch in fullscreen mode).
Is it even possible to implement a Qt wayland compositor as part of a bigger QML application??
I've tried to modify Pure-QML example but couldn't be lucky enough to figure out how to do this.
I'm new to Qt and Wayland. Hoping to find help soon :)PS: I'll be running the compositor with
-platform eglfs. And I'm usingQt5.Thanks