diff --git a/main.qml b/main.qml index c615b8b..edd8b0e 100644 --- a/main.qml +++ b/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