superqt icon indicating copy to clipboard operation
superqt copied to clipboard

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

Open looninho opened this issue 3 years ago • 2 comments

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

looninho avatar Jul 29 '22 11:07 looninho

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

tlambert03 avatar Jul 29 '22 11:07 tlambert03

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.

looninho avatar Jul 29 '22 20:07 looninho