C

What's New in 2.11

Qt Quick Ultralite maintains source compatibility between minor releases, which means you can upgrade to the latest version without any changes to your application. However, some of the changes in this release might require you to adapt the application code accordingly. The following sections summarize the changes in this release:

New features

Fixed issues

  • Fixed display rotation and animated sprite rendering when using partial framebuffers.
  • Fixed animation logic to avoid dependency to Qul::Application. This ensures that startup animation (that is, running set to true) doesn't fail if the Application instance is not initialized.
  • Fixed crash on initializing a change event handler for an alias property before the property itself.
  • Fixed translation issues for StaticText items in a module.
  • Fixed Linux platform port to avoid logging failure messages by default to the framebuffer console.
  • Disabled the multiscreen example on all Infineon Traveo T2G boards except TRAVEO T2G CYT4DN.
  • Fixed ImageLayer to ensure correct size when using display rotation.
  • qmltocpp fixes:
    • Enabled building host tools with Clang v16 or later on Linux.
  • Fixed ArcItem to consider changes to its begin and end property values, even if there initial values are same (no arc visible initially).
  • Fixed DeviceLink implementation to enable better serial logging on platforms that enable it.

New APIs

APIs for application development

New Classes

New QML Types

New QML Properties

QML Type font:

(since Qt Quick Ultralite 2.11) letterSpacing : int

Changes in Previous Versions

Available under certain Qt licenses.
Find out more.