summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2023-03-10 09:46:37 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-11 14:30:45 +0000
commit116a39721dc835668410567880f00751586a1e2f (patch)
tree8cd52b825178006289f7fbe2afd853f0635170a9
parent04a3c85e4ba216b843b880fa61bb7e2ecd1fce45 (diff)
downloadqtdoc-116a39721dc835668410567880f00751586a1e2f.tar.gz
Add testlib, text and QtLocation improvements to 6.5 What's New
Change-Id: I24e195615b746ea14092a97bf7822f0b09d1aca3 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit b701b6b98ad5daa60c34fbc4e1372b067b8dacb6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index 67cbdd9d..85753e47 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -28,8 +28,9 @@
\note API and ABI stability is not guaranteed.
\list
- \li \l {Qt Location} supports rendering 2D maps into a Qt Quick
- application.
+ \li \l {Qt Location}'s \l {QtLocation::}{Map} renders 2D maps into a Qt Quick
+ application. \l {QtLocation::}{MapView} includes \l {Qt Quick Input Handlers}
+ to implement the typical interactive features (zoom, pan, tilt).
\li \l {Qt GRPC} supports communicating with gRPC services using classes
generated based on service descriptions from protobuf
.proto-specifications.
@@ -71,6 +72,8 @@
\li QTextLayout::glyphRuns() can now return the string index
corresponding to each glyph when this is requested. Made available
through the new function QGlyphRun::stringIndexes().
+ \li Checkbox list items can now be read and written in HTML as well as
+ Markdown, including conversions.
\endlist
\section2 Qt Quick Module
@@ -192,6 +195,10 @@
\li Added QTest::currentTestResolved() which returns true if the test
has failed or skipped. This can replace QTest::currentTestFailed()
as the condition to test on return from a helper function.
+ \li QTest::mouseRelease() and \l {QTest::}{mouseClick()} can now be
+ used to test double-clicks, by specifying a realistic timestamp delay,
+ in case you need to check intermediate state between the events.
+ \l {QTest::}{mouseDClick()} is still more convenient otherwise.
\endlist
\section2 Qt Widgets Module