PDA

View Full Version : Nokia Qt on Embedded Linux support and development with features



Support
04-23-2011, 03:41 PM
Qt is the leading application and UI framework for devices powered by embedded Linux. You can use Qt to create highly memory efficient devices and applications that have completely unique user experiences.

Qt runs anywhere Linux runs. Qt’s intuitive API means fewer lines of code and higher level functionality in less time. Use the code from one single code-base and rebuild for all supported platforms.

Getting Started on Embedded Linux

Supported Linux platforms [doc.qt.nokia.com] – Qt supports a wide range of Linux platform variants.
Qt for Embedded Linux Requirements [doc.qt.nokia.com] – Software required to run Qt on Embedded Linux.
Installing Qt for Embedded Linux [doc.qt.nokia.com] – Build Qt for development on Embedded Linux.
Platform and Compiler Notes [doc.qt.nokia.com] – Embedded Linux – Platform specific notes.
Getting started [doc.qt.nokia.com]
Key Features for Embedded Linux Development

On top of all the tools and API and class libraries that Qt offers, such as WebKit, Qt for Embedded Linux provides you with key components for an optimized embedded development environment.

Compact and Efficient Windowing System QWS
Qt builds on the standard API for embedded Linux devices with its own compact window system. Qt-based applications write directly to the Linux framebuffer, eliminating the need for the X11 windowing system.

Virtual Frame Buffer (QVFb)
Qt for Embedded Linux provides a virtual frame buffer that will match the physical device display, pixel for pixel. This gives the developer a realistic testing infrastructure testing on the desktop where the frame buffer simulates the physical device display’s width, height and color depth.

Inter-Process Communication (IPC)
IPC allows for creation of rich multi-application user experiences. Two main concepts define inter-process communication: channels and messages.

Extended Font Format
Qt supports a wide range of font formats on embedded Linux including: TrueType, Postscript Type1 and Qt pre-rendered fonts. Qt has extended Unicode support including automatic data extraction at build time and automatic update at runtime.

Plug-ins for custom font formats are also available allowing new font engines to be easily added at runtime. Font sharing capabilities between applications allow for increased memory efficiency.

Applications created with Qt for Embedded Linux can be ported to Windows CE and any other OS that Qt supports.