Added UI skeleton for BMS settings screen
This commit is contained in:
18
qml/Controls/LabelWithBackground.qml
Normal file
18
qml/Controls/LabelWithBackground.qml
Normal file
@@ -0,0 +1,18 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
|
||||
import Utils 1.0
|
||||
|
||||
Label {
|
||||
color: Palette.textColor
|
||||
font.pixelSize: 18
|
||||
font.weight: Font.ExtraBold
|
||||
elide: Text.ElideRight
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
background: Rectangle {
|
||||
color: Palette.hoveredBackgroundColor
|
||||
radius: 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user