Results 1 to 2 of 2

Thread: Grid-shift issue

  1. #1
    Join Date
    Sep 2012
    Posts
    11
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60

    Default Grid-shift issue

    i am prashant basvat from india,currently we are developing an patient monitor application using QWT technology.
    we created an waveform, but we are facing issue during display of gridlines when we display gridlines, it is slightly shifted to right from left side of graph.
    i have attached an image which shows grid shift.
    how to resolve this.
    Attached Images Attached Images

  2. #2
    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: Grid-shift issue

    The grid lines are aligned to the ticks of the scales, the position of the ticks depends on some parameters of your plot layout and your scale engine.
    In your case I can imagine, that you are looking for:

    Qt Code:
    1. plot->plotLayout()->setAlignCanvasToScales( true );
    To copy to clipboard, switch view to plain text mode 
    Uwe

Similar Threads

  1. Replies: 2
    Last Post: 4th September 2014, 11:09
  2. shift + key
    By jajdoo in forum Newbie
    Replies: 5
    Last Post: 22nd July 2010, 18:25
  3. QPen color shift
    By Alberto in forum Qt Programming
    Replies: 0
    Last Post: 22nd October 2008, 11:35
  4. QPushButton on Shift+Click?
    By vishal.chauhan in forum Qt Programming
    Replies: 3
    Last Post: 9th September 2008, 10:00
  5. Comparing the |(shift+\) char
    By warry in forum Newbie
    Replies: 1
    Last Post: 8th September 2008, 07:05

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.