Add AppLauncher
This commit is contained in:
parent
4635aec80e
commit
2b39cbfe01
6 changed files with 788 additions and 19 deletions
|
|
@ -10,6 +10,7 @@ import qs.Modules.Calendar
|
|||
import qs.Modules.Demo
|
||||
import qs.Modules.Background
|
||||
import qs.Modules.SidePanel
|
||||
import qs.Modules.AppLauncher
|
||||
import qs.Modules.Notification
|
||||
import qs.Modules.Settings
|
||||
import qs.Services
|
||||
|
|
@ -24,6 +25,12 @@ ShellRoot {
|
|||
Bar {}
|
||||
Dock {}
|
||||
|
||||
AppLauncher {
|
||||
id: appLauncherPanel
|
||||
}
|
||||
|
||||
|
||||
|
||||
DemoPanel {
|
||||
id: demoPanel
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue