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
@@ -0,0 +1,13 @@
import QtQuick
import QtQuick.Layouts
import qs.Config
import qs.Components
MaterialIcon {
Layout.alignment: Qt.AlignVCenter
animate: true
color: DynamicColors.palette.m3onSurface // Network.connected ? root.textColor : DynamicColors.palette.m3error
fill: 1
font.pointSize: Appearance.font.size.larger
text: "bluetooth"
}