summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2023-02-21 10:08:38 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-22 00:51:33 +0000
commit2a558d3f075096790928cd29412456056691bf00 (patch)
tree17900be1bb00b4ffdd2dea6e627c275c1395ab68
parent258fd34d705bd6feaae02885ad878611b51eace6 (diff)
downloadqtdoc-2a558d3f075096790928cd29412456056691bf00.tar.gz
Doc: add more Material 3 changes to Whats New in Qt 6.5 page
Task-number: QTBUG-97993 Change-Id: Ie0b6c1d5e8fed0cb28e4254aa2181c9e93ac7fb7 Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> (cherry picked from commit 72a71aa72833892071e4e556e8361a2aa8ac8398) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index 81a41cfd..51b015a7 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -107,6 +107,9 @@
\li \l CheckBox
\li \l DelayButton
\li \l Dialog
+ \li \l Drawer
+ \li \l Menu
+ \li \l Popup
\li \l RangeSlider
\li \l RoundButton
\li \l Slider
@@ -123,8 +126,16 @@
\l TextArea support it by default.
\li \l {material-roundedScale-attached-prop}{Material.roundedScale}
controls the radius of rounded corners used on the target control.
- It can be attached to any window or item, but only
- \l Button, \l Dialog, and \l DialogButtonBox support it by default.
+ It can be attached to any window or item, but only the following
+ controls support it by default:
+ \list
+ \li \l Button
+ \li \l Dialog
+ \li \l DialogButtonBox
+ \li \l Drawer
+ \li \l Menu
+ \li \l Popup
+ \endlist
\endlist
\endlist
\endlist