Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
New Features in Qt 5.8: Difference between revisions
Jump to navigation
Jump to search
(TLS PSK / QSslDiffieHellmanParameters) |
No edit summary |
||
Line 5: | Line 5: | ||
** QTouchEvent no have uniqueId and rotation | ** QTouchEvent no have uniqueId and rotation | ||
** Support for dithering when converting to all QImage formats | ** Support for dithering when converting to all QImage formats | ||
** Previously private QOpenGLTextureBlitter API is made public, to help QtWayland in particular | |||
* Qt Quick | |||
** Modularized the Qt Quick scene graph in order to decouple from OpenGL | |||
** Integrated the software backend (previously known as the Qt Quick 2D Renderer) | |||
** Partial update support in the software backend (2D Renderer) to prevent expensive fullscreen updates when only small areas are changing | |||
** Added an experimental Direct3D 12 backend | |||
* Qt Quick Controls 2 | * Qt Quick Controls 2 | ||
** Added Dialog and DialogButtonBox | ** Added Dialog and DialogButtonBox | ||
Line 19: | Line 25: | ||
*Qt WebSockets | *Qt WebSockets | ||
** Support for TLS PSK ciphersuites on client and server side | ** Support for TLS PSK ciphersuites on client and server side | ||
* Embedded platforms | |||
** Added support for 90 or 180 degrees rotation of software-rendered content (QWidget) in eglfs | |||
{{Release Information}} | {{Release Information}} |
Revision as of 10:04, 1 August 2016
New Features (within existing modules)
- Qt Core
- Added at(), operator[], mid(), right() and left() to QLatin1String
- Qt GUI
- QTouchEvent no have uniqueId and rotation
- Support for dithering when converting to all QImage formats
- Previously private QOpenGLTextureBlitter API is made public, to help QtWayland in particular
- Qt Quick
- Modularized the Qt Quick scene graph in order to decouple from OpenGL
- Integrated the software backend (previously known as the Qt Quick 2D Renderer)
- Partial update support in the software backend (2D Renderer) to prevent expensive fullscreen updates when only small areas are changing
- Added an experimental Direct3D 12 backend
- Qt Quick Controls 2
- Added Dialog and DialogButtonBox
- Added a 'System' theme to Material and Universal styles
- Added new experimental "platform" types: MenuBar, Menu, SystemTrayIcon, ColorDialog, FontDialog, MessageDialog and FileDialog
- Qt Widgets
- Qt WebEngine
- Based on Chromium 51+ (probably 53)
- Qt Bluetooth
- Bluetooth Low Energy Peripheral support on OS X and iOS
- Qt Network
- Support for TLS PSK ciphersuites on server side
- Support for configurable diffie hellman parameters
- Qt WebSockets
- Support for TLS PSK ciphersuites on client and server side
- Embedded platforms
- Added support for 90 or 180 degrees rotation of software-rendered content (QWidget) in eglfs