uwerat / qskinny

A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.
1.45k stars 293 forks source link

spin box: Improve for M3 #440

Closed peter-ha closed 1 month ago

peter-ha commented 1 month ago

Resolves #398

normal:

Screenshot from 2024-10-20 17-43-59

hovered:

Screenshot from 2024-10-20 17-43-43

pressed:

Screenshot from 2024-10-20 17-44-03

Comments:

uwerat commented 1 month ago

I adjusted the code to make use of QCursor::pos() - instead of storing the position as skin hint

peter-ha commented 4 weeks ago

Commits for reference: 932d34aea8eb7d4ca727fca5a57898ed22721277 and b7c2b2769127e299b6e177fd8bae4a213f7b8367