pyapp-kit / superqt

Missing widgets and components for Qt-python
https://pyapp-kit.github.io/superqt/
BSD 3-Clause "New" or "Revised" License
215 stars 38 forks source link

Multirange Labeled Slider: get signal for when handler is changed by enter value #103

Closed looninho closed 2 years ago

looninho commented 2 years ago

Hi, What is the signal when a handle value is changed by enter double-click on its label ?

tlambert03 commented 2 years ago

valueChanged? if that's not what you're looking for, tell me what you tried, and what behavior specifically you're looking for

looninho commented 2 years ago

Not valueChanged because I want to prevent continuous emit value when I move the slider, I use sliderReleased for that. But sometime the value is not accurate by moving the mouse so why I need the enter signal.