added services page + rename barConfig json property to bar, migration helper function
This commit is contained in:
@@ -10,6 +10,8 @@ import qs.Modules.SettingsNew.Pages.Wallpaper
|
||||
import qs.Modules.SettingsNew.Pages.Audio
|
||||
import qs.Modules.SettingsNew.Pages.Apps
|
||||
import qs.Modules.SettingsNew.Pages.Panels
|
||||
import qs.Modules.SettingsNew.Pages.Panels.Bar
|
||||
import qs.Modules.SettingsNew.Pages.Services
|
||||
|
||||
QtObject {
|
||||
id: root
|
||||
@@ -72,13 +74,18 @@ QtObject {
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
BarPanel {
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
DashboardPanel {
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
BarPanel {
|
||||
ResourcesPanel {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,8 +98,26 @@ QtObject {
|
||||
SidebarPanel {
|
||||
}
|
||||
}
|
||||
|
||||
// Bar sub pages
|
||||
Component {
|
||||
BarTray {
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
BarStatusIcons {
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
BarClock {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// Apps
|
||||
Component {
|
||||
StackPage {
|
||||
Component {
|
||||
@@ -110,6 +135,21 @@ QtObject {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// Services
|
||||
Component {
|
||||
StackPage {
|
||||
Component {
|
||||
ServicesPage {
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
NotificationsPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
readonly property Component placeholderComp: Component {
|
||||
|
||||
Reference in New Issue
Block a user