Provides custom styling for Switch. 更多...
| import 语句: | import QtQuick.Controls.Styles 1.4 | 
| Since: | Qt 5.2 | 
范例:
Switch { style: SwitchStyle { groove: Rectangle { implicitWidth: 100 implicitHeight: 20 radius: 9 border.color: control.activeFocus ? "darkblue" : "gray" border.width: 1 } } }
| 
								 groove : Component  | 
						
This property holds the background groove of the switch.
| 
								 handle : Component  | 
						
This defines the switch handle.