native: clean up cruft
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 73 KiB |
|
@ -21,19 +21,7 @@ qt_add_qml_module(alisa
|
|||
|
||||
RESOURCES
|
||||
Assets/Images/Boygenius_-_the_record.jpg
|
||||
Assets/Images/Caroline_Polachek_-_Desire,_I_Want_to_Turn_Into_You.png
|
||||
Assets/Images/Yeule_-_Softscars.png
|
||||
|
||||
Assets/Icons/Next.png
|
||||
Assets/Icons/Pause.png
|
||||
Assets/Icons/Play.png
|
||||
Assets/Icons/Previous.png
|
||||
Assets/Icons/Jukebox.ico
|
||||
Assets/Icons/turbo.svg
|
||||
|
||||
Assets/Videos/Free_Test_Data_5MB_AVI.avi
|
||||
|
||||
Assets/Audio/test.mp4
|
||||
)
|
||||
|
||||
set_target_properties(alisa PROPERTIES
|
||||
|
|
|
@ -66,7 +66,7 @@ Window {
|
|||
songIndex: 1
|
||||
title: "Desire, I Want to Turn Into You"
|
||||
authorName: "Caroline Polachek"
|
||||
imageSource: "Assets/Images/Caroline_Polachek_-_Desire,_I_Want_to_Turn_Into_You.png"
|
||||
imageSource: "Assets/Images/Boygenius_-_the_record.jpg"
|
||||
}
|
||||
|
||||
AudioInfoBox {
|
||||
|
@ -82,24 +82,9 @@ Window {
|
|||
songIndex: 2
|
||||
title: "Softscars"
|
||||
authorName: "Yeule"
|
||||
imageSource: "Assets/Images/Yeule_-_Softscars.png"
|
||||
imageSource: "Assets/Images/Boygenius_-_the_record.jpg"
|
||||
}
|
||||
|
||||
AudioInfoBox {
|
||||
id: fourthSong
|
||||
|
||||
anchors {
|
||||
verticalCenter: parent.verticalCenter
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
margins: 20
|
||||
}
|
||||
|
||||
songIndex: 3
|
||||
title: "Free Test Data"
|
||||
authorName: "5MB AVI"
|
||||
videoSource: "qrc:/Alisa/Assets/Videos/Free_Test_Data_5MB_AVI.avi"
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
@ -124,7 +109,7 @@ Window {
|
|||
horizontalCenterOffset: -70
|
||||
}
|
||||
|
||||
source: "Assets/Icons/Previous.png"
|
||||
source: "Assets/Images/Boygenius_-_the_record.jpgg"
|
||||
|
||||
onClicked: playerController.switchToPreviousSong()
|
||||
}
|
||||
|
@ -134,7 +119,7 @@ Window {
|
|||
|
||||
anchors.centerIn: parent
|
||||
|
||||
source: playerController.playing ? "Assets/Icons/Pause.png" : "Assets/Icons/Play.png"
|
||||
source: playerController.playing ? "Assets/Images/Boygenius_-_the_record.jpg" : "Assets/Images/Boygenius_-_the_record.jpg"
|
||||
|
||||
onClicked: playerController.playPause()
|
||||
}
|
||||
|
@ -148,7 +133,7 @@ Window {
|
|||
horizontalCenterOffset: 70
|
||||
}
|
||||
|
||||
source: "Assets/Icons/Next.png"
|
||||
source: "Assets/Images/Boygenius_-_the_record.jpg"
|
||||
|
||||
onClicked: playerController.switchToNextSong()
|
||||
}
|
||||
|
|