Hi all
I work on project in qt embedded on linux - arm board.
I use eglfs plugin (instead of x11) - write the screen directly to the frame buffer.
I understand that I can't use multiple windows in my application. just one main window. is it true?
Is there any way that I can use multiple windows? This is pretty annoying because I need to handle many views in one stackedwidget.
Need your support on this and what is the best practice.

Nati