bluetooth and wifi

This commit is contained in:
end-4
2025-04-15 20:10:52 +02:00
parent ff8cee9dde
commit 62ef2fc421
13 changed files with 373 additions and 42 deletions
@@ -12,10 +12,12 @@ ToolTip {
background: Rectangle {
color: Appearance.colors.colTooltip
radius: Appearance.rounding.small
implicitWidth: tooltipText.implicitWidth + 2 * padding
}
StyledText {
text: content
id: tooltipText
text: content
color: Appearance.colors.colOnTooltip
wrapMode: Text.WordWrap
}
}