Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 7

Qt-interest Archive, April 2007
Interval Slider


Message 1 in thread

Hi,

I'd like to have some kind of interval slider for percentage values as a Qt input control. So I could give the user the option to specify "do this operation on values between 15 and 75%". Is there anything I could use or any idea how to realize something like this with existing components?


Thanks
Erik

--
 [ signature omitted ] 

Message 2 in thread

Erik Meusel wrote:
> Hi,
> 
> I'd like to have some kind of interval slider for percentage values as a Qt input control. So I could give the user the option to specify "do this operation on values between 15 and 75%". Is there anything I could use or any idea how to realize something like this with existing components?
> 
> 
Use the QSlider widget and set its minimum and maximum valuse to 0 and 100.
> Thanks
> Erik
> 
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/

--
 [ signature omitted ] 

Message 3 in thread

> I'd like to have some kind of interval slider for percentage values as a Qt input control. So
> I could give the user the option to specify "do this operation on values between 15 and
> 75%". Is there anything I could use or any idea how to realize something like this with
> existing components?
Hi

Check QxtSpanSlider out:
http://libqxt.sourceforge.net/docs/classQxtSpanSlider.html

Is this something what you're looking for? ;-)

-- 
 [ signature omitted ] 

Message 4 in thread

Moin,

> Is this something what you're looking for? ;-)
Exactly. Thanks a lot. *hugs*

> -- 
> J-P Nurmi

lg
Erik

--
 [ signature omitted ]