Add material icons

This commit is contained in:
Michael Ehrenreich
2023-02-20 00:44:44 +01:00
parent 79cc570347
commit 9611823a77
5 changed files with 214 additions and 2 deletions

View File

@ -12,6 +12,11 @@ ApplicationWindow {
Material.theme: Material.Dark
Material.accent: Material.Purple
FontLoader {
id: materialIcons
source: "qrc:/lightcontrol/ui-icons/MaterialIcons-Regular.ttf"
}
ColumnLayout {
anchors.left: parent.left
anchors.top: parent.top