aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-11-15 13:54:38 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-11-15 13:55:26 +0100
commit0edce6c41e9b193c7482334e313c4886c94702f1 (patch)
tree84f81f15f0e5e17913bcee1c37afbe5b7189f6ce /src/quicktemplates2
parent7091cfe7b007926445bc76c84d9b7d03d1bc862e (diff)
parent0e4ad6198a43c621538a95cf6f1a6ff5ddfed596 (diff)
Merge remote-tracking branch 'origin/5.7' into 5.8
Diffstat (limited to 'src/quicktemplates2')
-rw-r--r--src/quicktemplates2/qquickpopup.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickpopup.cpp b/src/quicktemplates2/qquickpopup.cpp
index ef807064..b0281cdf 100644
--- a/src/quicktemplates2/qquickpopup.cpp
+++ b/src/quicktemplates2/qquickpopup.cpp
@@ -2062,6 +2062,10 @@ void QQuickPopup::setScale(qreal scale)
has active focus.
The default value is \c {Popup.CloseOnEscape | Popup.CloseOnPressOutside}.
+
+ \note There is a known limitation that the \c Popup.CloseOnReleaseOutside
+ and \c Popup.CloseOnReleaseOutsideParent policies only work with
+ \l modal popups.
*/
QQuickPopup::ClosePolicy QQuickPopup::closePolicy() const
{