MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML Basic Type: bool

A boolean is a binary true/false value.

Example:

 Item { focus: true; clip: false }

See also QML Basic Types.