blyat
This commit is contained in:
parent
e14fce488f
commit
5ba47e03af
1 changed files with 6 additions and 11 deletions
|
|
@ -26,19 +26,14 @@ ColumnLayout {
|
||||||
topPadding: 8
|
topPadding: 8
|
||||||
bottomPadding: 8
|
bottomPadding: 8
|
||||||
leftPadding: 8
|
leftPadding: 8
|
||||||
text: device.modelData.deviceName
|
|
||||||
}
|
|
||||||
StyledText {
|
|
||||||
font.family: Theme.lucide.font.family
|
|
||||||
font.pixelSize: 10
|
|
||||||
font.bold: true
|
|
||||||
text: device.modelData.connected ? Icons.bluetoothConnected : Icons.bluetooth
|
|
||||||
|
|
||||||
topPadding: 8
|
|
||||||
bottomPadding: 8
|
|
||||||
rightPadding: 8
|
rightPadding: 8
|
||||||
|
text: device.modelData.deviceName
|
||||||
color: device.containsMouse ? Theme.palette.base300 : Theme.palette.basecontent
|
color: device.containsMouse ? Theme.palette.base300 : Theme.palette.basecontent
|
||||||
|
Behavior on color {
|
||||||
|
ColorAnimation {
|
||||||
|
duration: 200
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue