Fix theme

This commit is contained in:
2025-10-11 17:55:56 +02:00
parent 6bcee551de
commit 557938bb0d
36 changed files with 3240 additions and 41 deletions

View File

@@ -3,10 +3,42 @@ import QtQuick.Layouts 6.8
import QYRComponents 1.0
ApplicationWindow {
width: 640
height: 480
width: 1280
height: 800
title: qsTr("Hello World")
header: Rectangle {
color: Colors.surface1
width: children.width
height: children.height
RowLayout {
anchors.fill: parent
Label {
Layout.fillWidth: true
heading: "h2"
text: "QYouRadio"
font.bold: true
}
Button {
Layout.alignment: Qt.AlignVCenter
text: qsTr("Autoradio")
}
Button {
Layout.alignment: Qt.AlignVCenter
text: qsTr("Live Radio")
}
Button {
Layout.alignment: Qt.AlignVCenter
text: qsTr("Settings")
}
}
}
ColumnLayout {
anchors.fill: parent
@@ -15,6 +47,7 @@ ApplicationWindow {
}
CheckBox {}
Slider {
from: 0.0
value: 0.5