Browse Source

Removed streaming quality menu, for now

Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>
pull/5/head
Blagovest Petrov 4 years ago
parent
commit
a250e70e31
  1. 90
      main.qml

90
main.qml

@ -136,51 +136,51 @@ Window {
source: "Resources/logo.png"
}
Text {
id: element
x: 17
y: 68
text: qsTr("Качество:")
font.bold: true
color: "#f9c620"
styleColor: "#f9c620"
horizontalAlignment: Text.AlignHCenter
font.pixelSize: 20
}
Rectangle {
id: buttonHighQuality
color: "#f9c620"
x: 17
y: 102
width: 100
height: 34
Text {
anchors.centerIn: parent
id: element1
text: qsTr("ВИСОКО")
color: "#000000"
font.pixelSize: 20
horizontalAlignment: Text.AlignHCenter
font.bold: true
}
}
Rectangle {
id: buttonLowQuality
color: "transparent"
x: 24
y: 146
width: 100
height: 34
Text {
text: qsTr("НИСКО")
color: "#f9c620"
horizontalAlignment: Text.AlignHCenter
font.pixelSize: 20
font.bold: true
}
}
// Text {
// id: element
// x: 17
// y: 68
// text: qsTr("Качество:")
// font.bold: true
// color: "#f9c620"
// styleColor: "#f9c620"
// horizontalAlignment: Text.AlignHCenter
// font.pixelSize: 20
// }
// Rectangle {
// id: buttonHighQuality
// color: "#f9c620"
// x: 17
// y: 102
// width: 100
// height: 34
// Text {
// anchors.centerIn: parent
// id: element1
// text: qsTr("ВИСОКО")
// color: "#000000"
// font.pixelSize: 20
// horizontalAlignment: Text.AlignHCenter
// font.bold: true
// }
// }
// Rectangle {
// id: buttonLowQuality
// color: "transparent"
// x: 24
// y: 146
// width: 100
// height: 34
// Text {
// text: qsTr("НИСКО")
// color: "#f9c620"
// horizontalAlignment: Text.AlignHCenter
// font.pixelSize: 20
// font.bold: true
// }
// }
MediaButton {
id: playPause

Loading…
Cancel
Save