Implemented cell monitor screen

This commit is contained in:
Yury Shuvakin
2022-08-17 05:30:25 +03:00
parent a4196df821
commit 4a5a0bcb3a
8 changed files with 188 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ TextField {
selectionColor: Palette.alternativeBackgroundColor
background: Rectangle {
color: Palette.backgroundColor
color: enabled ? Palette.backgroundColor : Palette.hoveredBackgroundColor
border.color: Palette.borderColor
border.width: 1
radius: 8