summaryrefslogtreecommitdiffstats
path: root/doc/src/whatsnew
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2024-01-30 10:58:15 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2024-01-30 14:19:20 +0100
commitfea8378d2b329edb23947224139e08d53f7ab831 (patch)
treeb491d9a1cb7bb38c6b0de1e32d24330595042da5 /doc/src/whatsnew
parent7a8f234e19e4f4f83330647be1275a97fcc78130 (diff)
Add Qt Quick Shapes additions to "What's new in 6.7"
Pick-to: 6.7 Change-Id: I80dc2ec1d8e9ed76fabcf68a01e6099f571045af Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'doc/src/whatsnew')
-rw-r--r--doc/src/whatsnew/whatsnew67.qdoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew67.qdoc b/doc/src/whatsnew/whatsnew67.qdoc
index 1115e363f..f09acea16 100644
--- a/doc/src/whatsnew/whatsnew67.qdoc
+++ b/doc/src/whatsnew/whatsnew67.qdoc
@@ -176,6 +176,22 @@
by the QML Compiler.
\endlist
+ \section2 Qt Quick Shapes Module
+ \list
+ \li The \e{Curve Renderer} and the associated property \l{Shape::}{preferredRendererType}
+ are now officially supported and are no longer considered experimental.
+ \li Added \l{ShapePath::}{pathHints} property for characterizing shapes. This may be used
+ by the renderer to optimize processing and rendering the paths.
+ \li Shapes now have an implicit size based on the bounding rect of the shape, and will
+ be appropriately positioned in layouts. The properties \l{Shape::}{fillMode},
+ \l{Shape::}{horizontalAlignment} and \l{Shape::}{verticalAlignment} were added to
+ modify how the shape behaves when the item is given an explicit size which differs from
+ the implicit size.
+ \li The tool \l{svgtoqml} was added as a technology preview. This is a tool which can be
+ used to convert an SVG file into QML code. It is currently considered experimental and
+ has support for a subset of what Qt SVG supports.
+ \endlist
+
\section2 Qt Quick 3D Module
\list
\li QQuick3DRenderExtension is a new class for implementing application side rendering