Implemented AKB monitor screen
This commit is contained in:
@@ -7,4 +7,5 @@ Label {
|
||||
color: Palette.contentTextColor
|
||||
font.pixelSize: 18
|
||||
font.weight: Font.Medium
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
@@ -4,7 +4,8 @@ import QtQuick.Controls 2.12
|
||||
import Utils 1.0
|
||||
|
||||
Label {
|
||||
color: Palette.contentTextColor
|
||||
color: Palette.textColor
|
||||
font.pixelSize: 18
|
||||
font.weight: Font.ExtraBold
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
@@ -1,6 +1,18 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
|
||||
import Utils 1.0
|
||||
|
||||
TextField {
|
||||
implicitHeight: 58
|
||||
color: Palette.textColor
|
||||
selectByMouse: true
|
||||
selectionColor: Palette.alternativeBackgroundColor
|
||||
|
||||
background: Rectangle {
|
||||
color: Palette.backgroundColor
|
||||
border.color: Palette.borderColor
|
||||
border.width: 1
|
||||
radius: 8
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,4 +7,5 @@ Label {
|
||||
color: Palette.selectedTextColor
|
||||
font.pixelSize: 28
|
||||
font.weight: Font.ExtraBold
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user