Is it possible to use multiple windows using only framebuffer? I recently learned that on Qt4.8 + OpenGL ES with no X11 and no Wayland support you can only have one Full screen OpenGL window. And thus you have to do everything using OpenGL (buttons and so on)
I really want to avoid X11 to reduce the boot time. Has this changed with QT5? I am using the imx6 sabre lite board from boundary devices.
Regards,
Mario