C

QmlProject flag

Description

A flag is a property that represents a boolean value, and accepts the following representations:

  • For representing the value true, the string "ON" (case insensitive), the string "YES" (also case insensitive), the boolean "true" and the int "1" are accepted.
  • For representing the value false, the string "OFF" (case insensitive), the string "NO" (also case insensitive), the boolean "false" and the int "0" are accepted.

Available under certain Qt licenses.
Find out more.