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

@@ -6,12 +6,14 @@ QtObject {
property color selectedTextColor: "#009352"
property color contentTextColor: "#869098"
property color alternativeTextColor: "#FFFFFF"
property color tableHeaderTextColor: "#838D97"
property color backgroundColor: "#FFFFFF"
property color hoveredBackgroundColor: "#F0F1F4"
property color selectedBackgroundColor: "#CCE9DC"
property color alternativeBackgroundColor: "#009352"
property color screenBackgroundColor: "#F7F8FC"
property color tableHeaderBackgroundColor: "#F0F1F4"
property color borderColor: "#DFE0EB"