added connectionController and ConnectionButton.qml

This commit is contained in:
vladimir.kuznetsov 2023-05-12 23:54:31 +08:00
parent dd0de7e8be
commit 35d4222c7a
17 changed files with 233 additions and 60 deletions

View file

@ -5,7 +5,7 @@ Text {
color: "#D7D8DB"
font.pixelSize: 16
font.weight: 500
font.weight: Font.Medium
font.family: "PT Root UI VF"
wrapMode: Text.WordWrap

View file

@ -5,7 +5,7 @@ Text {
color: "#D7D8DB"
font.pixelSize: 36
font.weight: 700
font.weight: Font.Bold
font.family: "PT Root UI VF"
font.letterSpacing: -0.03

View file

@ -5,7 +5,7 @@ Text {
color: "#D7D8DB"
font.pixelSize: 25
font.weight: 700
font.weight: Font.Bold
font.family: "PT Root UI VF"
wrapMode: Text.WordWrap

View file

@ -5,7 +5,7 @@ Text {
color: "#878B91"
font.pixelSize: 13
font.weight: 400
font.weight: Font.Normal
font.family: "PT Root UI VF"
font.letterSpacing: 0.02

View file

@ -5,7 +5,7 @@ Text {
color: "#D7D8DB"
font.pixelSize: 16
font.weight: 400
font.weight: Font.Normal
font.family: "PT Root UI VF"
wrapMode: Text.WordWrap