X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2FMediaPlayer.qml;h=ebd5324076e350527b21f8e9158cff382fabafd7;hb=2047dd6780b8174ef081172ff58436bcf7ef9399;hp=6c4a185282b5b46ff96c58bf48af3f37ff78808e;hpb=92e613114ff5212fa7e5c2a226e32b6e252c9a9c;p=apps%2Fmediaplayer.git diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml index 6c4a185..ebd5324 100644 --- a/app/MediaPlayer.qml +++ b/app/MediaPlayer.qml @@ -41,7 +41,6 @@ ApplicationWindow { repeat: true onTriggered: { bluetooth.position = bluetooth.position + 250 - slider.value = bluetooth.position } } @@ -86,12 +85,12 @@ ApplicationWindow { Layout.fillHeight: true Row { spacing: 20 - ToggleButton { - id: random - visible: bluetooth.connected == false - offImage: './images/AGL_MediaPlayer_Shuffle_Inactive.svg' - onImage: './images/AGL_MediaPlayer_Shuffle_Active.svg' - } + //ToggleButton { + // id: random + // visible: bluetooth.connected == false + // offImage: './images/AGL_MediaPlayer_Shuffle_Inactive.svg' + // onImage: './images/AGL_MediaPlayer_Shuffle_Active.svg' + //} ToggleButton { id: loop visible: bluetooth.connected == false @@ -265,13 +264,13 @@ ApplicationWindow { Label { Layout.fillWidth: true text: model.artist - color: '#66FF99' + color: '#00ADDC' font.pixelSize: 32 } } //Label { // text: player.time2str(model.duration) - // color: '#66FF99' + // color: '#00ADDC' // font.pixelSize: 32 //} }