3 import com.nokia.meego 1.0
7 property alias text: theLabel.text
8 property alias checked: theSwitch.checked
11 height: theSwitch.height
15 anchors.left: parent.left
16 anchors.right: theSwitch.left
17 elide: Text.ElideRight
18 anchors.verticalCenter: parent.verticalCenter
23 anchors.right: parent.right