1
0

make Constants an Item and a child of main so it properly inherits material

style settings from main
This commit is contained in:
Sander van Grieken
2022-04-07 12:25:10 +02:00
parent 90416bd6e2
commit c4c35c7cde
6 changed files with 15 additions and 13 deletions

View File

@@ -21,7 +21,8 @@ ApplicationWindow
Material.primary: Material.Indigo
Material.accent: Material.LightBlue
property QtObject constants: Constants {}
property Item constants: appconstants
Constants { id: appconstants }
property alias stack: mainStackView