Results 1 to 3 of 3

Thread: How to display a large signals with 10000 points on a screen?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 334 Times in 317 Posts

    Default Re: How to display a large signals with 10000 points on a screen?

    Put ur painted widget inside a QScrollWidget and you can scroll through the points.

  2. #2
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    520
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 77 Times in 75 Posts

    Default Re: How to display a large signals with 10000 points on a screen?

    Hi, you can draw the minimum and maximum of a bunch of samples. That way you won't miss any peaks.

    Ginsengelf

Similar Threads

  1. Large desktop for Multiple Display Monitors
    By yxtx1984 in forum Qt Programming
    Replies: 5
    Last Post: 23rd December 2011, 10:37
  2. How to efficiently display a large number of QPixmaps?
    By ChiliPalmer in forum Qt Programming
    Replies: 3
    Last Post: 4th April 2011, 01:25
  3. Replies: 1
    Last Post: 10th November 2010, 06:32
  4. How to Keep Splash Screen and App on Same Display
    By ajb_advance in forum Qt Programming
    Replies: 2
    Last Post: 4th March 2009, 11:49
  5. How to display QTableWidget fast with row > 10000?
    By chenw8 in forum Qt Programming
    Replies: 5
    Last Post: 20th October 2007, 12:29

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.