QML Basic Type: bool

A boolean is a binary true/false value.

A boolean is a binary true/false value.

Example:

  1.                 Item  { focus: true; clip: false }

See also QML Basic Types.

Notes provided by the Qt Community

No notes