From 378da67208fe3d7f48ff3e494f5fe5984af407aa Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 10 Oct 2017 12:52:27 +0200 Subject: Doc: state which input devices cause certain signals Change-Id: Ib56041e69547e03d7db10974d4638748f99fd2bf Reviewed-by: J-P Nurmi --- src/quicktemplates2/qquickabstractbutton.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/quicktemplates2/qquickabstractbutton.cpp b/src/quicktemplates2/qquickabstractbutton.cpp index e819f355..efd06bd0 100644 --- a/src/quicktemplates2/qquickabstractbutton.cpp +++ b/src/quicktemplates2/qquickabstractbutton.cpp @@ -69,13 +69,13 @@ static const int AUTO_REPEAT_INTERVAL = 100; /*! \qmlsignal QtQuick.Controls::AbstractButton::pressed() - This signal is emitted when the button is interactively pressed by the user. + This signal is emitted when the button is interactively pressed by the user via touch, mouse, or keyboard. */ /*! \qmlsignal QtQuick.Controls::AbstractButton::released() - This signal is emitted when the button is interactively released by the user. + This signal is emitted when the button is interactively released by the user via touch, mouse, or keyboard. */ /*! @@ -89,26 +89,26 @@ static const int AUTO_REPEAT_INTERVAL = 100; /*! \qmlsignal QtQuick.Controls::AbstractButton::clicked() - This signal is emitted when the button is interactively clicked by the user. + This signal is emitted when the button is interactively clicked by the user via touch, mouse, or keyboard. */ /*! \since QtQuick.Controls 2.2 (Qt 5.9) \qmlsignal QtQuick.Controls::AbstractButton::toggled() - This signal is emitted when a checkable button is interactively toggled by the user. + This signal is emitted when a checkable button is interactively toggled by the user via touch, mouse, or keyboard. */ /*! \qmlsignal QtQuick.Controls::AbstractButton::pressAndHold() - This signal is emitted when the button is interactively pressed and held down by the user. + This signal is emitted when the button is interactively pressed and held down by the user via touch or mouse. */ /*! \qmlsignal QtQuick.Controls::AbstractButton::doubleClicked() - This signal is emitted when the button is interactively double clicked by the user. + This signal is emitted when the button is interactively double clicked by the user via touch or mouse. */ QQuickAbstractButtonPrivate::QQuickAbstractButtonPrivate() -- cgit v1.2.3