summaryrefslogtreecommitdiffstats
path: root/doc/src/whatsnew
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2023-12-20 10:35:04 -0700
committerShawn Rutledge <shawn.rutledge@qt.io>2023-12-20 12:06:16 -0700
commit81e1a3ec56c81b8d7cbc7e100945bea103326f4a (patch)
treefa24e98ca6123732bb4e8a6aefa1ac4daca32dbf /doc/src/whatsnew
parentd0aff018cee6229d861f2e6f53cbffec0eb33d59 (diff)
Add more Qt Quick features to What's New 6.7
Text loading and editing, and Rectangle per-corner radii. Pick-to: 6.7 Change-Id: I0a2a06b2ab0c5ef9441303a249749c77780b2176 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/src/whatsnew')
-rw-r--r--doc/src/whatsnew/whatsnew67.qdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew67.qdoc b/doc/src/whatsnew/whatsnew67.qdoc
index c6dccca4a..c181d44b4 100644
--- a/doc/src/whatsnew/whatsnew67.qdoc
+++ b/doc/src/whatsnew/whatsnew67.qdoc
@@ -133,10 +133,21 @@
\section2 Qt Quick Module
\list
+ \li Added the \l {QtQuick::TextDocument::source}{TextEdit.textDocument.source}
+ property for loading from a file, \l {QtQuick::TextDocument::save()}{save()}
+ and \l {QtQuick::TextDocument::saveAs()}{saveAs()} functions for writing.
+ These are intended to replace XMLHttpRequest in text-handling use cases.
+ \li Added \l {QtQuick::TextEdit::cursorSelection}{cursorSelection} property to
+ \l TextEdit and \l TextArea to inspect and modify properties of the selected text.
+ \li Updated the \l{Qt Quick Controls - Text Editor}{Text Editor example} to
+ demonstrate these features.
\li Added new text renderer which will give better results for
rendering very large text. It can be selected by setting
\l{QtQuick::Text::renderType}{renderType} to \c{Text.CurveRendering}.
\li Text classes got new APIs to work with \l {QtQuick::Text::font.variableAxes}{variable fonts}.
+ \li Rectangle can now have different \l {QtQuick::Rectangle::topLeftRadius}{radii}
+ \l {QtQuick::Rectangle::topRightRadius}{on} \l {QtQuick::Rectangle::bottomLeftRadius}{each}
+ \l {QtQuick::Rectangle::bottomRightRadius}{corner}.
\li Added preliminary support for embedding QWindows into the Qt Quick scene,
along with a parent property on Window, to allow setting a visual parent of a Window.
\li The \l {Item::}{focusReason} and \l {Item::}{focusPolicy}