Custom buttons: refactored files structure
This commit is contained in:
parent
598bc48957
commit
807867ef42
6 changed files with 218 additions and 245 deletions
|
|
@ -35,13 +35,12 @@ Singleton {
|
|||
})
|
||||
|
||||
property var widgetMetadata: ({
|
||||
"CustomButton": {
|
||||
allowUserSettings: true,
|
||||
icon: "favorite",
|
||||
execute: ""
|
||||
},
|
||||
})
|
||||
|
||||
"CustomButton": {
|
||||
"allowUserSettings": true,
|
||||
"icon": "favorite",
|
||||
"execute": ""
|
||||
}
|
||||
})
|
||||
|
||||
// Component definitions - these are loaded once at startup
|
||||
property Component activeWindowComponent: Component {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue