Results 1 to 8 of 8

Thread: Slider with log ticks?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,330
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Slider with log ticks?

    It works, but after implementing it the GUI looked pretty bad with 30 sliders, side by side, with scales. Very cluttered.
    Yeah, but that's sort of like what a sound board looks like, right? Maybe you can vary the appearance by grouping sets of related sliders and giving them a common color for their slider handles, or putting them in group boxes with different background colors. It doesn't have to be garish.

    Or if all of the sliders don't have to be displayed at the same time, dividing them into groups on tabs, each tab controlling a specific set of functions.

    Or if all the scales are the same, turning off tick labels and/or ticks for all except the ones on the ends of the rows.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  2. #2
    Join Date
    Oct 2015
    Posts
    45
    Thanks
    8
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: Slider with log ticks?

    Agreed, sound boards typically an intimidating array of knobs, buttons, indicators, and sliders.

    All of your ideas are possibilities. Once I get the core of the application fleshed out I'll probably take another look at the ticks and labels.

    As for the tab idea...I already have tabs for each mixer, so I'd have to have a tab widget in each mixers tab. Not sure how much layering becomes annoying and/or confusing.

    But that's the sort of things that need to be worked out with GUI design.

Similar Threads

  1. setting ticks on QwtPlotScaleItem
    By ericLemanissier in forum Qwt
    Replies: 5
    Last Post: 15th August 2014, 09:50
  2. Dynamic label to right of slider resizes slider
    By zenzero-2001 in forum Qt Programming
    Replies: 2
    Last Post: 3rd October 2013, 10:11
  3. Replies: 14
    Last Post: 30th October 2012, 15:45
  4. Lining up Inner and Outer Ticks
    By bigjoeystud in forum Qwt
    Replies: 3
    Last Post: 27th September 2012, 07:31
  5. Replies: 2
    Last Post: 21st March 2010, 09:01

Tags for this Thread

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.