New Features in Qt 5.9: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
** | ** | ||
* Qt GUI | * Qt GUI | ||
** | ** QPainter's GL engine is now functional with core profile OpenGL contexts as well. | ||
** | |||
* Qt Quick | * Qt Quick | ||
** OpenGL shader program binaries used by QtGui (QPainter's GL paint engine) and the Qt Quick scenegraph are now cached on disk, improving application startup and view initialization times. | |||
** Added an OpenVG backend for Qt Quick. | |||
** Window-screen associations can now be made directly from QML via Window.targetScreen and Qt.application.screens. This allows creating multi-screen aware applications for desktop and embedded without involving C++ code. | |||
** | ** | ||
* Qt Quick Controls 2 | * Qt Quick Controls 2 | ||
Line 27: | Line 31: | ||
** | ** | ||
* Embedded platforms | * Embedded platforms | ||
** Added experimental DRM dumb buffer support to the linuxfb platform plugin, in order to help devices that do not support the deprecated fbdev model (or have problems with fbdev emulation). | |||
** | ** | ||
Revision as of 14:51, 19 January 2017
New Features (within existing modules)
- Qt Core
- Qt GUI
- QPainter's GL engine is now functional with core profile OpenGL contexts as well.
- Qt Quick
- OpenGL shader program binaries used by QtGui (QPainter's GL paint engine) and the Qt Quick scenegraph are now cached on disk, improving application startup and view initialization times.
- Added an OpenVG backend for Qt Quick.
- Window-screen associations can now be made directly from QML via Window.targetScreen and Qt.application.screens. This allows creating multi-screen aware applications for desktop and embedded without involving C++ code.
- Qt Quick Controls 2
- Qt Widgets
- Qt WebEngine
- Qt Bluetooth
- Qt Multimedia
- Qt Network
- Qt WebSockets
- Qt Charts
- Qt 3D
- Embedded platforms
- Added experimental DRM dumb buffer support to the linuxfb platform plugin, in order to help devices that do not support the deprecated fbdev model (or have problems with fbdev emulation).
New Modules
New Platforms
Technology Preview Modules
Deprecated Modules
The following modules are part of Qt 5.8 release, but deprecated and considered for removal in subsequent releases of Qt:
- Qt Script
Configurations