new time input picker, added support for minutes in timeframe
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 16s
Python / test (pull_request) Successful in 27s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m10s

This commit is contained in:
2026-06-08 14:51:46 +02:00
parent fe91a65324
commit 52980e4d84
6 changed files with 1318 additions and 184 deletions
+3
View File
@@ -7,6 +7,8 @@ import qs.Config
TextField {
id: root
property int cursorHeight: root.height
background: null
color: DynamicColors.palette.m3onSurface
cursorVisible: !readOnly
@@ -25,6 +27,7 @@ TextField {
property bool disableBlink
color: DynamicColors.palette.m3primary
height: root.cursorHeight
implicitWidth: 2
radius: Appearance.rounding.normal