How to make a pseudo window server?
Unsolved
Mobile and Embedded
-
Hello, I want to make an application for my raspberry where every qt application that I open it's placed under a tab ( using the tab widget), that's it, a window server that the only thing it does is place the applications under tabs.
I read that QT no longer has a QT-window server and instead uses the plugin EGLFS, but don't know how to make use of it or what is the approach for what I wanna do.