aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/quicktemplates2/qquickpopup.cpp20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickpopup.cpp b/src/quicktemplates2/qquickpopup.cpp
index 9cdb194e..f4751261 100644
--- a/src/quicktemplates2/qquickpopup.cpp
+++ b/src/quicktemplates2/qquickpopup.cpp
@@ -176,7 +176,7 @@ QT_BEGIN_NAMESPACE
This signal is emitted when the popup is opened.
- \sa closed
+ \sa aboutToShow()
*/
/*!
@@ -184,7 +184,23 @@ QT_BEGIN_NAMESPACE
This signal is emitted when the popup is closed.
- \sa opened
+ \sa aboutToHide()
+*/
+
+/*!
+ \qmlsignal void QtQuick.Controls::Popup::aboutToShow()
+
+ This signal is emitted when the popup is about to show.
+
+ \sa opened()
+*/
+
+/*!
+ \qmlsignal void QtQuick.Controls::Popup::aboutToHide()
+
+ This signal is emitted when the popup is about to hide.
+
+ \sa closed()
*/
QQuickPopupPrivate::QQuickPopupPrivate()