aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/qtquickcontrols2-popups.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/doc/src/qtquickcontrols2-popups.qdoc')
-rw-r--r--src/imports/controls/doc/src/qtquickcontrols2-popups.qdoc11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/imports/controls/doc/src/qtquickcontrols2-popups.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-popups.qdoc
index 2ea21f3f..aa2efb90 100644
--- a/src/imports/controls/doc/src/qtquickcontrols2-popups.qdoc
+++ b/src/imports/controls/doc/src/qtquickcontrols2-popups.qdoc
@@ -28,6 +28,8 @@
/*!
\page qtquickcontrols2-popups.html
\title Popup Controls
+ \ingroup qtquickcontrols2-guidelines
+ \brief Guidelines for popup controls
\annotatedlist qtquickcontrols2-popups
@@ -53,6 +55,8 @@
The \l Menu control displays a vertical list of items that can be selected. It can
be used for offering a list of actions that can be taken in a given context.
+ \b {See also} \l {Drawer Control}.
+
\section1 Popup Control
\image qtquickcontrols2-popup-settings.png
@@ -76,7 +80,7 @@
\image qtquickcontrols2-tooltip.png
\l ToolTip shows a short piece of text that informs the user of a control's
- function.
+ function. It is typically placed above or below the parent control.
Recommendations:
\list
@@ -87,4 +91,9 @@
\li Keep the tooltip text short so that it does not cover other content
while being displayed.
\endlist
+
+ \section1 Related Information
+ \list
+ \li \l {Qt Quick Controls 2 Guidelines}
+ \endlist
*/