Boxes blur, more styling

This commit is contained in:
miruka
2019-04-28 00:44:55 -04:00
parent 8a714fb7a0
commit d3749af4bc
13 changed files with 99 additions and 56 deletions

View File

@@ -16,7 +16,8 @@ Base.HRowLayout {
Layout.maximumWidth: parent.width - Layout.margins * 2
background: Rectangle {
color: Qt.hsla(1, 1, 1, 0.3)
color: Base.HStyle.boxes.background
radius: Base.HStyle.boxes.radius
}
}
}

View File

@@ -5,9 +5,11 @@ import "../base" as Base
Item {
property string loginWith: "username"
onFocusChanged: identifierField.forceActiveFocus()
property int wi: x
onWiChanged: console.log("loginI", wi)
Base.HInterfaceBox {
id: signInBox
title: "Sign in"