Add header to sidebar component

This commit is contained in:
Angela Mazzurco 2017-06-22 17:32:59 +02:00
parent 653381e9e2
commit e766e7ce0b
2 changed files with 30 additions and 3 deletions

View file

@ -12,7 +12,11 @@ QtObject {
property string hoverColor: "lightgrey"
property string defaultColor: "white"
property string pressColor: "slategrey"
}
property QtObject header: QtObject
{
property var height: 80
property var color: "#0398d5"
}
}