Use capitalized camel for all classes
This commit is contained in:
@@ -9,7 +9,7 @@ import qs.Commons
|
||||
|
||||
Panel {
|
||||
id: root
|
||||
moduleName: "audioPanel"
|
||||
moduleName: "AudioPanel"
|
||||
ipcTarget: "panels.audio"
|
||||
|
||||
readonly property var sink: Pipewire.defaultAudioSink
|
||||
|
||||
@@ -8,7 +8,7 @@ import qs.Commons
|
||||
|
||||
Panel {
|
||||
id: root
|
||||
moduleName: "bluetoothPanel"
|
||||
moduleName: "BluetoothPanel"
|
||||
ipcTarget: "panels.bluetooth"
|
||||
|
||||
// Address -> true while we are waiting for a click-initiated pair to land
|
||||
|
||||
@@ -7,7 +7,7 @@ import qs.Commons
|
||||
|
||||
Panel {
|
||||
id: root
|
||||
moduleName: "monitorPanel"
|
||||
moduleName: "MonitorPanel"
|
||||
ipcTarget: "panels.monitor"
|
||||
manageIpc: false
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import qs.Commons
|
||||
|
||||
Panel {
|
||||
id: root
|
||||
moduleName: "networkPanel"
|
||||
moduleName: "NetworkPanel"
|
||||
ipcTarget: "panels.network"
|
||||
|
||||
// Centralized close so callers can't forget to drop the passphrase prompt.
|
||||
|
||||
@@ -7,7 +7,7 @@ import qs.Ui
|
||||
|
||||
Panel {
|
||||
id: root
|
||||
moduleName: "powerPanel"
|
||||
moduleName: "PowerPanel"
|
||||
ipcTarget: "panels.power"
|
||||
property var batteryInfo: ({})
|
||||
property var systemInfo: ({})
|
||||
|
||||
@@ -6,8 +6,8 @@ import qs.Ui
|
||||
|
||||
Panel {
|
||||
id: root
|
||||
moduleName: "weatherPanel"
|
||||
ipcTarget: "weather"
|
||||
moduleName: "WeatherPanel"
|
||||
ipcTarget: "Weather"
|
||||
|
||||
property var anchorItem: null
|
||||
|
||||
@@ -22,7 +22,7 @@ Panel {
|
||||
}
|
||||
|
||||
IpcHandler {
|
||||
target: "weatherFlyout"
|
||||
target: "Weather"
|
||||
function show(): void { root.open() }
|
||||
function toggle(): void { root.toggle() }
|
||||
}
|
||||
Reference in New Issue
Block a user