Results 1 to 4 of 4

Thread: QtConcurrent Performance

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2008
    Posts
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default QtConcurrent Performance

    Hi!

    I tried QtConcurrent today to load and scale images for my QGraphicsView. My main goal was to load large images while keeping the gui responsive. Well...QtConcurrent works fine, but my gui is everything else but responsive. I checked already my code and there is no part in my gui thread which could use the cpu power (I already disabled showing the images, just scaling for now).

    Now its great that QtConcurrent makes use of both of my cores, but still 100% cpu useage is too much. I need some % for my gui too. Is there a way to tell QtConcurrent to not use everything? Maybe some priority settings? I didn't find anything in the docs.
    Last edited by tomf; 13th July 2008 at 20:14. Reason: spelling error

Similar Threads

  1. Poor performance with Qt 4.3 and Microsoft SQL Server
    By Korgen in forum Qt Programming
    Replies: 2
    Last Post: 23rd November 2007, 10:28
  2. GraphicsView performance problems
    By Gopala Krishna in forum Qt Programming
    Replies: 79
    Last Post: 8th August 2007, 17:32
  3. [QT 4] QTextEdit performance
    By fellobo in forum Qt Programming
    Replies: 8
    Last Post: 6th March 2006, 19:27
  4. Increasing performance from Qtextedit, listview, etc?
    By taylor34 in forum Qt Programming
    Replies: 1
    Last Post: 16th February 2006, 10:20

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.