Added UI skeleton for BMS settings screen
This commit is contained in:
17
qml/Controls/LineSeparator.qml
Normal file
17
qml/Controls/LineSeparator.qml
Normal file
@@ -0,0 +1,17 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Shapes 1.12
|
||||
|
||||
import Utils 1.0
|
||||
|
||||
Shape {
|
||||
id: shape
|
||||
implicitHeight: 1
|
||||
|
||||
ShapePath {
|
||||
strokeColor: Palette.borderColor
|
||||
strokeStyle: ShapePath.SolidLine
|
||||
startX: 0
|
||||
startY: 0
|
||||
PathLine { x: shape.width; y: 0 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user