aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2022-02-18 15:30:32 +0800
committerMitch Curtis <mitch.curtis@qt.io>2022-02-22 08:43:59 +0800
commit801fcbcfa382d25137080056512957f7fd26c967 (patch)
treed59e94c6ffc6d7aa4554f915ad6afb62951c298c
parente2864d6aa97d246546514ec0f97263574d19ec47 (diff)
Doc: disambiguate section titles
These were accidentally catching other links. Pick-to: 6.2 6.3 Change-Id: Ifc2d9eeef8d4629e25c217fc39d9f01ef134538c Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/quickcontrols2/doc/src/qt6-changes.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/quickcontrols2/doc/src/qt6-changes.qdoc b/src/quickcontrols2/doc/src/qt6-changes.qdoc
index 3c3fcdb022..61b80b3839 100644
--- a/src/quickcontrols2/doc/src/qt6-changes.qdoc
+++ b/src/quickcontrols2/doc/src/qt6-changes.qdoc
@@ -253,36 +253,36 @@
\section1 Controls
- \section2 ApplicationWindow
+ \section2 Changes to ApplicationWindow
The deprecated overlay properties and attached API were removed. Use the
\l Overlay attached type instead.
- \section2 ComboBox
+ \section2 Changes to ComboBox
The \l {ComboBox::}{pressed} property is now read-only. To modify the
visual pressed state of a ComboBox, use the \l {ComboBox::}{down} property
instead.
- \section2 Container
+ \section2 Changes to Container
The deprecated \c removeItem(var) function was removed.
\l {Container::}{removeItem(Item)} or \l {Container::}{takeItem(int)} can
be used instead.
- \section2 Dialog
+ \section2 Changes to Dialog
\l {Dialog}'s \l {Dialog::}{accepted()} and \l {Dialog::}{rejected()}
signals are now emitted before \l {Popup::}{closed()} when calling
\l {Dialog::}{done()}, \l {Dialog::}{accept()} and \l {Dialog::}{reject()}.
- \section2 Menu
+ \section2 Changes to Menu
The deprecated \c removeItem(var) function was removed.
\l {Menu::}{removeItem(Item)} or \l {Menu::}{takeItem(int)} can be used
instead.
- \section2 ToolTip
+ \section2 Changes to ToolTip
\l {ToolTip}'s timeout now begins only after \l {Popup::}{opened()} has
been emitted. This results in tooltips with enter transitions being visible
@@ -291,13 +291,13 @@
visually check tooltips in your application and adjust timeouts if
necessary.
- \section2 StackView
+ \section2 Changes to StackView
The StackView.Transition enum value was deprecated. The operation argument
can be omitted in order to use the default transition for any given
operation.
- \section2 Tumbler
+ \section2 Changes to Tumbler
\l {Item::}{implicitWidth} and \l {Item::}{implicitHeight} must now be
provided for \l {Tumbler}'s \l {Control::}{contentItem}, making it