New Classes and Functions in Qt 6.13
This page contains a comprehensive list of all new classes and functions introduced in Qt 6.13.
- New Member Functions
- New Enum Types
- New Properties
- New Variables
- New QML Types
- New QML Properties
- New QML Signals
- New QML Methods
New Member Functions
Class QCollator:
(since 6.13) QCollator::CollationOptions | options() const |
(since 6.13) void | setOptions(QCollator::CollationOptions options) |
Class QGrpcBidiStream:
(since 6.13) quint64 | bytesToWrite() const |
(since 6.13) void | messageWritten() |
Class QGrpcChannelOptions:
(since 6.13) std::chrono::milliseconds | connectTimeout() const |
(since 6.13) std::chrono::milliseconds | initialReconnectBackoff() const |
(since 6.13) quint64 | maximumMetadataSize() const |
(since 6.13) std::chrono::milliseconds | maximumReconnectBackoff() const |
(since 6.13) QGrpcChannelOptions & | setConnectTimeout(std::chrono::milliseconds timeout) |
(since 6.13) QGrpcChannelOptions & | setInitialReconnectBackoff(std::chrono::milliseconds delay) |
(since 6.13) QGrpcChannelOptions & | setMaximumMetadataSize(quint64 size) |
(since 6.13) QGrpcChannelOptions & | setMaximumReconnectBackoff(std::chrono::milliseconds delay) |
Class QGrpcClientStream:
(since 6.13) quint64 | bytesToWrite() const |
(since 6.13) void | messageWritten() |
Class QGrpcOperationContext:
(since 6.13) quint64 | bytesToWrite() const |
(since 6.13) void | messageWritten() |
(since 6.13) void | setBytesToWrite(quint64 bytes) |
Class QHttp2Configuration:
(since 6.13) quint32 | maxHeaderListSize() const |
(since 6.13) void | setMaxHeaderListSize(quint32 size) |
Class QQuaternion:
(since 6.13) QQuaternion | fastSlerp(const QQuaternion &q1, const QQuaternion &q2, float t) |
New Enum Types
(since 6.13) enum class | CollationOption { CaseInsensitive, IgnorePunctuation, NumericSort, DiacriticInsensitive, WidthInsensitive } |
New Properties
(since 6.13)visible : bool(since 6.13)matchCollator : QCollator
New Variables
(since 6.13) VkDeviceQueueCreateFlags | gfxQueueFlags |
New QML Types
New QML Properties
QML Type Abstract3DAxis:
(since 6.13) | visible : bool |
QML Type D6Joint:
(since 6.13) | angularDamping : real |
(since 6.13) | angularStiffness : real |
(since 6.13) | linearDamping : real |
(since 6.13) | linearLimitXLower : real |
(since 6.13) | linearLimitXUpper : real |
(since 6.13) | linearLimitYLower : real |
(since 6.13) | linearLimitYUpper : real |
(since 6.13) | linearLimitZLower : real |
(since 6.13) | linearLimitZUpper : real |
(since 6.13) | linearStiffness : real |
(since 6.13) | swingLimitAngleY : real |
(since 6.13) | swingLimitAngleZ : real |
(since 6.13) | swingMotionY : enumeration |
(since 6.13) | swingMotionZ : enumeration |
(since 6.13) | twistLimitLower : real |
(since 6.13) | twistLimitUpper : real |
(since 6.13) | twistMotion : enumeration |
(since 6.13) | xMotion : enumeration |
(since 6.13) | yMotion : enumeration |
(since 6.13) | zMotion : enumeration |
QML Type DynamicRigidBody:
(since 6.13) | ccd : enumeration |
QML Type FlexibleJoint:
QML Type LottieAnimation:
(since 6.13) | markers : list<string> |
QML Type LottieVectorImageController:
(since 6.13) | markers : list<string> |
QML Type PhysicsWorld:
(since 6.13) | dynamicQueryStructure : QueryStructure |
(since 6.13) | staticQueryStructure : QueryStructure |
QML Type ProceduralSkyMaterial:
(since 6.13) | groundBottomColor : color |
(since 6.13) | groundCurve : real |
(since 6.13) | groundEnergy : real |
(since 6.13) | groundHorizonColor : color |
(since 6.13) | skyCurve : real |
(since 6.13) | skyEnergy : real |
(since 6.13) | skyHorizonColor : color |
(since 6.13) | skyTopColor : color |
(since 6.13) | sunAngleMax : real |
(since 6.13) | sunAngleMin : real |
(since 6.13) | sunColor : color |
(since 6.13) | sunCurve : real |
(since 6.13) | sunEnergy : real |
(since 6.13) | sunLatitude : real |
(since 6.13) | sunLongitude : real |
QML Type Text:
(since 6.13) | hoveredToolTip : string |
QML Type TextEdit:
(since 6.13) | hoveredToolTip : string |
QML Type VirtualKeyboardSettings:
(since 6.13) | screenName : string |
New QML Signals
(since 6.13) | visibilityChanged(bool visible) |
New QML Methods
QML Type LottieAnimation:
(since 6.13) bool | gotoAndPlay(string frameMarker) |
(since 6.13) bool | gotoAndStop(string frameMarker) |
QML Type LottieVectorImageController:
(since 6.13) bool | gotoAndPlay(string markerName) |
(since 6.13) bool | gotoAndStop(string markerName) |
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.