top of page

Creating GUI for Embedded Linux Systems with QT/QML

QT/QML is one of the most complete and advanced frameworks to create a rich user interface for embedded Linux devices. This project started as a cross-platform framework targeting the desktop market and evolved to be the first choice for embedded Linux systems that require a rich graphical user interface.



QT/QML framework implements C++ widget toolkit and a modern markup language called QML that enables fluid animated graphical interface to touch screen enabled devices.


QT/QML is currently being developed by The QT Company, with two licensing options available, QT commercial and open source licenses. The commercial QT license protects your IP by supporting the development of fully proprietary software and also offering support within the license fee.


QT has a complete solution for development of embedded software, it includes modern IDE (QtCreator) that can be easily customized for cross software build and remote debugging.


With QT you can do much more than GUI development, QT supports cross platforms framework stacks for multimedia, database, OpenGL, networking and many more.


Boot to QT

The Boot to QT software stack is a light-weight, QT-optimized, full software stack for embedded Linux systems. The Boot to QT software stack is using the Yocto build system to create an embedded Linux image that is installed into the target device. The software stack is designed for great customization possibilities. It contains only the required components and resulting in a smaller image while keeping valuable development tools available.


Boot to QT has many reference target devices with pre-built images that can be installed on the target device.


bottom of page