hover cursor changes
This commit is contained in:
parent
0f7dbb8041
commit
cda3334296
2 changed files with 14 additions and 5 deletions
|
|
@ -7,6 +7,10 @@ Slider {
|
|||
|
||||
height: 24
|
||||
|
||||
HoverHandler {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
|
||||
background: Rectangle {
|
||||
x: control.leftPadding
|
||||
y: control.topPadding + control.availableHeight / 2 - height / 2
|
||||
|
|
|
|||
|
|
@ -4,6 +4,11 @@ import QtQuick.Controls
|
|||
|
||||
Switch {
|
||||
id: control
|
||||
|
||||
HoverHandler {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
|
||||
indicator: Item {
|
||||
implicitWidth: 48
|
||||
implicitHeight: 22
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue