C

string QML Basic Type

a free form text string. More...

The string type refers to a free form text string in quotes, e.g. "Hello world!".

Strings have a length attribute that holds the number of characters in the string.

Example:

Text { text: "Hello world!" }

This basic type is provided by the QML language.

Available under certain Qt licenses.
Find out more.