add preliminary bluetooth widget + popout
C++ / fmt (pull_request) Successful in 3s
JS/TS / fmt (pull_request) Successful in 15s
JS/TS / lint (pull_request) Successful in 17s
Python / fmt (pull_request) Successful in 35s
Python / lint (pull_request) Successful in 34s
Python / test (pull_request) Successful in 1m0s
C++ / build (pull_request) Successful in 1m46s
Rust / fmt (pull_request) Successful in 1m19s
Rust / build (pull_request) Successful in 1m54s
Python / buildcheck (pull_request) Successful in 2m42s
Rust / clippy (pull_request) Successful in 1m54s
C++ / clang-tidy (pull_request) Successful in 3m42s

This commit is contained in:
2026-07-10 16:17:47 +02:00
parent 742bece30b
commit 33b08523e9
7 changed files with 356 additions and 38 deletions
+9
View File
@@ -62,6 +62,11 @@ RowLayout {
id: "upower",
item: child
};
if (child.objectName === "bluetoothWidget")
return {
id: "bluetooth",
item: child
};
}
}
@@ -155,6 +160,10 @@ RowLayout {
objectName: "networkWidget"
}
BluetoothWidget {
objectName: "bluetoothWidget"
}
UPowerWidget {
Layout.fillHeight: true
objectName: "upowerWidget"