~ubuntu-clock-dev/ubuntu-clock-app/reboot-packaging

« back to all changes in this revision

Viewing changes to app/alarm/AlarmSound.qml

Setup autopilot infrastructure and added alarm test

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
            Repeater {
54
54
                id: _alarmSounds
 
55
                objectName: "alarmSounds"
55
56
 
56
57
                model: _soundModel
57
58
 
64
65
 
65
66
                    Label {
66
67
                        id: _soundName
 
68
                        objectName: "soundName" + index
67
69
 
68
70
                        anchors {
69
71
                            left: parent.left
77
79
 
78
80
                    CheckBox {
79
81
                        id: _soundStatus
 
82
                        objectName: "soundStatus" + index
80
83
 
81
84
                        anchors {
82
85
                            right: parent.right