Results 1 to 3 of 3

Thread: QMultiSlider - how?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2007
    Posts
    14
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default QMultiSlider - how?

    I'm trying to create a QSlider that can have more than one handle. So far I've not been very successful.
    I'd like to reuse as much code from QSlider as possible, but it seems like QSlider is not very customizable. I might have to create a new complex control with a custom style, but I'm not quite sure how to do this. Any pointers to tutorials, documentation etc. would be much appreciated.

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QMultiSlider - how?

    See this: http://jpnurmi.kapsi.fi/docs/classQx....html#_details
    It has only two knobs, but it should get you started.

    Although, doing your own is not that hard.

    Regards

  3. The following user says thank you to marcel for this useful post:

    kloffy (10th August 2007)

  4. #3
    Join Date
    Aug 2007
    Posts
    14
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QMultiSlider - how?

    Well, that's a pretty good start. Thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.