New Features in Qt 5.10: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Developing with Qt::Qt 5 Category:Release Note: This page is work in progress and should not be considered as final list of Qt 5.10 features before the beta r...") |
No edit summary |
||
Line 4: | Line 4: | ||
'''New Features (within existing modules)''' | '''New Features (within existing modules)''' | ||
* Qt GUI | |||
** Added cross-platform Vulkan enablers for Windows, Linux (xcb) and Android (level 23+): QVulkanInstance, QWindow with type VulkanSurface, and QVulkanWindow | |||
** Added new flags and functions to QSurfaceFormat and QOpenGLWidget to request sRGB-capable default/backing framebuffers | |||
* Qt Widgets | |||
** QWidget::createWindowContainer() is now functional on Android | |||
* Qt Quick | |||
** QQuickItem layers can now request to be backed by multisample framebuffers via the property layer.samples | |||
'''New Modules''' | '''New Modules''' | ||
Revision as of 09:21, 2 June 2017
Note: This page is work in progress and should not be considered as final list of Qt 5.10 features before the beta release.
New Features (within existing modules)
- Qt GUI
- Added cross-platform Vulkan enablers for Windows, Linux (xcb) and Android (level 23+): QVulkanInstance, QWindow with type VulkanSurface, and QVulkanWindow
- Added new flags and functions to QSurfaceFormat and QOpenGLWidget to request sRGB-capable default/backing framebuffers
- Qt Widgets
- QWidget::createWindowContainer() is now functional on Android
- Qt Quick
- QQuickItem layers can now request to be backed by multisample framebuffers via the property layer.samples
New Modules
Platform Changes
Technology Preview Modules
Deprecated Modules
The following modules are part of Qt 5.10 release, but deprecated and considered for removal in subsequent releases of Qt:
- Qt Script
Configurations