Doc: explain how Dialog's padding works
Task-number: QTBUG-120356 Pick-to: 6.5 6.6 6.7 Change-Id: I10fa6ad71152a215d64eae1156827cbdf29b930d Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
This commit is contained in:
parent
4d2248f89d
commit
cccd21fc3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue