add a container for styling constants, so we don't repeat literals all over the code
This commit is contained in:
@@ -19,6 +19,8 @@ ApplicationWindow
|
||||
Material.primary: Material.Indigo
|
||||
Material.accent: Material.LightBlue
|
||||
|
||||
property QtObject constants: Constants {}
|
||||
|
||||
property alias stack: mainStackView
|
||||
|
||||
header: ToolBar {
|
||||
|
||||
Reference in New Issue
Block a user