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.qml15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/controls/Styles/Base/TextFieldStyle.qml b/src/controls/Styles/Base/TextFieldStyle.qml
index c1e7a69f6..4d0a66eba 100644
--- a/src/controls/Styles/Base/TextFieldStyle.qml
+++ b/src/controls/Styles/Base/TextFieldStyle.qml
@@ -157,7 +157,8 @@ Style {
}
}
- /*! The cursor handle.
+ /*! \internal
+ The cursor handle.
\since QtQuick.Controls.Styles 1.3
The parent of the handle is positioned to the top left corner of
@@ -174,9 +175,10 @@ Style {
\row \li \b {styleData.hasSelection} : bool \li Whether the editor has selected text.
\endtable
*/
- property Component cursorHandle
+ property Component __cursorHandle
- /*! The selection handle.
+ /*! \internal
+ The selection handle.
\since QtQuick.Controls.Styles 1.3
The parent of the handle is positioned to the top left corner of
@@ -193,10 +195,11 @@ Style {
\row \li \b {styleData.hasSelection} : bool \li Whether the editor has selected text.
\endtable
*/
- property Component selectionHandle
+ property Component __selectionHandle
- /*! The cursor delegate.
+ /*! \internal
+ The cursor delegate.
\since QtQuick.Controls.Styles 1.3
*/
- property Component cursorDelegate
+ property Component __cursorDelegate
}