Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QskSlider + mouse clicks #480

Open
uwerat opened this issue Nov 25, 2024 · 1 comment
Open

QskSlider + mouse clicks #480

uwerat opened this issue Nov 25, 2024 · 1 comment
Assignees
Labels

Comments

@uwerat
Copy link
Owner

uwerat commented Nov 25, 2024

When pressing the mouse on the slider scale/groove - not on the handle - we have two different implementations:

  • QSlider ( Widgets )
    the value is in/decreased by the page size. When keeping the mouse pressed ( = long press ) the value jumps to the mouse position
  • Qml/Slider
    the click immediately jumps to the mouse position

The current implementation of QskSlider increments the value on mouse release by the page size - not matching any of the options above. As a first step we want to have the QML/Slider implementation. - maybe implementing the QSlider mouse handling as an additional option.

@uwerat uwerat self-assigned this Nov 25, 2024
@uwerat uwerat added this to the Qskinny 0.0.x milestone Nov 25, 2024
@uwerat uwerat added the Control label Nov 25, 2024
@uwerat
Copy link
Owner Author

uwerat commented Nov 28, 2024

The QML/Slider mouse handling is implemented.
I leave this issue open because of the QSlider option - however not for the 0.0.x milestone.

@uwerat uwerat removed this from the Qskinny 0.0.x milestone Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant