Support for Embedded Linux: Difference between revisions
No edit summary |
(Marked as outdated) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Outdated|reason=Qt 4}} | |||
[[Category:Qt Supported Platforms]] | |||
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 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 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== | == Getting Started on Embedded Linux == | ||
* [http://doc.qt.io/qt-4.8/supported-platforms.html Qt 4.8 Supported Linux platforms] | * [http://doc.qt.io/qt-4.8/supported-platforms.html Qt 4.8 Supported Linux platforms] - Qt supports a wide range of Linux platform variants. | ||
* [http://doc.qt.io/qt-4.8/requirements-embedded-linux.html Qt 4.8 for Embedded Linux Requirements] | * [http://doc.qt.io/qt-4.8/requirements-embedded-linux.html Qt 4.8 for Embedded Linux Requirements] - Software required to run Qt on Embedded Linux. | ||
* [http://doc.qt.io/qt-4.8/qt-embedded-install.html Installing Qt 4.8 for Embedded Linux] | * [http://doc.qt.io/qt-4.8/qt-embedded-install.html Installing Qt 4.8 for Embedded Linux] - Build Qt for development on Embedded Linux. | ||
* [http://doc.qt.io/qt-5.0/qtdoc/index.html Getting started] | * [http://doc.qt.io/qt-5.0/qtdoc/index.html Getting started] | ||
==Key Features for Embedded Linux Development== | == Key Features for Embedded Linux Development == | ||
On top of all the tools and | 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 | === Compact and Efficient Windowing System QWS === | ||
Qt builds on the standard | 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 ( | === 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 | 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 ( | === 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=== | === 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. | 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. | ||
Line 39: | Line 35: | ||
''Applications created with Qt for Embedded Linux can be ported to Windows CE and any other OS that Qt supports.'' | ''Applications created with Qt for Embedded Linux can be ported to Windows CE and any other OS that Qt supports.'' | ||
Latest revision as of 15:17, 24 March 2016
IMPORTANT: The content of this page is outdated. Reason: Qt 4 If you have checked or updated this page and found the content to be suitable, please remove this notice. |
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
- Qt 4.8 Supported Linux platforms - Qt supports a wide range of Linux platform variants.
- Qt 4.8 for Embedded Linux Requirements - Software required to run Qt on Embedded Linux.
- Installing Qt 4.8 for Embedded Linux - Build Qt for development on Embedded Linux.
- Getting started
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.