Added resources
This commit is contained in:
@ -30,12 +30,19 @@
|
||||
|
||||
import QtQuick 2.0
|
||||
import Sailfish.Silica 1.0
|
||||
import QtMultimedia 5.0
|
||||
import Pw.Unitoo.Backend 1.0
|
||||
import "pages"
|
||||
|
||||
ApplicationWindow {
|
||||
BoxingTimer {
|
||||
id: boxingTimer
|
||||
|
||||
onStatusChanged: {
|
||||
if (status === BoxingTimer.Start) {
|
||||
bell.play()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BoxingSettings {
|
||||
@ -47,6 +54,12 @@ ApplicationWindow {
|
||||
}
|
||||
}
|
||||
|
||||
SoundEffect {
|
||||
id: bell
|
||||
|
||||
source: "qrc:/audio/resources/bell.wav"
|
||||
}
|
||||
|
||||
initialPage: firstPage
|
||||
cover: Qt.resolvedUrl("cover/CoverPage.qml")
|
||||
allowedOrientations: Orientation.Portrait
|
||||
|
Reference in New Issue
Block a user