layout, radius and border
This commit is contained in:
parent
7de7ae19bb
commit
af396bc2c5
17 changed files with 67 additions and 65 deletions
|
|
@ -8,6 +8,7 @@ Singleton {
|
|||
|
||||
readonly property Animations animations: Animations {}
|
||||
readonly property Typography typography: Typography {}
|
||||
readonly property Layout layout: Layout {}
|
||||
readonly property var theme: Theme.palette
|
||||
readonly property Lucide lucide: Lucide {}
|
||||
|
||||
|
|
@ -33,6 +34,16 @@ Singleton {
|
|||
readonly property int xl: 24
|
||||
}
|
||||
|
||||
component Layout: QtObject {
|
||||
readonly property LayoutSpacing spacing: LayoutSpacing {}
|
||||
}
|
||||
component LayoutSpacing: QtObject {
|
||||
readonly property int sm: 2
|
||||
readonly property int base: 4
|
||||
readonly property int lg: 8
|
||||
readonly property int xl: 12
|
||||
}
|
||||
|
||||
component Lucide: Item {
|
||||
|
||||
readonly property alias font: loader.font
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue