PDA

View Full Version : Tracking Path



merry
6th February 2007, 13:18
Hi all

i am new in QT3.1 on Linux red hat
and i have a problem with QListView
i have a main window on that i have file menu futher having open (item)
when i select open then it show a file dialog from where i can select a path and in the selected path the last item should be the root item. And when the user selects the root item ...

1. Then it shows all its subdirectories and its subfoders,its sub-subfolders and all the files it contains also.

2. That is it displays whole information of the root item which is placed in listview.

3. And all the information of the root item should be displayed in a hierarichal manner or say tree stuctured form.

Please Reply this with yhe help of an example.

Thanx in advance

wysota
6th February 2007, 13:27
In what way is the thread different from this one (http://www.qtcentre.org/forum/f-newbie-4/t-representation-of-path-selected-from-filedialog-in-the-tree-form-5479.html)?