new spin box, textfield and searchbar
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 30s
Python / test (pull_request) Successful in 43s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m38s
C++ / build (pull_request) Successful in 2m18s

This commit is contained in:
2026-06-30 13:25:12 +02:00
parent 437f935f73
commit 157bdd8fd9
19 changed files with 641 additions and 1055 deletions
+4 -8
View File
@@ -68,7 +68,7 @@ CustomClippingRect {
}
}
CustomTextField {
TextFieldBase {
id: startHourField
function setConfigText(setting: string): string {
@@ -84,7 +84,6 @@ CustomClippingRect {
anchors.verticalCenter: parent.verticalCenter
clip: true
color: focus ? DynamicColors.palette.m3primaryContainer : DynamicColors.palette.m3onSurface
cursorHeight: height - Appearance.padding.normal * 2
font.family: "Roboto"
font.letterSpacing: -0.25
font.pixelSize: 56
@@ -188,7 +187,7 @@ CustomClippingRect {
}
}
CustomTextField {
TextFieldBase {
id: startMinuteField
function setConfigText(setting: string): string {
@@ -204,7 +203,6 @@ CustomClippingRect {
anchors.verticalCenter: parent.verticalCenter
clip: true
color: focus ? DynamicColors.palette.m3primaryContainer : DynamicColors.palette.m3onSurface
cursorHeight: height - Appearance.padding.normal * 2
font.family: "Roboto"
font.letterSpacing: -0.25
font.pixelSize: 56
@@ -307,7 +305,7 @@ CustomClippingRect {
}
}
CustomTextField {
TextFieldBase {
id: endHourField
function setConfigText(setting: string): string {
@@ -323,7 +321,6 @@ CustomClippingRect {
anchors.verticalCenter: parent.verticalCenter
clip: true
color: focus ? DynamicColors.palette.m3primaryContainer : DynamicColors.palette.m3onSurface
cursorHeight: height - Appearance.padding.normal * 2
font.family: "Roboto"
font.letterSpacing: -0.25
font.pixelSize: 56
@@ -427,7 +424,7 @@ CustomClippingRect {
}
}
CustomTextField {
TextFieldBase {
id: endMinuteField
function setConfigText(setting: string): string {
@@ -443,7 +440,6 @@ CustomClippingRect {
anchors.verticalCenter: parent.verticalCenter
clip: true
color: focus ? DynamicColors.palette.m3primaryContainer : DynamicColors.palette.m3onSurface
cursorHeight: height - Appearance.padding.normal * 2
font.family: "Roboto"
font.letterSpacing: -0.25
font.pixelSize: 56