Results 1 to 6 of 6

Thread: Avoiding Truncated Labels

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Avoiding Truncated Labels

    The layout engine of QwtPlot assumes, that the first major tick is at the left and the last one is at the right side of the scale. But in your code its the other way round.

    I will think about how to fix this bug in Qwt ( manually generated ticks need to be ordered, after they have been passed with setScaleDiv).

    In the meantime you could simply turn the order of your ticks.

    Uwe

  2. The following user says thank you to Uwe for this useful post:

    ChrisW67 (7th July 2009)

Similar Threads

  1. Replies: 0
    Last Post: 17th April 2009, 08:58
  2. Tick Labels for Slider
    By jcraig in forum Qt Tools
    Replies: 2
    Last Post: 9th August 2007, 17:21
  3. setting QTreeWidget vertical labels
    By hyling in forum Qt Programming
    Replies: 2
    Last Post: 10th January 2007, 18:53

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.