Added audio resources like ring bells

This commit is contained in:
2017-08-22 23:07:50 +02:00
parent 882ed92bc7
commit 01d5dd2f9c
8 changed files with 24 additions and 16 deletions

View File

@ -37,12 +37,6 @@ import "pages"
ApplicationWindow {
BoxingTimer {
id: boxingTimer
onStatusChanged: {
if (status === BoxingTimer.Start) {
bell.play()
}
}
}
BoxingSettings {
@ -54,12 +48,6 @@ ApplicationWindow {
}
}
SoundEffect {
id: bell
source: "qrc:/audio/resources/bell.wav"
}
initialPage: firstPage
cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: Orientation.Portrait