Results 1 to 6 of 6

Thread: What's the best solution for making a "virtual folder list"

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2011
    Posts
    61
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default What's the best solution for making a "virtual folder list"

    I'm making now an application that the user can save their maps and create folders and arrange it like they want.

    I'm using the normal directories with a "mapdir.xml" that contains that it's a valid map virtual folder and the number of valid maps and subdirectories. So, everything that the user do with the application to move, rename, delete or add, I'll create, delete, rename or move a directory or file. The maps has two files, "mapname.map" and "mapname.xml".

    edit: The user is viewing the "valid" directories and files in a QTreeWidget, is there a better way to show these items ?

    edit (again): I've just noticed while moving "big" directories makes there's a delay to update the items.

    Is there a better way for doing this instead of using normal directories with "map format" ?

    I've thinking about using SQL but I never used it, I can do it with this ?
    Is there another good solution ?
    Last edited by rsilva; 8th May 2011 at 14:34.

Similar Threads

  1. Replies: 1
    Last Post: 12th October 2010, 14:43
  2. Replies: 8
    Last Post: 5th August 2008, 12:09
  3. Qmake DLLDESTDIR, Visual Studio "clean solution"
    By SiLiZiUMM in forum Installation and Deployment
    Replies: 4
    Last Post: 18th March 2008, 12:14
  4. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

Tags for this Thread

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.