move bluetooth to widgets and styledbutton
This commit is contained in:
parent
12e07aab9b
commit
968b3db730
1 changed files with 3 additions and 12 deletions
|
|
@ -1,18 +1,15 @@
|
||||||
import qs.config
|
import qs.config
|
||||||
import qs.constants
|
import qs.constants
|
||||||
import qs.styled
|
import qs.widgets
|
||||||
|
|
||||||
Clickable {
|
StyledButton {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
implicitWidth: text.width
|
|
||||||
implicitHeight: Dimensions.bluetooth.height
|
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
popup.opened = !popup.opened;
|
popup.opened = !popup.opened;
|
||||||
}
|
}
|
||||||
|
|
||||||
StyledText {
|
content: StyledText {
|
||||||
id: text
|
id: text
|
||||||
|
|
||||||
font.family: Theme.lucide.font.family
|
font.family: Theme.lucide.font.family
|
||||||
|
|
@ -21,12 +18,6 @@ Clickable {
|
||||||
text: Icons.bluetooth
|
text: Icons.bluetooth
|
||||||
|
|
||||||
color: root.containsMouse ? Theme.palette.base300 : Theme.palette.basecontent
|
color: root.containsMouse ? Theme.palette.base300 : Theme.palette.basecontent
|
||||||
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
|
||||||
topPadding: Dimensions.bluetooth.verticalPadding
|
|
||||||
bottomPadding: Dimensions.bluetooth.verticalPadding
|
|
||||||
leftPadding: Dimensions.bluetooth.horizontalPadding
|
|
||||||
rightPadding: Dimensions.bluetooth.horizontalPadding
|
|
||||||
}
|
}
|
||||||
|
|
||||||
BluetoothMenu {
|
BluetoothMenu {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue