Results 1 to 6 of 6

Thread: A QList With large number of rows - Please give pointers.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Aug 2008
    Location
    Algarve, Portugal
    Posts
    288
    Thanks
    23
    Thanked 32 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: A QList With large number of rows - Please give pointers.

    I had the same problem using a QTableWidget in symbian, the speed performance was so much slower than desktop.
    Right now I'm dont have my code at hand, but I think it was setSizeHint(), and a autoresize option. The table was filled with items in a for loop.I removed the autoresize option with a fixed value in the constructor, and it got better. But with large numbers like 200, I think it's still bad. Try removing setSizeHint() to see what happens.
    Last edited by john_god; 24th October 2011 at 19:20. Reason: spelling corrections
    __________________________________________________
    My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
    Like my projects ? Buy me a kofi

Similar Threads

  1. QList with pointers item
    By paolom in forum Qt Programming
    Replies: 1
    Last Post: 19th October 2009, 15:16
  2. QList with pointers
    By Rockem in forum Qt Programming
    Replies: 9
    Last Post: 12th August 2009, 18:53
  3. import large number of images
    By sriluyarlagadda in forum Qt Programming
    Replies: 5
    Last Post: 15th May 2008, 10:26
  4. QList Pointers
    By coderbob in forum Newbie
    Replies: 2
    Last Post: 20th November 2007, 18:50
  5. QList of pointers
    By Farcaller in forum Newbie
    Replies: 4
    Last Post: 24th January 2006, 16:48

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.