create bluetooth button
This commit is contained in:
parent
1c034a3904
commit
d7024f3d77
4 changed files with 42 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Singleton {
|
|||
property Clock clock: Clock {}
|
||||
property Pipewire pipewire: Pipewire {}
|
||||
property Network network: Network {}
|
||||
property Bluetooth bluetooth: Bluetooth {}
|
||||
property Storage storage: Storage {}
|
||||
property Memory memory: Memory {}
|
||||
property Cpu cpu: Cpu {}
|
||||
|
|
@ -62,6 +63,13 @@ Singleton {
|
|||
property int verticalPadding: 6
|
||||
}
|
||||
|
||||
component Bluetooth: QtObject {
|
||||
property int fontSize: 16
|
||||
property int height: 30
|
||||
property int horizontalPadding: 8
|
||||
property int verticalPadding: 6
|
||||
}
|
||||
|
||||
component Storage: QtObject {
|
||||
property int iconSize: 14
|
||||
property int fontSize: 14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue