Switch QML Type

A component that can be turned on or off 更多...

导入语句: import UIComponents 1.0
继承: Item

特性

方法

详细描述

A toggle switch has two states: an on off state. The off state is when the on property is set to false .

The ToggleSwitch component is part of the UI 组件 模块。

This documentation is part of the UIComponents 范例。

特性文档编制

on : bool

Indicates the state of the switch. If false , then the switch is in the off 状态。


方法文档编制

toggle ()

A method to toggle the switch. If the switch is on , the toggling it will turn it off . Toggling a switch in the off position will turn it on .