mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #108] Cursor Changes on Mouse Hover? #64
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mwegner on GitHub (Mar 6, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/108
I'm new to QML, so somewhat embarrassingly I'm not sure if this is a broader QML issue or an issue with the wrapper here. (I have made some small tools with Qt Widgets binding for Go, but that's a completely different ball of wax).
How does one get cursor changes on i.e. button mouse hovers working? The GIF on the example project page doesn't have them, and I haven't been able to make them work on macOS Mojave or Windows. I tried some explicit MouseArea in the .qml, just to make sure that wasn't it.
Thought I'd ask before I go digging further...
@pauldotknopf commented on GitHub (Mar 6, 2019):
Good question. You are expecting a "pointer finger" when hovering over the buttons?
Regardless, you are correct in guessing that this is just a QML question, not specific to this integration.
@MaxMommersteeg commented on GitHub (Mar 6, 2019):
You mean something like this? https://github.com/MaxMommersteeg/Qml.Net.TodoApp/blob/master/src/TodoApp.FrontEnd/Components/Behaviors/PointingHandCursorOnHover.qml
You should be able to run the app locally.
@mwegner commented on GitHub (Mar 6, 2019):
Perfect, thanks! That's exactly what I was looking for. Tested working in macOS/Windows standalone builds (publish with release target and libraries/binaries brought in).