Results 1 to 3 of 3

Thread: Panner Zoomer Scroll synchronization

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #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: Panner Zoomer Scroll synchronization

    Well this is one of the parts where the design of the Qwt classes is week. The main problem is, that there are local zoom stacks ( local for each zoomer object ) but not a general navigation stack recording the history of all navigation operations.

    Probably the best you can do is to modify the zoom stack ( zoomStack/setZoomStack ) manually in a slot connected to the panned signal of your panner.

    Uwe

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

    umituzun84 (1st July 2010)

Similar Threads

  1. QDial disabling key scroll and mouse wheel scroll
    By ldg20 in forum Qt Programming
    Replies: 2
    Last Post: 2nd June 2010, 23:05
  2. Problem with Zoomer
    By rambo83 in forum Qwt
    Replies: 1
    Last Post: 10th March 2010, 12:35
  3. zoomer in spectrogram example
    By rambo83 in forum Qwt
    Replies: 0
    Last Post: 1st December 2009, 09:06
  4. how could the value in every grid after zoomer?
    By matt_atlantis in forum Qwt
    Replies: 1
    Last Post: 29th July 2009, 01:26
  5. Replies: 6
    Last Post: 14th April 2006, 05:39

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.