bool QML Value Type

a binary true/false value. 更多...

詳細描述

The bool 類型引用二進製 true/false 值。

Properties of type bool have false as their default value.

範例:

Item {
    focus: true
    clip: false
}
					

此值類型由 QML 語言提供。

另請參閱 QML 值類型 .