styledcombobox: pointing hand cursor shape

This commit is contained in:
end-4
2025-11-13 23:38:39 +01:00
parent a135b09ec7
commit b97c2d1d4d
@@ -26,6 +26,12 @@ ComboBox {
Behavior on color {
animation: Appearance.animation.elementMoveFast.colorAnimation.createObject(this)
}
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.NoButton
cursorShape: Qt.PointingHandCursor
}
}
indicator: MaterialSymbol {
@@ -95,6 +101,12 @@ ComboBox {
Behavior on color {
animation: Appearance.animation.elementMoveFast.colorAnimation.createObject(this)
}
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.NoButton
cursorShape: Qt.PointingHandCursor
}
}
contentItem: RowLayout {