functional tray
This commit is contained in:
parent
0d9392b744
commit
8ac31838d5
6 changed files with 96 additions and 49 deletions
|
|
@ -13,6 +13,7 @@ Singleton {
|
|||
property Clock clock: Clock {}
|
||||
property Workspace workspace: Workspace {}
|
||||
property Tray tray: Tray {}
|
||||
property TrayMenu trayMenu: TrayMenu {}
|
||||
|
||||
component Bar: QtObject {
|
||||
id: bar
|
||||
|
|
@ -65,4 +66,14 @@ Singleton {
|
|||
property int verticalPadding: 6
|
||||
property int horizontalPadding: 7
|
||||
}
|
||||
|
||||
component TrayMenu: QtObject {
|
||||
id: trayItem
|
||||
|
||||
property int fontSize: 10
|
||||
property int width: 30
|
||||
property int height: 30
|
||||
property int verticalPadding: 6
|
||||
property int horizontalPadding: 7
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue