Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi guys, I was using Qt 4.5.1 for embedded(powerpc) for developing GUI application using qws. Since qws is not there in Qt5 and If I want to upgrade from 4.5.1 to Qt5 , what can be used instead of qws ?What are the alternatives?
Then unless you need special windowing use the QPA that matches your requirements best.
Hi and welcome to devnet,
First question, do you have a single application running that provides the GUI ?
Yes .I'm using a single GUI application.
I believe that the QPA closest to qws would be linuxfb or EGLFS.