Results 1 to 10 of 10

Thread: How to list large number of files & folders ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    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: How to list large number of files & folders ?

    Ok.

    Then the best option is to just create a QDirIterator.
    Or, if the listing should first hav all files and then recurse, an object with a similar interface (hasNext/next) that internaly use QDirIterator.

    Cheers,
    _

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

    rawfool (25th July 2014)

Similar Threads

  1. Replies: 7
    Last Post: 15th November 2013, 17:20
  2. Replies: 13
    Last Post: 28th October 2012, 09:09
  3. How to efficiently display a large number of QPixmaps?
    By ChiliPalmer in forum Qt Programming
    Replies: 3
    Last Post: 4th April 2011, 01:25
  4. QScrollArea not displaying large number of images
    By lpkincaid in forum Qt Programming
    Replies: 1
    Last Post: 31st May 2009, 09:58
  5. import large number of images
    By sriluyarlagadda in forum Qt Programming
    Replies: 5
    Last Post: 15th May 2008, 10:26

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.