Add stylesheet for sidebar

This commit is contained in:
Angela Mazzurco 2017-06-22 17:04:25 +02:00
parent 0a087e64ac
commit 3b05e0a3f1
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,18 @@
import QtQuick 2.0
pragma Singleton
Item {
QtObject {
property var width: 1.5
property QtObject item: QtObject
{
property var height: 50
property string hoverColor: "lightgrey"
property string defaultColor: "white"
property string pressColor: "slategrey"
}
}