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: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(couple more QtQuick features) |
||
Line 14: | Line 14: | ||
* Qt QML | * Qt QML | ||
* Qt Quick | * Qt Quick | ||
** Added a PathText 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. | ** Added a <code>PathText</code> 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. | ||
** Added <code>Image.sourceClipRect</code> to specify a clipping region, to request the image plugin to render a portion of an image source. | |||
** Added <code>cursorShape</code> 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. | |||
* Qt Quick Controls 2 | * Qt Quick Controls 2 | ||
* Qt SerialBus | * Qt SerialBus |
Revision as of 12:08, 3 February 2020
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