Добавил кнопку с градиентом

This commit is contained in:
2018-07-24 12:02:04 +02:00
parent c624c23fee
commit f6a03e1565
5 changed files with 73 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ Page {
ListView {
anchors.fill: parent
anchors.margins: 5
model: lightsModel
spacing: 5
@@ -23,6 +24,7 @@ Page {
height: childrenRect.height
title: groupName || ""
lights: channels
}
}
}