summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Base/TextFieldStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Base/TextFieldStyle.qml')
-rw-r--r--src/controls/Styles/Base/TextFieldStyle.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/controls/Styles/Base/TextFieldStyle.qml b/src/controls/Styles/Base/TextFieldStyle.qml
index f33d4876e..139708672 100644
--- a/src/controls/Styles/Base/TextFieldStyle.qml
+++ b/src/controls/Styles/Base/TextFieldStyle.qml
@@ -162,9 +162,10 @@ Style {
the cursor position. The interactive area is determined by the
geometry of the handle delegate.
- The following read-only properties are available within the scope
+ The following signals and read-only properties are available within the scope
of the handle delegate:
\table
+ \row \li \b {styleData.activated()} [signal] \li Emitted when the handle is activated ie. the editor is clicked.
\row \li \b {styleData.pressed} : bool \li Whether the handle is pressed.
\row \li \b {styleData.position} : int \li The character position of the handle.
\row \li \b {styleData.lineHeight} : real \li The height of the line the handle is on.
@@ -179,9 +180,10 @@ Style {
the first selected character. The interactive area is determined
by the geometry of the handle delegate.
- The following read-only properties are available within the scope
+ The following signals and read-only properties are available within the scope
of the handle delegate:
\table
+ \row \li \b {styleData.activated()} [signal] \li Emitted when the handle is activated ie. the editor is clicked.
\row \li \b {styleData.pressed} : bool \li Whether the handle is pressed.
\row \li \b {styleData.position} : int \li The character position of the handle.
\row \li \b {styleData.lineHeight} : real \li The height of the line the handle is on.