Obsolete Members for Text

The following members of QML type Text are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Methods

Method Documentation

forceLayout()

Triggers a re-layout of the displayed text.

This method was introduced in Qt 5.9.


linkAt(real x, real y)

Returns the link string at point x, y in content coordinates, or an empty string if no link exists at that point.

This method was introduced in Qt 5.3.

See also hoveredLink.