PDA

View Full Version : How to Save....



merry
15th March 2007, 09:20
Hi all

Working on Qt3.1 for linux OS . I m having a tree structure and a linked list of items in listview and list of items (files and folders) , some items are checked and other are unchecked Now My problem is that i want to save the checked items to the path i have selected using QFiledialog . How can I

1. Extract checked Files and Folders and save them in the selected path.


thanx

high_flyer
15th March 2007, 09:29
I don't understand what it is you expect from us?
Where is the problem?
just iteratee through the list, check which item is checked, and save it just like you said...
Or if you tried something which doesn't work, explain what it is you did, some code, and errors you get.

merry
15th March 2007, 12:52
Thanx

My problem is Solved;

vermarajeev
15th March 2007, 12:56
Thanx

My problem is Solved;

Great!!! How did you make that???