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.15
Jump to navigation
Jump to search
Note that this list should be considered as work in progress until the first Beta release.
New Features (within existing modules)
- Qt 3D
- Qt Bluetooth
- Qt Core
- Qt GUI
- Qt Location
- Qt Multimedia
- Qt Multimedia Widgets
- Qt Network
- Qt QML
- Qt Quick
- Added a type, which can be used together with Qt Quick Shapes to render text as geometry and not based on distance fields or pre-rendered textures. This can be useful for rendering large font sizes which would otherwise consume a lot of texture memory.
PathText
- Added to specify a clipping region, to request the image plugin to render a portion of an image source.
Image.sourceClipRect
- Added property to pointer handlers. Most pointer handlers (e.g. DragHandler) will change the cursor when the active state is true. HoverHandler will change it when the mouse is hovering over the Item that contains the HoverHandler.
cursorShape
- Added a
- Qt Quick Controls 2
- Qt SerialBus
- Qt Test
- Qt Wayland Compositor
- Qt WebEngine
- Qt WebSockets
- Qt Widgets
- QDoc
- QDoc can now generate DocBook.
Platform Changes
- Android
- iOS
- Wayland
New Modules
Technology Preview Modules
Qt for Automation
- Qt CoAP
- Qt KNX
- Qt Mqtt
- Qt OPC UA
Deprecated Modules
The following modules are part of Qt 5.15 release, but deprecated and considered for removal in subsequent releases of Qt:
- Qt Script
- Qt Quick Controls 1
- Qt XmlPatterns
Removed Modules
The following modules have been deprecated earlier and no longer part of the Qt 5.15 release:
Configurations