Doc: explain how Dialog's padding works

Task-number: QTBUG-120356
Pick-to: 6.6 6.5
Change-Id: I10fa6ad71152a215d64eae1156827cbdf29b930d
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
(cherry picked from commit cccd21fc3c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mitch Curtis 2024-01-22 12:40:31 +08:00 committed by Qt Cherry-pick Bot
parent defa67ef2d
commit 70d617909a
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ QT_BEGIN_NAMESPACE
\image qtquickcontrols-page-wireframe.png
The \l {Popup::}{padding} properties only affect the contentItem. Use the
\l {Popup::}{spacing} property to affect the space between header,
contentItem and footer.
By default, Dialogs have \l {QQuickItem::}{focus}.
\section1 Dialog Title and Buttons