cursor shape for network and bluetooth buttons

This commit is contained in:
end-4
2025-04-17 22:17:58 +02:00
parent 8bf8c200d7
commit 2d540c16bc
2 changed files with 2 additions and 0 deletions
@@ -22,6 +22,7 @@ QuickToggleButton {
} }
hoverEnabled: false hoverEnabled: false
propagateComposedEvents: true propagateComposedEvents: true
cursorShape: Qt.PointingHandCursor
} }
Process { Process {
id: configureBluetooth id: configureBluetooth
@@ -28,6 +28,7 @@ QuickToggleButton {
} }
hoverEnabled: false hoverEnabled: false
propagateComposedEvents: true propagateComposedEvents: true
cursorShape: Qt.PointingHandCursor
} }
Process { Process {
id: configureNetwork id: configureNetwork