Results 1 to 3 of 3

Thread: My gui is taking too much time to plot and during plot time its being freeze…

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2013
    Location
    India
    Posts
    44
    Thanks
    3
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default My gui is taking too much time to plot and during plot time its being freeze…

    i made a gui in which i am using multiple loops and i am using vector ……every thing fine but its taking too much time to plot and during plot time gui is being freezed……please help me to come out from this hell…….thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: My gui is taking too much time to plot and during plot time its being freeze…

    You have two options:

    - split the painting into smaller chunks and return to event processing in betwee
    - use a thread to paint into a QImage and display that image

    Cheers,
    _

Similar Threads

  1. Replies: 3
    Last Post: 12th April 2013, 06:18
  2. Replies: 1
    Last Post: 12th May 2012, 23:27
  3. real time graph plot
    By robotics in forum Qt Programming
    Replies: 5
    Last Post: 24th May 2011, 05:04
  4. Replies: 5
    Last Post: 19th November 2010, 02:25
  5. QFileSystemWatcher with a Qwt Real-time plot
    By gen_mass in forum Qt Programming
    Replies: 1
    Last Post: 25th June 2010, 21:28

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.