Add notification, Use font.pointSize
This commit is contained in:
parent
5fd3c4a53e
commit
b2d3f401c4
8 changed files with 361 additions and 18 deletions
|
|
@ -9,6 +9,7 @@ import qs.Modules.Bar
|
|||
import qs.Modules.DemoPanel
|
||||
import qs.Modules.Background
|
||||
import qs.Modules.SidePanel
|
||||
import qs.Modules.Notification
|
||||
import qs.Services
|
||||
|
||||
ShellRoot {
|
||||
|
|
@ -26,4 +27,8 @@ ShellRoot {
|
|||
SidePanel {
|
||||
id: sidePanel
|
||||
}
|
||||
|
||||
Notification {
|
||||
id: notification
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue